* lily/accidental-engraver.cc (process_acknowledged_grobs):
[lilypond.git] / ly / grace-init.ly
blob8cd9b0392d0d0135eeb0c99c7c4660c80f8fbe12
1 \version "2.3.1"
4 startGraceMusic = \notes {
5 \context Voice \applycontext #set-start-grace-properties
8 stopGraceMusic = \notes {
9 \context Voice \applycontext #set-stop-grace-properties
12 startAppoggiaturaMusic =
13 \notes {
14 \context Voice \applycontext #set-start-grace-properties
15 s1*0(
18 stopAppoggiaturaMusic = \notes {
19 \context Voice \applycontext #set-stop-grace-properties
20 s1*0)
23 startAcciaccaturaMusic = \notes {
24 \context Voice \applycontext #set-start-grace-properties
25 s1*0(
26 \override Stem #'stroke-style = #"grace"
29 stopAcciaccaturaMusic = \notes {
30 \revert Stem #'stroke-style
31 \context Voice \applycontext #set-stop-grace-properties
32 s1*0)