]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-ended-voice.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / spacing-ended-voice.ly
index 5407536b0cf4810820729b8d732b5e5a9e323a4b..f752b1d80ef7648524e5a443a5aac8eed44a7262 100644 (file)
@@ -1,22 +1,23 @@
-#(ly:set-option 'old-relative)
-\version "1.9.4"
+\version "2.19.21"
 \header { texidoc = "
 A voicelet (a very short voice to get polyphonic chords correct)
 should not confuse the spacing engine."
 }
 
+\layout { ragged-right = ##t }
 
-       \score {
-\notes {  \context Staff \relative c' {
-  c4
+
+{  \context Staff \relative {
+  c'4
   <<
-      { r4 dis'4 } \\
-      { r4 fis,4 } \\
-      { r bis } \\
-      { s gis }
+    { r4 dis'4 } \\
+    { r4 fis,4 } \\
+    { r bis } \\
+    { s gis }
   >>
   c4
 }}
-  \paper { raggedright = ##t }
-}
+
+
+