]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/ambitus-slur.ly
Add newlines at EOF where appropriate.
[lilypond.git] / input / regression / ambitus-slur.ly
1 \version "2.14.1"
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 }