]> git.donarmstrong.com Git - lilypond.git/blob - input/tutorial/brahms-tweaked.ly
* Website fixes:
[lilypond.git] / input / tutorial / brahms-tweaked.ly
1 \version "1.7.18"
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             \once \property Voice.Fingering
10               \override #'extra-offset = #'(-0.3 . -1.8) 
11            fis4-3_\p-(-~
12    
13
14             fis16 a-)^" "^\markup { \finger "5" } } \\
15         {
16             \dynamicUp
17             \property Voice.DynamicLineSpanner
18               \override #'padding = #5.0
19             \tieUp
20             fis16-(-\> d b-\! \translator Staff = down
21             \stemUp
22             \clef treble g-~ <<g e>>8-) } \\
23         { s16
24           \once \property Voice.Stem \set #'transparent = ##t
25           d'
26           ~ <<d b>>4 }
27     >
28     \context Staff = down {
29         \key d \major
30         \time 3/8 \clef bass s4. }
31     >
32     \paper { raggedright = ##t}
33 }
34
35
36 %% new-chords-done %%