]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dot-column-vertical-positioning.ly
bf890134097147a41240af03c0e539ac0f131679
[lilypond.git] / input / regression / dot-column-vertical-positioning.ly
1 \version "2.15.27"
2
3 \header {
4   texidoc = "Dot columns should not trigger vertical spacing before
5 line breaking.  If the regtest issues a programming_error saying that
6 vertical spacing has been called before line breaking, it has failed.
7 "
8 }
9
10 \context Staff <<
11   \new Voice { \voiceOne f''8.[ e''16] }
12   \new Voice { \voiceThree r8. a'16}
13 >>