]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/tweaking-grace-layout-within-music.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / tweaking-grace-layout-within-music.ly
index 230fb63fb6a4766579e107163e17ed3ad86f8f49..b038e101b17e3a1bd989036d8a0d116b04d01997 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.15.18"
+\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
     }
   }
 }