]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-line-break.ly
Merge commit 'origin' into includes
[lilypond.git] / input / regression / repeat-line-break.ly
index 183e91ca30942e8e174a74ed7524e12f703193ea..e624ac4135319a841249347c4f76174a9bbecc0b 100644 (file)
@@ -1,21 +1,19 @@
-\version "2.3.16"
+\version "2.12.0"
 
 \header{
-texidoc="
+  texidoc="
 Across linebreaks, the left edge of a first and second alternative
 bracket should be equal.
 "
 }
 
-    \paper { raggedright= ##t }
-
-\score  {
+\layout { ragged-right= ##t }
 
 \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 }
 
 }
-}
+