]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/ambitus-with-ligature.ly
c82e51ce40ca408d2a2e67ea1958f06cbf6f1bff
[lilypond.git] / input / regression / ambitus-with-ligature.ly
1 \version "2.14"
2
3 \header {
4   texidoc = "
5 A @code{\Voice} should be able to contain both an @code{Ambitus_engraver}
6 and a @code{Mensural_ligature_engraver} without segfaulting.
7   "
8 }
9
10 \new Voice \with  {
11   \consists Ambitus_engraver
12   \consists Mensural_ligature_engraver
13 } {
14   \[ c'\longa c''\longa \]
15 }