Re: How to change clef and relative note

2021-05-26 Thread Ivanov Dmitry
> The whole point of \relative mode is that you only have to use the two quotes > once. The next notes you enter without quote/comma will automatically be > "close" to your treble clef g. Ahh, yes. This is exactly what I wanted. Thanks. > (BTW, you seem to be using LilyPond 2.18.2 - that's quit

Re: How to change clef and relative note

2021-05-26 Thread Lukas-Fabian Moser
Hi Dmitry, The difficulty is the I switch from bass to violin clef in the right hand. Is it possible to change the relative note, so I won't need to add 2 quotes after each note like I did for g: g''2? I'm not sure I understand your question correctly: The whole point of \relative mode is th

How to change clef and relative note

2021-05-26 Thread Ivanov Dmitry
I have the following attempt to typeset the waltz: \version "2.18.2" upper = \relative c { \clef bass \key c \minor \time 3/4 \tempo 4 = 170 r4 \chordmode { c,4:m c,4:m } | r4 \chordmode { c,4:m c,4:m } | r4 \chordmode { c,4:m c,4:m } | r4 \chordmode { c,4:m } r4 | \clef violin