(Top): clarifications.
[lilypond.git] / input / tutorial / brahms-tweaked.ly
blobfd424ba7f31e887dbea2327a54356ec8f2a655e8
1 #(ly:set-option 'old-relative)
2 \version "1.9.4"
3 \score {
4 \notes\context PianoStaff <<
5 \context Staff = up
6 \relative c'' <<
7 { \key d\major
8 \property Voice.Slur \set #'attachment = #'(stem . stem)
10 \once \property Voice.Fingering
11 \override #'extra-offset = #'(-0.3 . -1.8)
12 fis4-3_\p(~
15 fis16 a)^" "^\markup { \finger "5" } } \\
17 \dynamicUp
18 \property Voice.DynamicLineSpanner
19 \override #'padding = #5.0
20 \tieUp
21 fis16(\> d b\! \translator Staff = down
22 \stemUp
23 \clef treble g~ <g e>8) } \\
24 { s16
25 \once \property Voice.Stem \set #'transparent = ##t
27 ~ <d b>4 }
29 \context Staff = down {
30 \key d \major
31 \time 3/8 \clef bass s4. }
33 \paper { raggedright = ##t}