4 startGraceMusic
= \notes {
5 \context Voice
\applycontext #set-start-grace-properties
8 stopGraceMusic
= \notes {
9 \context Voice
\applycontext #set-stop-grace-properties
12 startAppoggiaturaMusic
=
14 \context Voice
\applycontext #set-start-grace-properties
18 stopAppoggiaturaMusic
= \notes {
19 \context Voice
\applycontext #set-stop-grace-properties
23 startAcciaccaturaMusic
= \notes {
24 \context Voice
\applycontext #set-start-grace-properties
26 \override Stem
#'stroke-style
= #"grace"
29 stopAcciaccaturaMusic
= \notes {
30 \revert Stem
#'stroke-style
31 \context Voice
\applycontext #set-stop-grace-properties