]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-ended-voice.ly
Issue 5148/2: three-sided-box snippet: use #:properties keyword
[lilypond.git] / input / regression / spacing-ended-voice.ly
index e2f5c29cb9deadc8d596e92decb89e230e0d6db3..f752b1d80ef7648524e5a443a5aac8eed44a7262 100644 (file)
@@ -1,22 +1,23 @@
-#(ly:set-option 'old-relative)
-\version "2.1.30"
+\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 }
-}
+
+
+