]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-ended-voice.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / spacing-ended-voice.ly
1 \version "2.12.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 \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