]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-ended-voice.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / spacing-ended-voice.ly
1 \version "2.11.51"
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 \layout { ragged-right = ##t }
8
9
10 {  \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
21
22
23