]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-ended-voice.ly
Doc-es: various updates.
[lilypond.git] / input / regression / spacing-ended-voice.ly
index 54dd548133a9ce9ad638061c4eb14a7f8e320478..f752b1d80ef7648524e5a443a5aac8eed44a7262 100644 (file)
@@ -1,26 +1,23 @@
-\version "1.5.68"
+\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 {
-  c4
-  <
-    \context Voice = I \relative c'' { \stemUp r4 dis4 }
-    \context Voice = III \relative c'' { \stemUp \shiftOn r4 bis  \shiftOff}
-    \context Voice = IV \relative c'' {
-      \stemDown
-      \shiftOn s4 gis }
-    \context Voice =  II \relative c' { \stemDown
-       % idem
 
-      r4 fis  }
-  >
+{  \context Staff \relative {
+  c'4
+  <<
+    { r4 dis'4 } \\
+    { r4 fis,4 } \\
+    { r bis } \\
+    { s gis }
+  >>
   c4
 }}
-\paper { linewidth = -1. }
-}
+
+
+
+