X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftutorial%2Fbrahms-tweaked.ly;h=c71bf86d04056e8c472f8eb054d261bdea3bf6e1;hb=955f829883aa125b2b633b1e71f6256da5b773fa;hp=5c63cae358c2be4631695d03ce9fd141b5b301b1;hpb=b7086f64a6c440eb73562b18141b292503a89735;p=lilypond.git diff --git a/input/tutorial/brahms-tweaked.ly b/input/tutorial/brahms-tweaked.ly index 5c63cae358..c71bf86d04 100644 --- a/input/tutorial/brahms-tweaked.ly +++ b/input/tutorial/brahms-tweaked.ly @@ -1,4 +1,5 @@ -\version "1.7.6" +#(ly:set-option 'old-relative) +\version "1.9.0" \score { \notes\context PianoStaff < \context Staff = up @@ -6,31 +7,31 @@ { \key d\major \property Voice.Slur \set #'attachment = #'(stem . stem) - \property Voice.Fingering \set #'extra-offset = #'(-0.3 . -1.8) + \once \property Voice.Fingering + \override #'extra-offset = #'(-0.3 . -1.8) fis4-3_\p-(-~ - \property Voice.Fingering \revert #'extra-offset fis16 a-)^" "^\markup { \finger "5" } } \\ { \dynamicUp - \property Voice.DynamicLineSpanner \override #'padding = #5.0 + \property Voice.DynamicLineSpanner + \override #'padding = #5.0 \tieUp fis16-(-\> d b-\! \translator Staff = down \stemUp \clef treble g-~ <>8-) } \\ { s16 - \property Voice.Stem \set #'transparent = ##t + \once \property Voice.Stem \set #'transparent = ##t d' - \property Voice.Stem \revert #'transparent ~ <>4 } > \context Staff = down { \key d \major \time 3/8 \clef bass s4. } > - \paper { linewidth = -1. } + \paper { raggedright = ##t} } -%% new-chords-done %% +