]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-ended-voice.ly
release commit
[lilypond.git] / input / regression / spacing-ended-voice.ly
1 #(ly:set-option 'old-relative)
2 \version "2.1.30"
3 \header { texidoc = "
4 A voicelet (a very short voice to get polyphonic chords correct)
5 should not confuse the spacing engine."
6 }
7
8
9         \score {
10 \notes {  \context Staff \relative c' {
11   c4
12   <<
13       { r4 dis'4 } \\
14       { r4 fis,4 } \\
15       { r bis } \\
16       { s gis }
17   >>
18   c4
19 }}
20   \paper { raggedright = ##t }
21 }
22