]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-grace.ly
Merge branch 'master' of git://git.savannah.gnu.org/lilypond.git
[lilypond.git] / input / regression / slur-grace.ly
1 \version "2.15.4"
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 }