]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/positioning-grace-notes-with-floating-space.ly
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / snippets / positioning-grace-notes-with-floating-space.ly
index ae61dd1a9f1caaf04e747186bebfd0236013ee8c..0bbbdf1624d6d015bd1a85d91ea4fa21c48abdb5 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"
@@ -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 {