]> git.donarmstrong.com Git - lilypond.git/blob - input/tutorial/brahms-tweaked.ly
6eaeb6c535545c20219240dcdea63e4d659268d1
[lilypond.git] / input / tutorial / brahms-tweaked.ly
1 \score {
2     \notes\context PianoStaff <
3     \context Staff = up
4     \relative c'' <
5         {   \key d\major 
6             \property Voice.Slur \set #'attachment = #'(stem . stem)
7
8             \property Voice.Fingering \set #'extra-offset = #'(-0.3 . -1.8) 
9             fis4-3_\p ( ~
10
11             \property Voice.Fingering \revert #'extra-offset
12             fis16 )a^" "^#'(finger "5") } \\
13         {
14             \dynamicUp
15             \property Voice.DynamicLineSpanner \override #'padding = #5.0
16             \tieUp
17             fis16( \> d \! b \translator Staff = down \clef treble g ~ < g8 )e> } \\
18         { s16
19           \property Voice.Stem \set #'transparent = ##t
20           d'
21           \property Voice.Stem \revert #'transparent
22           ~ < d4 b4  > }
23     >
24     \context Staff = down {
25         \key d \major
26         \time 3/8 \clef bass s4. }
27     >
28     \paper { linewidth = -1. }
29 }
30