]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/tweaking-grace-layout-within-music.ly
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / snippets / tweaking-grace-layout-within-music.ly
index 2afa28fc4df7324e57230f2e6351419ed18ca73c..b038e101b17e3a1bd989036d8a0d116b04d01997 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.17.28"
 
 \header {
   lsrtags = "rhythms, tweaks-and-overrides"
@@ -27,8 +27,8 @@ up, and changes the default note heads to crosses.
     $(add-grace-property 'Voice 'NoteHead 'style 'cross)
     \new Voice {
        \acciaccatura { f16 } g4
-       \grace { d16[ e] } f4
-       \appoggiatura { f,32[ g a] } e2
+       \grace { d16 e } f4
+       \appoggiatura { f,32 g a } e2
     }
   }
 }