X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrid-lines.ly;h=b67f7b5d3344950235720c92acb9370a57ebd070;hb=6676553f94d1224a9956a43b4b5a3e4777bb47ce;hp=57d1eaf372c3a78ac677fbf7baa9ec41c2771c35;hpb=2940cdd12c135ef94e4c95ac815e76014eef9c79;p=lilypond.git diff --git a/input/regression/grid-lines.ly b/input/regression/grid-lines.ly index 57d1eaf372..b67f7b5d33 100644 --- a/input/regression/grid-lines.ly +++ b/input/regression/grid-lines.ly @@ -5,24 +5,24 @@ staves synchronized with the notes." } -\version "2.14.0" +\version "2.17.30" skips = { \time 12/8 - \once \override Score.GridLine #'thickness = #4.0 + \once \override Score.GridLine.thickness = #4.0 s8 s8 s8 - \once \override Score.GridLine #'thickness = #3.0 + \once \override Score.GridLine.thickness = #3.0 s8 s8 s8 - \once \override Score.GridLine #'thickness = #4.0 + \once \override Score.GridLine.thickness = #4.0 s8 s8 s8 - \once \override Score.GridLine #'thickness = #3.0 + \once \override Score.GridLine.thickness = #3.0 s8 s8 s8 @@ -39,8 +39,8 @@ skips = \context { \RhythmicStaff \consists "Grid_point_engraver" - gridInterval = #(ly:make-moment 1 8) - \override BarLine #'bar-extent = #'(-0.025 . 0.025) + gridInterval = #(ly:make-moment 1/8) + \override BarLine.bar-extent = #'(-0.025 . 0.025) } \context { \StaffGroup @@ -49,10 +49,10 @@ skips = \context { \Score \consists "Grid_line_span_engraver" - \override SystemStartBrace #'transparent = ##t + \hide SystemStartBrace - \override NoteColumn #'X-offset = #-0.5 - \override NoteHead #'Y-offset = #0.75 + \override NoteColumn.X-offset = #-0.5 + \override NoteHead.Y-offset = #0.75 } } @@ -63,7 +63,7 @@ skips = \new StaffGroup << \new RhythmicStaff \with { - \override NoteHead #'no-ledgers = ##t + \override NoteHead.no-ledgers = ##t } { \stemUp @@ -71,10 +71,10 @@ skips = } \new RhythmicStaff { - \override NoteHead #'transparent = ##t - \override NoteHead #'no-ledgers = ##t - \override Stem #'transparent = ##t - \override Beam #'transparent = ##t + \hide NoteHead + \override NoteHead.no-ledgers = ##t + \hide Stem + \hide Beam << \skips % force regular spacing by introducing notes.