]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/ambitus-with-ligature.ly
Doc-es: various updates.
[lilypond.git] / input / regression / ambitus-with-ligature.ly
1 \version "2.16.0"
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   \remove "Ligature_bracket_engraver"
14 } {
15   \cadenzaOn
16   \[ c'\longa c''\longa \]
17 }