]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-line-break.ly
Assorted minor mostly one-line clarifications.
[lilypond.git] / input / regression / repeat-line-break.ly
index b5bc086dc84ce0914ab79c797dbdbaf9072e6337..c463c90a9bc26dbe1b0461df95bd1803d229106f 100644 (file)
@@ -1,21 +1,19 @@
-\version "2.1.36"
+\version "2.7.39"
 
 \header{
-texidoc="
+  texidoc="
 Across linebreaks, the left edge of a first and second alternative
 bracket should be equal.
 "
 }
 
-    \paper { raggedright= ##t }
+\layout { ragged-right= ##t }
 
-\score  {
-\notes
 \context Staff\relative c''  {
-       \repeat "volta" 2 { c1 \break } \alternative { d e }
-       c1
-       \repeat "volta" 2 { c1 } \alternative { { d \break}  e }
+  \repeat "volta" 2 { c1 \break } \alternative { d e }
+  c1
+  \repeat "volta" 2 { c1 } \alternative { { d \break}  e }
 
 }
-}
+