X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fles-nereides.ly;h=3d88381fc5a039ee1601667cf03bdb76a7f11d97;hb=5b2bdf8c532aa1b4aa8626f6847938f2ef4ba1be;hp=73ff6b60de4a2e484b55fa870008aca0114508ae;hpb=eb544f70b8dc19a053705a02722bb4eaf24a4a98;p=lilypond.git diff --git a/input/les-nereides.ly b/input/les-nereides.ly index 73ff6b60de..3d88381fc5 100644 --- a/input/les-nereides.ly +++ b/input/les-nereides.ly @@ -1,4 +1,4 @@ -\version "2.6.0" +\version "2.12.0" \header { composer = "ARTHUR GRAY" @@ -36,30 +36,26 @@ treble = \new Voice \relative c''{ \change Staff=bass - \once\override TextScript #'extra-offset = #'(-3 . -4) %tweak - - cis,16^2(^\markup {\small \italic "m.d." }\sustainUp + cis,16^2(^\markup {\small \italic "m.d." }\sustainOff 8 | %4 - 4)\sustainDown + 4)\sustainOn \change Staff=treble \slurUp \set PianoStaff.connectArpeggios = ##t - #(set-octavation 1) + \ottava #1 - \once\override TextScript #'extra-offset = #'(-3 . -2) %tweak - \tieUp cis''''4^\markup { \small \italic "m.g." }\arpeggio~ \grace { cis8 - \override Stem #'direction = #CENTER + \revert Stem #'direction a16[-5_( fis dis] - #(set-octavation 0) + \ottava #0 cis32[ a-1 fis-4 dis] cis[ a fis)-2] % the small grace in lower staff comes after us @@ -74,7 +70,7 @@ treble = \new Voice \relative c''{ r8 8(\mf % \fingerUp - \override Fingering #'direction = #1 + \override Fingering #'direction = #UP e)-1-4-5 r @@ -90,7 +86,7 @@ trebleTwo = \new Voice \relative c''{ \stemDown \slurDown % \fingerDown - \override Fingering #'direction = #-1 + \override Fingering #'direction = #DOWN s2 | %1 s1*2 @@ -121,9 +117,9 @@ bass = \new Voice \relative c{ r8. e,16(\f_2 8[ ] | %2 - \override Staff.SustainPedalLineSpanner #'staff-padding = #5 %tweak + %\override Staff.SustainPedalLineSpanner #'staff-padding = #5 %tweak - 4\sustainDown + 4\sustainOn \change Staff=treble \stemDown 4)\arpeggio @@ -131,18 +127,18 @@ bass = \new Voice \relative c{ \change Staff=bass \stemNeutral - r8. cis,,16(\sustainUp 8 + r8. cis,,16(\sustainOff 8 | %3 -% \once \override Stem #'length = #6 %tweak - 4\sustainDown + + 4\sustainOn \change Staff=treble - - \revert Stem #'direction - \override Stem #'direction = #-1 + + \stemNeutral + \stemDown )\arpeggio \change Staff=bass - \revert Stem #'direction + \stemNeutral r2 | %4 @@ -163,7 +159,7 @@ bass = \new Voice \relative c{ s32 s s s s s \clef bass - 32(\sustainUp\sustainDown + 32(\sustainOff\sustainOn \revert Stem #'stroke-style } @@ -173,26 +169,26 @@ bass = \new Voice \relative c{ \slurUp % \fingerDown - \override Fingering #'direction = #-1 + \override Fingering #'direction = #DOWN - \override Staff.SustainPedalLineSpanner #'staff-padding = #3.5 %tweak + %\override Staff.SustainPedalLineSpanner #'staff-padding = #3.5 %tweak \set Staff.pedalSustainStyle = #'mixed %%a,8 e'[-5(]) - a,8\sustainDown e'[-5(])-2-3 + a,8\sustainOn e'[-5(])-2-3 %%r b,-5 4 - r b,-5\sustainUp\sustainDown 4-3-5 + r b,-5\sustainOff\sustainOn 4-3-5 \slurNeutral - e,8[-5(\sustainUp + e,8[-5(\sustainOff | %6 - a)-2]\sustainDown + a)-2]\sustainOn \slurUp - e'[()] r b,\sustainUp\sustainDown 4 + e'[()] r b,\sustainOff\sustainOn 4 \slurNeutral - e,8[(\sustainUp + e,8[(\sustainOff | %7 a)] @@ -210,7 +206,7 @@ bassTwo = \new Voice \relative c{ } middleDynamics = { - \override Dynamics.TextScript #'padding = #-1 %tweak + %\override Dynamics.TextScript #'padding = #-1 %tweak s2 s1*2 | %4 @@ -219,17 +215,15 @@ middleDynamics = { s8 s16 s s s32 s - \once\override Dynamics.Hairpin #'extra-offset = #'(0 . 2) %tweak s\> s - s32 s s s\! + s32 s s\! s } - \fatText + \textLengthOn s32 s-"rall." s s s8 s4 - \emptyText + \textLengthOff | %5 s2-"a tempo" s8 - \once\override Dynamics.Hairpin #'extra-offset = #'(1 . 0) %tweak s \> s s | %6 s8\! @@ -240,14 +234,14 @@ middleDynamics = { theScore = \score{ \context PianoStaff << - \context Staff = "treble" << + \new Staff = "treble" << \treble \trebleTwo >> \new Dynamics << \middleDynamics >> - \context Staff = "bass" << + \new Staff = "bass" << \clef bass \bass \bassTwo @@ -260,10 +254,10 @@ theScore = \score{ \remove Bar_number_engraver } \context { - \type "Engraver_group_engraver" + \type "Engraver_group" \name Dynamics \consists "Output_property_engraver" - minimumVerticalExtent = #'(-1 . 1) + \override VerticalAxisGroup #'minimum-Y-extent = #'(0 . 0) \consists "Script_engraver" \consists "Dynamic_engraver" @@ -280,7 +274,6 @@ theScore = \score{ \context { \PianoStaff \accepts Dynamics - \override VerticalAlignment #'forced-distance = #7 } } }