]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote-cyclic.ly
*** empty log message ***
[lilypond.git] / input / regression / quote-cyclic.ly
index 200f6776b469c4955bbb920d4ee469b5797a85cb..094de9a1bb3a36592485acc7a9f154f56e4e2374 100644 (file)
@@ -6,7 +6,7 @@ example, there are notes with each full-bar rest."
          
  
 }
-\version "2.7.13"
+\version "2.7.32"
 
 A = \relative c' { c4 d e f | \cueDuring #"qB" #1 { R1 } | }
 B = \relative c' { \cueDuring #"qA" #1 { R1 } | f4 e d c  | }
@@ -14,9 +14,9 @@ B = \relative c' { \cueDuring #"qA" #1 { R1 } | f4 e d c  | }
 \addquote "qA" \A
 \addquote "qB" \B
 
-\layout { raggedright = ##t }
+\layout { ragged-right = ##t }
 
 <<
-    \context Staff = "A" \A
-    \context Staff = "B" \B
+    \new Staff \A
+    \new Staff \B
 >>