]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-ended-voice.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / spacing-ended-voice.ly
index 9b1494c91b981f48c29beba2759a477437a1e755..f4b4b83605a9f1d22a0f7bf64024e66d1d32c9d5 100644 (file)
@@ -1,22 +1,23 @@
-#(ly:set-option 'old-relative)
-\version "2.4.0"
+\version "2.12.0"
 \header { texidoc = "
 A voicelet (a very short voice to get polyphonic chords correct)
 should not confuse the spacing engine."
 }
 
+\layout { ragged-right = ##t }
 
-       \score {
- {  \context Staff \relative c' {
+
+{  \context Staff \relative c' {
   c4
   <<
-      { r4 dis'4 } \\
-      { r4 fis,4 } \\
-      { r bis } \\
-      { s gis }
+    { r4 dis'4 } \\
+    { r4 fis,4 } \\
+    { r bis } \\
+    { s gis }
   >>
   c4
 }}
-  \layout { raggedright = ##t }
-}
+
+
+