]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote-overrides.ly
Change the behavior of nested StaffGroupers.
[lilypond.git] / input / regression / quote-overrides.ly
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
+>> }