]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-ended-voice.ly
quarter tones in tablature
[lilypond.git] / input / regression / spacing-ended-voice.ly
index 6ceab62b6b7c8fcba8b0e45b5b82654fdce5ebbe..f752b1d80ef7648524e5a443a5aac8eed44a7262 100644 (file)
@@ -1,13 +1,14 @@
-\version "2.6.0"
+\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 }
 
 
-{  \context Staff \relative c' {
-  c4
+{  \context Staff \relative {
+  c'4
   <<
     { r4 dis'4 } \\
     { r4 fis,4 } \\
@@ -16,6 +17,7 @@ should not confuse the spacing engine."
   >>
   c4
 }}
-\layout { raggedright = ##t }
+
+