]> git.donarmstrong.com Git - lilypond.git/blob - input/tutorial/brahms-original.ly
a130e6d8e444b3d72f8da3f9f43219918fad1023
[lilypond.git] / input / tutorial / brahms-original.ly
1 \version "1.7.18"
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-~ <<g e>>8-) } \\
12         { s16
13           d'
14           ~ <<d b>>4 }
15     >
16     \context Staff = down {
17         \key d \major
18         \time 3/8 \clef bass s4. }
19     >
20     \paper { raggedright = ##t}
21 }
22
23
24