]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-ended-voice.ly
* scripts/convert-ly.py (FatalConversionError.figures_replace):
[lilypond.git] / input / regression / spacing-ended-voice.ly
index e65a86837b619819241aa30ff51e873ea5c9970b..5407536b0cf4810820729b8d732b5e5a9e323a4b 100644 (file)
@@ -1,27 +1,22 @@
-\version "1.7.6"
+#(ly:set-option 'old-relative)
+\version "1.9.4"
 \header { texidoc = "
-
 A voicelet (a very short voice to get polyphonic chords correct)
 should not confuse the spacing engine."
- }
+}
 
 
        \score {
-\notes {  \context Staff {
+\notes {  \context Staff \relative c' {
   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  }
-  >
+  <<
+      { r4 dis'4 } \\
+      { r4 fis,4 } \\
+      { r bis } \\
+      { s gis }
+  >>
   c4
 }}
-\paper { linewidth = -1. }
+  \paper { raggedright = ##t }
 }
-%% new-chords-done %%
+