]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote-cyclic.ly
Fix LyricText alignment when ignoreMelismata = ##t.
[lilypond.git] / input / regression / quote-cyclic.ly
index c9f1ec9a7037bfe639b7e79c1c801ba87f236e92..d55017c09dbe887907d86eddf3f0b59c7f3224ab 100644 (file)
@@ -6,18 +6,17 @@ example, there are notes with each full-bar rest."
          
  
 }
-\version "2.5.0"
-A = \relative c' { c4 d e f | << R1            \\
-                                \quoteDuring #"qB" { \skip 1 } >> | }
-B = \relative c' { << R1            \\
-                     \quoteDuring #"qA" { \skip 1 } >> | f4 e d c | }
+\version "2.12.0"
 
-\addquote "qA" \A
-\addquote "qB" \B
+A = \relative c' { c4 d e f | \cueDuring #"qB" #1 { R1 } | }
+B = \relative c' { \cueDuring #"qA" #1 { R1 } | f4 e d c  | }
 
-\layout { raggedright = ##t }
+\addQuote "qA" \A
+\addQuote "qB" \B
+
+\layout { ragged-right = ##t }
 
 <<
-    \context Staff = "A" \A
-    \context Staff = "B" \B
+    \new Staff \A
+    \new Staff \B
 >>