Hello all,
A C.P.E. Bach Piano sonata has the upper staff written with the soprano clef. My skill at reading music in soprano clef is minimal. So I am attempting a translation to treble clef. Does Lilypond have means to assist in this task? Thank you, Mark
soprano.pdf
Description: Adobe PDF document
\version "2.19.83"
\relative c'' {
\key ees \major
\time 3/4
\clef soprano
<<{ees4 bes4. r16 g | aes8. bes32 c bes8 [r16 g'] g4}\\
{g,4 g4. r16 ees | f4 g8 [r16 bes] bes4}>> |
}
\relative c'' {
\key ees \major
\time 3/4
\clef treble
<<{ees4 bes4. r16 g | aes8. bes32 c bes8 [r16 g'] g4}\\
{g,4 g4. r16 ees | f4 g8 [r16 bes] bes4}>> |
}
