]> git.donarmstrong.com Git - lilypond.git/blob - input/tutorial/brahms-original.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / tutorial / brahms-original.ly
1 \version "1.5.68"
2 \score {
3     \notes\context PianoStaff <
4     \context Staff = up
5     \relative c'' <
6         {   \key d\major 
7             fis4-3_\p ( ~
8             fis16 )a-5 } \\
9         {
10             fis16( \> d \! b \translator Staff = down
11             \clef treble g ~ < g8 )e> } \\
12         { s16
13           d'
14           ~ < d4 b4  > }
15     >
16     \context Staff = down {
17         \key d \major
18         \time 3/8 \clef bass s4. }
19     >
20     \paper { linewidth = -1. }
21 }
22