]> 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 b891c760e7bf5c70a7085f20be5e6f6811ec2ba8..fdea45c4dc5ee114af15afc22010ab10e1c339e9 100644 (file)
@@ -1,6 +1,10 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% 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.1"
+\version "2.16.0"
 
 \header {
   lsrtags = "percussion"
@@ -15,8 +19,9 @@ demonstrated in this example.
   doctitle = "Percussion beaters"
 } % begin verbatim
 
-stick = \markup { 
-  \with-dimensions #'(0 . 5) #'(0 . 5) 
+
+stick = \markup {
+  \with-dimensions #'(0 . 5) #'(0 . 5)
   \postscript #"
     0 6 translate
     0.8 -0.8 scale
@@ -155,4 +160,3 @@ stick = \markup {
 \score {
   b1^\stick
 }
-