]> git.donarmstrong.com Git - lilypond.git/blob - input/tutorial/brahms-tweaked.ly
* lily/beam-quanting.cc (score_forbidden_quants): split beam
[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
18             \stemUp
19             \clef treble g ~ < g8 )e> } \\
20         { s16
21           \property Voice.Stem \set #'transparent = ##t
22           d'
23           \property Voice.Stem \revert #'transparent
24           ~ < d4 b4  > }
25     >
26     \context Staff = down {
27         \key d \major
28         \time 3/8 \clef bass s4. }
29     >
30     \paper { linewidth = -1. }
31 }
32