]> 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 "2.6.0"
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
9 {  \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 \layout { raggedright = ##t }
20
21