]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/percussion-beaters.ly
Doc-es: various updates.
[lilypond.git] / Documentation / snippets / percussion-beaters.ly
index ce51cbcfcc1a5271ac3aef58f1a88340738911f7..08f56f301bfe009b0699bb5deca9ee47b5bd1208 100644 (file)
@@ -1,25 +1,14 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% 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.14.2"
+\version "2.18.0"
 
 \header {
   lsrtags = "percussion"
 
-%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
-  texidocfr = "
-La représentation graphique des instruments à percussion n'est pas prise
-en charge nativement.  De tels symboles peuvent cependant être inclus,
-soit à l'aide de fichiers EPS indépendants, soit à l'aide d'un
-@emph{markup} contenant le code PostScript correspondant comme dans cet
-exemple.
-
-"
-  doctitlefr = "Baguettes pour percussion"
-
   texidoc = "
 Graphic symbols for percussion instruments are not natively supported;
 however it is possible to include such symbols, either as an external
@@ -30,7 +19,6 @@ demonstrated in this example.
   doctitle = "Percussion beaters"
 } % begin verbatim
 
-
 stick = \markup {
   \with-dimensions #'(0 . 5) #'(0 . 5)
   \postscript #"
@@ -97,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
@@ -146,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
@@ -171,4 +163,3 @@ stick = \markup {
 \score {
   b1^\stick
 }
-