]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/tweaking-grace-layout-within-music.ly
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / Documentation / snippets / tweaking-grace-layout-within-music.ly
index d4e6ea61f6b9b818f3158d99c8980abc28ff5f2b..65c5449fdaadd4d4e6b61e821e0c587655649bf1 100644 (file)
@@ -1,10 +1,10 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.unimi.it
 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.17.20"
+\version "2.18.0"
 
 \header {
   lsrtags = "rhythms, tweaks-and-overrides"
@@ -20,15 +20,14 @@ up, and changes the default note heads to crosses.
   doctitle = "Tweaking grace layout within music"
 } % begin verbatim
 
-
 \relative c'' {
   \new Staff {
     $(remove-grace-property 'Voice 'Stem 'direction)
     $(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
     }
   }
 }