X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fgrace-init.ly;h=4ee3be0179e3a6c155d035eb557d19bc5f78bf8f;hb=d2e74971775f3ae6e2ca1dc7802d79a887f4f033;hp=6850541afaeb1c8bb209c42208f0a68b1955ffdd;hpb=eac77f904fc380767d938a2ea41b9306b76f9561;p=lilypond.git diff --git a/ly/grace-init.ly b/ly/grace-init.ly index 6850541afa..4ee3be0179 100644 --- a/ly/grace-init.ly +++ b/ly/grace-init.ly @@ -21,18 +21,18 @@ stopAppoggiaturaMusic = { startAcciaccaturaMusic = { s1*0\startGraceSlur - \override Stem #'stroke-style = #"grace" + \override Flag #'stroke-style = #"grace" } stopAcciaccaturaMusic = { - \revert Stem #'stroke-style + \revert Flag #'stroke-style s1*0\stopGraceSlur } startSlashedGraceMusic = { - \override Stem #'stroke-style = #"grace" + \override Flag #'stroke-style = #"grace" } stopSlashedGraceMusic = { - \revert Stem #'stroke-style + \revert Flag #'stroke-style }