]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dot-column-rest-collision.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / dot-column-rest-collision.ly
1 \header {
2   texidoc = "Dot columns do not trigger beam slanting too early.
3 This input should compile with no programming error message,
4 and the dots should be correctly placed on their rests."
5 }
6
7 \version "2.16.0"
8 \paper{ ragged-right=##t }
9 <<
10   { e''8 e'' g'' g'' g''16[ r8. r8. g''16] } \\
11   { e8 r4. c'16[ r8. <a' b' c''>8. e'16] }
12 >>