]> 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 87a077c525d582dce36a41ecf888a94e35ee6f4f..e624ac4135319a841249347c4f76174a9bbecc0b 100644 (file)
@@ -1,22 +1,19 @@
-#(ly:set-option 'old-relative)
-\version "1.9.8"
+\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 }
+\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 }
 
 }
-}
+