]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/percussion-beaters.ly
CG: explicitly detail the correct values for git cl config
[lilypond.git] / Documentation / snippets / percussion-beaters.ly
index 17547a3ae97dfd9ff2d563391bcec0557c660bee..fdea45c4dc5ee114af15afc22010ab10e1c339e9 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.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
 }
-