16 lines
321 B
Text
16 lines
321 B
Text
\version "@version@"
|
|
\include "english.ly"
|
|
|
|
\score {
|
|
\new Staff {
|
|
\key c \major
|
|
\numericTimeSignature
|
|
\time 4/4
|
|
<cs' d'' b''>16 <cs' d'' b''>8.
|
|
%% Here: the tie on the D's looks funny
|
|
%% Too tall? Left-hand endpoint is not aligned with the B tie?
|
|
~
|
|
<cs' d'' b''>8 [ <b d'' a''> ]
|
|
}
|
|
}
|
|
|