]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-slashed-no-slur.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[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 }