X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fles-nereides.ly;h=53866b478089c7f3954986305ad2302ae9ab9be4;hb=e8f85ba939c5bb5bbbabf36ad372b1b84bce25dd;hp=3d88381fc5a039ee1601667cf03bdb76a7f11d97;hpb=bb91de5b7f8c4f753452730101c2422946067cc3;p=lilypond.git diff --git a/input/les-nereides.ly b/input/les-nereides.ly index 3d88381fc5..53866b4780 100644 --- a/input/les-nereides.ly +++ b/input/les-nereides.ly @@ -1,4 +1,4 @@ -\version "2.12.0" +\version "2.13.4" \header { composer = "ARTHUR GRAY" @@ -40,9 +40,9 @@ treble = \new Voice \relative c''{ 8 | %4 4)\sustainOn - + \change Staff=treble - + \slurUp \set PianoStaff.connectArpeggios = ##t @@ -53,10 +53,10 @@ treble = \new Voice \relative c''{ \grace { cis8 \revert Stem #'direction - + a16[-5_( fis dis] \ottava #0 - + cis32[ a-1 fis-4 dis] cis[ a fis)-2] % the small grace in lower staff comes after us s32 @@ -68,16 +68,16 @@ treble = \new Voice \relative c''{ | %5 r8 8(\mf - + % \fingerUp \override Fingering #'direction = #UP - + e)-1-4-5 r | %6 r 8(\mf e) r - + | %7 \bar "||" } @@ -102,7 +102,7 @@ trebleTwo = \new Voice \relative c''{ \override Fingering #'slur-padding = #0.1 8[( | %6 - )] cis'4. d4 + )] cis'4. d4 8[( | %7 )] @@ -111,36 +111,36 @@ trebleTwo = \new Voice \relative c''{ bass = \new Voice \relative c{ \partial 2 \key a \major - + \slurDown \dynamicUp r8. e,16(\f_2 8[ ] | %2 %\override Staff.SustainPedalLineSpanner #'staff-padding = #5 %tweak - + 4\sustainOn \change Staff=treble \stemDown 4)\arpeggio - + \change Staff=bass \stemNeutral - + r8. cis,,16(\sustainOff 8 - + | %3 4\sustainOn \change Staff=treble - + \stemNeutral - \stemDown + \stemDown )\arpeggio \change Staff=bass \stemNeutral r2 - + | %4 \stemDown 4 @@ -150,46 +150,46 @@ bass = \new Voice \relative c{ %urg: staff-change: ! on dis \arpeggio >> - + \grace { \override Stem #'stroke-style = #"grace" - + s8 s16 s s s32 s s s s s \clef bass 32(\sustainOff\sustainOn - + \revert Stem #'stroke-style } 2) - + | %5 \slurUp - + % \fingerDown \override Fingering #'direction = #DOWN - + %\override Staff.SustainPedalLineSpanner #'staff-padding = #3.5 %tweak \set Staff.pedalSustainStyle = #'mixed %%a,8 e'[-5(]) - + a,8\sustainOn e'[-5(])-2-3 %%r b,-5 4 r b,-5\sustainOff\sustainOn 4-3-5 \slurNeutral e,8[-5(\sustainOff - + | %6 a)-2]\sustainOn \slurUp e'[()] r b,\sustainOff\sustainOn 4 \slurNeutral e,8[(\sustainOff - + | %7 a)] } @@ -217,7 +217,7 @@ middleDynamics = { s32 s s\> s s32 s s\! s - + } \textLengthOn s32 s-"rall." s s s8 s4 @@ -225,7 +225,7 @@ middleDynamics = { | %5 s2-"a tempo" s8 s \> s s - | %6 + | %6 s8\! s2 s8 s\> s | %7 @@ -235,6 +235,9 @@ middleDynamics = { theScore = \score{ \context PianoStaff << \new Staff = "treble" << + \overrideBeamSettings #'Score #'(4 . 4) #'end + #'((* . (1 1 1 1)) + ((1 . 32) (4 4 4 4 4 4 4 4))) \treble \trebleTwo >> @@ -253,35 +256,13 @@ theScore = \score{ pedalSustainStrings = #'("Ped." "*Ped." "*") \remove Bar_number_engraver } - \context { - \type "Engraver_group" - \name Dynamics - \consists "Output_property_engraver" - \override VerticalAxisGroup #'minimum-Y-extent = #'(0 . 0) - - \consists "Script_engraver" - \consists "Dynamic_engraver" - \consists "Text_engraver" - - %%\override TextScript #'font-size = #1 - \override TextScript #'font-shape = #'italic - - \consists "Skip_event_swallow_translator" - - \consists "Axis_group_engraver" - } - - \context { - \PianoStaff - \accepts Dynamics - } } } - + \book{ \score { \theScore } } - + %%% Local variables: %%% coding: utf-8 %%% LilyPond-indent-level:2