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