]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/positioning-grace-notes-with-floating-space.ly
NR 1.1.3 and Changes update w/ new Clef Appendix
[lilypond.git] / Documentation / snippets / positioning-grace-notes-with-floating-space.ly
index a9d2fadd65fd54f74b8e0b6e12f5f43a8f4ea34e..0bbbdf1624d6d015bd1a85d91ea4fa21c48abdb5 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.17.28"
 
 \header {
   lsrtags = "rhythms"
@@ -22,10 +22,10 @@ the) graces are put left of the musical columns for the main notes.
 
 \relative c'' {
   <<
-    \override Score.SpacingSpanner #'strict-grace-spacing = ##t
+    \override Score.SpacingSpanner.strict-grace-spacing = ##t
     \new Staff \new Voice {
       \afterGrace c4 { c16[ c8 c16] }
-      c8[ \grace { b16[ d] } c8]
+      c8[ \grace { b16 d } c8]
       c4 r
     }
     \new Staff {