X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftypography-demo.ly;h=db3d727e3a3c6421b9eff5ff503f218d89cb2641;hb=b586253323a60a4ca9acab1a53759504af88b944;hp=1e8a1acb93f81326544c796413c82a6caaa01e35;hpb=522f419e3ed3e09ecf834bbb5315ac1777ab13e0;p=lilypond.git diff --git a/input/regression/typography-demo.ly b/input/regression/typography-demo.ly index 1e8a1acb93..db3d727e3a 100644 --- a/input/regression/typography-demo.ly +++ b/input/regression/typography-demo.ly @@ -8,8 +8,7 @@ heavily mutilated Edition Peters Morgenlied by Schubert" } -\version "2.16.0" -#(ly:expect-warning (_ "(De)crescendo with unspecified starting volume in MIDI.")) +\version "2.17.6" #(ly:expect-warning (_ "(De)crescendo with unspecified starting volume in MIDI.")) ignoreMelisma = \set ignoreMelismata = ##t @@ -77,14 +76,14 @@ secondVerse = \lyricmode { } pianoRH = \relative c''' \repeat volta 2\new Voice { - \accidentalStyle "modern" + \accidentalStyle modern \voiceOne g16( fis a g fis g f e d c b \oneVoice a ) | 8( \arpeggio) r8 r | r8 c'( e,) f r a | - \once \override DynamicLineSpanner #'padding =#3 + \once \override DynamicLineSpanner.padding =#3 r8 << { fis( g) } \\ << { a4 } { s8\> s8\! } >> @@ -100,7 +99,7 @@ pianoRH = \relative c''' \repeat volta 2\new Voice { } pianoLH = \relative c'' \repeat volta 2\new Voice { - \accidentalStyle "modern" + \accidentalStyle modern \voiceTwo g16( fis a g fis g @@ -124,9 +123,9 @@ pianoLH = \relative c'' \repeat volta 2\new Voice { << \time 6/8 \new Staff \with { fontSize = #-3 - \override StaffSymbol #'staff-space = #(magstep -3) + \override StaffSymbol.staff-space = #(magstep -3) } << - \context Staff \accidentalStyle "modern" + \context Staff \accidentalStyle modern \melody >> \lyricsto "singer" \new Lyrics \firstVerse \lyricsto "singer" \new Lyrics \secondVerse @@ -148,15 +147,15 @@ pianoLH = \relative c'' \repeat volta 2\new Voice { \layout { \context { \Lyrics - \override LyricText #'font-size = #-1 + \override LyricText.font-size = #-1 } \context { \Score - \override Beam #'beam-thickness = #0.55 - \override Beam #'auto-knee-gap = #4.0 - \override SpacingSpanner #'spacing-increment = #1.0 - \override Stem #'stemlet-length = #0.5 - \override Slur #'height-limit = #1.5 + \override Beam.beam-thickness = #0.55 + \override Beam.auto-knee-gap = #4.0 + \override SpacingSpanner.spacing-increment = #1.0 + \override Stem.stemlet-length = #0.5 + \override Slur.height-limit = #1.5 } }