]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-slashed-no-slur.ly
Merge remote-tracking branch 'origin' into translation
[lilypond.git] / input / regression / grace-slashed-no-slur.ly
1 \version "2.19.2"
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 c' {
10   \slashedGrace c16~ 1
11 }