]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-slashed-no-slur.ly
17456f0fb66844a4c4e885b13e7ff636a5ad1df7
[lilypond.git] / input / regression / grace-slashed-no-slur.ly
1 \version "2.16.0"
2
3 \header
4 {
5   texidoc = "Create grace notes with slashed stem, but no slur. That can be used
6   when the grace note is tied to the next note.
7 "
8 }
9 \relative {
10   \slashedGrace c16~ c1
11 }