]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/percussion-beaters.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / percussion-beaters.ly
index 2c3486324e55a0a41a96614434119efd875c4c34..fdea45c4dc5ee114af15afc22010ab10e1c339e9 100644 (file)
@@ -1,7 +1,10 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.29"
+\version "2.16.0"
 
 \header {
   lsrtags = "percussion"
@@ -16,6 +19,7 @@ demonstrated in this example.
   doctitle = "Percussion beaters"
 } % begin verbatim
 
+
 stick = \markup {
   \with-dimensions #'(0 . 5) #'(0 . 5)
   \postscript #"
@@ -156,4 +160,3 @@ stick = \markup {
 \score {
   b1^\stick
 }
-