]> git.donarmstrong.com Git - lilypond.git/commitdiff
Regtests: remove last \new Score stuff.
authorGraham Percival <gperciva@gperciva-desktop.(none)>
Sun, 10 Oct 2010 20:07:20 +0000 (21:07 +0100)
committerGraham Percival <gperciva@gperciva-desktop.(none)>
Sun, 10 Oct 2010 20:07:20 +0000 (21:07 +0100)
input/regression/grid-lines.ly
input/regression/quote-overrides.ly
input/regression/spacing-loose-grace-linebreak.ly
input/regression/spacing-multi-tuplet.ly

index 8a99130511f6946f21ee8f12e99464305edfaf2c..a25c77eb388f998aea515fa685c60b7252130921 100644 (file)
@@ -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 =
   }
   
 >>
+}
 
index 07ff7229a8fecd4e0800f2e7f1c1deaeecedf3b0..c24c92ff98648b18e85eac2d78e138ec34d592c0 100644 (file)
@@ -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
+>> }
index 56e7be9ab003b0412e46681c8d42e95dc0fe5bd7..c54fea3b0d5504186f08eb76912977f7474e072a 100644 (file)
@@ -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."
     }
   >>
 >>
+}
 
index f6b578fdf0e1d93ebb8dbee42cbbc5943765a93f..10ecffcd2eb70fb2631c3b9f375beb59753fb4fb 100644 (file)
@@ -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] }