]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/percussion-beaters.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / percussion-beaters.ly
index c0f48e3e9332ff1109190de0e3c7276b0e518640..fdea45c4dc5ee114af15afc22010ab10e1c339e9 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 = "percussion"
@@ -19,6 +19,7 @@ demonstrated in this example.
   doctitle = "Percussion beaters"
 } % begin verbatim
 
+
 stick = \markup {
   \with-dimensions #'(0 . 5) #'(0 . 5)
   \postscript #"
@@ -159,4 +160,3 @@ stick = \markup {
 \score {
   b1^\stick
 }
-