]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/percussion-beaters.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / Documentation / snippets / percussion-beaters.ly
index b891c760e7bf5c70a7085f20be5e6f6811ec2ba8..e7d22ebef258a936002eaf55107a6dd8c9d6f3c1 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
@@ -155,4 +159,3 @@ stick = \markup {
 \score {
   b1^\stick
 }
-