]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/snap-pizzicato-markup-bartok-pizzicato.ly
Doc-de: update macros.itely and nitpicks
[lilypond.git] / input / lsr / snap-pizzicato-markup-bartok-pizzicato.ly
index 03d02a21ad8866160e850dde76d8c8d76ab33d3e..da9941b5d68a3b9a63c890cd77621f986c7cd664 100644 (file)
@@ -1,21 +1,23 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.62"
+\version "2.13.1"
 
 \header {
   lsrtags = "expressive-marks, unfretted-strings"
 
+%% Translation of GIT committish: 00fe3d48c0b9f7ba3902bcd8266c3e21d95986ad
   doctitlees = "Marca de pizzicato de chasquido (@q{pizzicato de Bartók})"
   texidoces = "
 El pizzicato de chasquido (también llamado @q{Pizzicato de Bartók}) es un
 @q{pizzicato fuerte en que la cuerda se pulsa verticalmente produciendo un
 chasquido y rebotando en el diapasón del instrumento} (Wikipedia).  Se
 denota mediante una circunferencia con una línea vertical corta que parte
-del centro de aquélla hacia fuera.  Aunque Lilypond no tiene ninguna
+del centro de aquélla hacia fuera.  Aunque LilyPond no tiene ninguna
 instrucción predefinida para crear esta marca, es fácil hacer la definición
 y colocarla directamente en el archivo de lilypond.
 "
 
+%% Translation of GIT committish: 6743e7d829e2efe37d5d00133094df664f1960df
   doctitlede = "Bartók-Pizzicato"
   texidocde = "
 Das Bartók-Pizzicato @q{ist eine besondere Form des Pizzicato, bei dem der
@@ -40,9 +42,6 @@ directly into the lilypond file.
   doctitle = "Snap-pizzicato markup (\"Bartok pizzicato\")"
 } % begin verbatim
 
-% Definition of the snappizz markup to print snap-pizzicato articulations.
-% These are also known as "Bartok pizzicato" and are denotes by a circle with a
-% vertical line from the center of the circle upwards:
 #(define-markup-command (snappizz layout props) ()
   (interpret-markup layout props
     (markup #:stencil
@@ -51,23 +50,19 @@ directly into the lilypond file.
           (make-circle-stencil 0.7 0.1 #f)
           (ly:make-stencil
             (list 'draw-line 0.1 0 0.1 0 1)
-            '(-0.1 . 0.1) '(0.1 . 1)
-          )
-        )
-        0.7 X
-      )
-    )
-  )
-)
-snappizzicato = \markup \snappizz
+            '(-0.1 . 0.1) '(0.1 . 1)))
+        0.7 X))))
+
+snapPizzicato = \markup \snappizz
 
 % now it can be used as \snappizzicato after the note/chord
-% Note, that a direction (-, ^ or _) is REQUIRED!
-\relative c'{
-   c4^\snappizzicato
-%    < c e g>\snappizzicato  % This does NOT work
-   < c' e g>-\snappizzicato
-   < c' e g>^\snappizzicato
-   < c, e g>_\snappizzicato
+% Note that a direction (-, ^ or _) is required.
+\relative c' {
+  c4^\snapPizzicato
+  % This does NOT work:
+  %<c e g>\snapPizzicato
+  <c' e g>-\snapPizzicato
+  <c' e g>^\snapPizzicato
+  <c, e g>_\snapPizzicato
 }