]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-ended-voice.ly
* lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
[lilypond.git] / input / regression / spacing-ended-voice.ly
index cb6d363382a0920e6b6183759947822ce087f405..1ae5f5ba8f9e213e1a1d56503322cf511c48e80f 100644 (file)
@@ -1,5 +1,5 @@
 #(ly:set-option 'old-relative)
-\version "1.9.0"
+\version "2.1.7"
 \header { texidoc = "
 A voicelet (a very short voice to get polyphonic chords correct)
 should not confuse the spacing engine."
@@ -9,12 +9,12 @@ should not confuse the spacing engine."
        \score {
 \notes {  \context Staff \relative c' {
   c4
-  <
+  <<
       { r4 dis'4 } \\
       { r4 fis,4 } \\
       { r bis } \\
       { s gis }
-  >
+  >>
   c4
 }}
   \paper { raggedright = ##t }