]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/percussion-beaters.ly
Release: bump Welcome versions.
[lilypond.git] / Documentation / snippets / percussion-beaters.ly
index b891c760e7bf5c70a7085f20be5e6f6811ec2ba8..08f56f301bfe009b0699bb5deca9ee47b5bd1208 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.di.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.18.0"
 
 \header {
   lsrtags = "percussion"
@@ -15,8 +19,8 @@ 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
@@ -81,7 +85,9 @@ stick = \markup {
     7.5332399 200.42458 7.6444521 200.59122 7.6422017 200.76488 curveto
     closepath
     clip
-    gsave [0.052859054 0.063089841 -0.020912282 0.017521108 5.7334261 189.76443] concat
+    gsave [
+      0.052859054 0.063089841 -0.020912282 0.017521108 5.7334261 189.76443
+    ] concat
     shfill
     grestore
     grestore
@@ -130,7 +136,9 @@ stick = \markup {
     5.1631598 202.49149 5.2743721 202.65813 5.2721217 202.83181 curveto
     closepath
     clip
-    gsave [0.052859054 0.063089841 -0.020912282 0.017521108 3.363346 191.83136] concat
+    gsave [
+      0.052859054 0.063089841 -0.020912282 0.017521108 3.363346 191.83136
+    ] concat
     shfill
     grestore
     grestore
@@ -155,4 +163,3 @@ stick = \markup {
 \score {
   b1^\stick
 }
-