]> git.donarmstrong.com Git - lilypond.git/blob - input/tutorial/brahms.ly
''
[lilypond.git] / input / tutorial / brahms.ly
1 %{
2
3  Brahms Klavierst"ucke op 119, no 1.
4
5 %}
6
7 \score {
8     \notes\context PianoStaff <
9     \context Staff = up
10     \relative c'' <
11         { fis4-3 ( ~ fis16 )a-5 } \\
12         {
13             \dynamicUp
14             fis16( \> d \! b \translator Staff = down \clef treble g ~ < g8 )e> } \\
15         { s16
16           \property Voice.Stem \set #'transparent = ##t
17           d'
18           \property Voice.Stem \revert #'transparent
19           ~ < d4 b4  > }
20     >
21     \context Staff = down { \time 3/8 \clef bass s4. }
22     >
23     \paper { linewidth = -1. }
24 }
25