]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/rhythmic-slashes.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / rhythmic-slashes.ly
index 63a3f20e97b4d1c654ab9e9ce20bdec4106c9be4..5feb8b92bd0f4b34d7428b572fa854041f7c9f3d 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.16.0"
 
 \header {
   lsrtags = "rhythms, tweaks-and-overrides"
@@ -26,6 +26,7 @@ the appropriate duration).
   doctitle = "Rhythmic slashes"
 } % begin verbatim
 
+
 % Macro to print single slash
 rs = {
   \once \override Rest #'stencil = #ly:percent-repeat-item-interface::beat-slash
@@ -52,4 +53,3 @@ comp = #(define-music-function (parser location count) (integer?)
     \comp #4 |
   }
 }
-