From: Graham Percival Date: Sun, 10 Oct 2010 20:07:20 +0000 (+0100) Subject: Regtests: remove last \new Score stuff. X-Git-Tag: release/2.13.36-1~40 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=090e6bbca25267dfc2260e685536957dbb414063;p=lilypond.git Regtests: remove last \new Score stuff. --- diff --git a/input/regression/grid-lines.ly b/input/regression/grid-lines.ly index 8a99130511..a25c77eb38 100644 --- a/input/regression/grid-lines.ly +++ b/input/regression/grid-lines.ly @@ -47,20 +47,20 @@ skips = \StaffGroup \remove "System_start_delimiter_engraver" } + \context { + \Score + \consists "Grid_line_span_engraver" + \override SystemStartBrace #'transparent = ##t + + \override NoteColumn #'X-offset = #-0.5 + \override NoteHead #'Y-offset = #0.75 + } } \layout { ragged-right = ##t } -\new Score -\with { - \consists "Grid_line_span_engraver" - \override SystemStartBrace #'transparent = ##t - - \override NoteColumn #'X-offset = #-0.5 - \override NoteHead #'Y-offset = #0.75 - -} +\score { \new StaffGroup << \new RhythmicStaff \with { @@ -84,4 +84,5 @@ skips = } >> +} diff --git a/input/regression/quote-overrides.ly b/input/regression/quote-overrides.ly index 07ff7229a8..c24c92ff98 100644 --- a/input/regression/quote-overrides.ly +++ b/input/regression/quote-overrides.ly @@ -35,8 +35,15 @@ mus = \relative c' { } \addQuote "music" \mus -\new Score \with { quotedEventTypes = #'(StreamEvent) } +\layout { + \context { + \Score + quotedEventTypes = #'(StreamEvent) + } +} + +\score { << \new Staff \mus \new Voice { \quoteDuring #"music" s1*2 } ->> } \ No newline at end of file +>> } diff --git a/input/regression/spacing-loose-grace-linebreak.ly b/input/regression/spacing-loose-grace-linebreak.ly index 56e7be9ab0..c54fea3b0d 100644 --- a/input/regression/spacing-loose-grace-linebreak.ly +++ b/input/regression/spacing-loose-grace-linebreak.ly @@ -6,9 +6,15 @@ across a line break, it gets attached to the end of line." \version "2.12.0" -\new Score \with { - \override SpacingSpanner #'strict-grace-spacing = ##t -} << +\layout { + \context { + \Score + \override SpacingSpanner #'strict-grace-spacing = ##t + } +} + +\score { + << \new Staff << @@ -35,4 +41,5 @@ across a line break, it gets attached to the end of line." } >> >> +} diff --git a/input/regression/spacing-multi-tuplet.ly b/input/regression/spacing-multi-tuplet.ly index f6b578fdf0..10ecffcd2e 100644 --- a/input/regression/spacing-multi-tuplet.ly +++ b/input/regression/spacing-multi-tuplet.ly @@ -8,13 +8,14 @@ hence it must be switched on explicitly with the @code{uniform-stretching} property of @code{SpacingSpanner}." } - +\layout{ + \context{ + \Score + \override SpacingSpanner #'uniform-stretching = ##t + } +} \relative c' { - \new Score \with - { - \override SpacingSpanner #'uniform-stretching = ##t - } \context StaffGroup << \new Staff \context Voice { \times 2/10 { c8[ c c c c c c c c c] }