]> git.donarmstrong.com Git - lilypond.git/blob - input/tutorial/brahms-original.ly
10886f4a42e40f6acd8b7b76095328bcf8e7ab2f
[lilypond.git] / input / tutorial / brahms-original.ly
1 #(ly:set-option 'old-relative)
2 \version "2.1.22"
3 \score {
4     \notes\context PianoStaff <<
5     \context Staff = up
6     \relative c'' <<
7         {   \key d\major 
8             fis4-3_\p(~
9             fis16 a)-5 } \\
10         {
11             fis16(\> d b\! \change Staff = down
12             \clef treble g~ <g e>8) } \\
13         { s16
14           d'
15           ~ <d b>4 }
16     >>
17     \context Staff = down {
18         \key d \major
19         \time 3/8 \clef bass s4. }
20     >>
21     \paper { raggedright = ##t}
22 }
23
24
25