]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/extending/scheme-tutorial.itely
Doc: avoid using zero-duration spacers in examples
[lilypond.git] / Documentation / extending / scheme-tutorial.itely
index e34ea9afdbc265d53abbd8cb0b16ebcd31f41081..6f8622e8775bef2868af5d4f605c29bd2816c9e0 100644 (file)
@@ -1283,10 +1283,10 @@ know that
 
 @noindent
 will not work in LilyPond.  We could avoid this problem by attaching
-the articulation to a fake note,
+the articulation to an empty chord,
 
 @example
-@{ << \music s1*0-.-> @}
+@{ << \music <> -. -> >> @}
 @end example
 
 @noindent