]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/rhythmic-slashes.ly
Bump VERSION to 2.16.0
[lilypond.git] / Documentation / snippets / rhythmic-slashes.ly
index 0fb8819fd90c37084e9191070412025ab3418f07..3283145feca83913ea6991cd77e922d5c78390a7 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.12.2"
+\version "2.14.2"
 
 \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 |
   }
 }
-