]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/ambitus-slur.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / ambitus-slur.ly
1 \version "2.16.0"
2 \header {
3   texidoc = "Ambitus accidentals (whether present or not) are ignored by the
4 slur engravers.
5
6 }
7
8 \score {
9   \new Voice \with { \consists "Ambitus_engraver" } {
10     c'4( es')
11   }
12 }