]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dot-column-vertical-positioning.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / dot-column-vertical-positioning.ly
1 \version "2.16.0"
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 >>