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