]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/rhythmic-slashes.ly
Doc: clarify the use of a Scheme engraver.
[lilypond.git] / Documentation / snippets / rhythmic-slashes.ly
index cc45cfe3ea70e6dafe616b767414d693003ae339..5feb8b92bd0f4b34d7428b572fa854041f7c9f3d 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.16.0"
 
 \header {
-  lsrtags = "tweaks-and-overrides, rhythms"
+  lsrtags = "rhythms, tweaks-and-overrides"
 
   texidoc = "
 In @qq{simple} lead-sheets, sometimes no actual notes are written,
@@ -53,4 +53,3 @@ comp = #(define-music-function (parser location count) (integer?)
     \comp #4 |
   }
 }
-