]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-grace.ly
b08dcd1c0fc6ecfd87e8f8b2d2c7210762990eb5
[lilypond.git] / input / regression / slur-grace.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "Appoggiatura and acciaccaturas use a different slur than the
5 default, so they produce a nested slur without warnings."
6 }
7
8 \relative c'' {
9   c4( \acciaccatura e8 d4 e4 f) |
10   c4( \appoggiatura e8 d4 e4 f) |
11   c4  \appoggiatura e8 d4 e4 f |
12 }