]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/grace-init.ly
* Documentation/user/invoking.itely (Reporting bugs): rename.
[lilypond.git] / ly / grace-init.ly
index dbcbf3978f11ddc27553055a947f29321e3327dc..50df361420ff63169ce6cc4cb918f11ab03a7332 100644 (file)
@@ -1,32 +1,32 @@
-\version "2.1.26"
+\version "2.3.22"
 
 
-startGraceMusic = \notes {
+startGraceMusic =  {
     \context Voice \applycontext #set-start-grace-properties
 }
 
-stopGraceMusic = \notes { 
+stopGraceMusic =  { 
     \context Voice \applycontext #set-stop-grace-properties
 }
 
 startAppoggiaturaMusic =
-\notes {
+ {
     \context Voice \applycontext #set-start-grace-properties
     s1*0(
 }
 
-stopAppoggiaturaMusic = \notes { 
+stopAppoggiaturaMusic =  { 
     \context Voice \applycontext #set-stop-grace-properties
     s1*0)
 }
 
-startAcciaccaturaMusic = \notes {
+startAcciaccaturaMusic =  {
     \context Voice \applycontext #set-start-grace-properties
     s1*0(
     \override Stem  #'stroke-style = #"grace"
 }
 
-stopAcciaccaturaMusic = \notes {
+stopAcciaccaturaMusic =  {
     \revert Stem #'stroke-style
     \context Voice \applycontext #set-stop-grace-properties
     s1*0)