]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/snap-pizzicato-bartok-pizzicato.ly
Fix white space
[lilypond.git] / Documentation / snippets / snap-pizzicato-bartok-pizzicato.ly
1 % DO NOT EDIT this file manually; it is automatically
2 % generated from Documentation/snippets/new
3 % Make any changes in Documentation/snippets/new/
4 % and then run scripts/auxiliar/makelsr.py
5 %
6 % This file is in the public domain.
7 %% Note: this file works from version 2.13.36
8 \version "2.14.0"
9
10 \header {
11 %% Translation of GIT committish: 59caa3adce63114ca7972d18f95d4aadc528ec3d
12   doctitlees = "Marca de pizzicato de chasquido (`pizzicato de Bartók')"
13   texidoces = "
14 El pizzicato de chasquido (también llamado @q{Pizzicato de Bartók}) es un
15 @q{pizzicato fuerte en que la cuerda se pulsa verticalmente produciendo un
16 chasquido y rebotando en el diapasón del instrumento} (Wikipedia).  Se
17 denota mediante una circunferencia con una línea vertical corta que parte
18 del centro de aquélla hacia fuera.  Aunque LilyPond no tiene ninguna
19 instrucción predefinida para crear esta marca, es fácil hacer la definición
20 y colocarla directamente en el archivo de lilypond.
21 "
22
23
24 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
25   doctitlede = "Bartók-Pizzicato"
26   texidocde = "
27 Das Bartók-Pizzicato @q{ist eine besondere Form des Pizzicato, bei dem der
28 Spieler die Saite auf das Griffbrett aufschlagen lässt, sodass zusätzlich
29 zum angeschlagenen Ton ein scharfes, knallendes Geräusch ertönt}
30 (Wikipedia).  Es wird dargestellt als kleiner Kreis mit einer vertikalen
31 Linie, die vom Kreiszentrum aus nach oben weist und ein Stück außerhalb des
32 Kreises endet.  Lilypond hat keinen eigenen Glyphen für dieses Symbol; es
33 ist aber einfach, direkt eine Definition in die Eingabedatei einzufügen.
34 "
35
36   lsrtags = "expressive-marks, unfretted-strings"
37   texidoc = "
38 A snap-pizzicato (also known as @qq{Bartok pizzicato}) is a @qq{strong
39 pizzicato where the string is plucked vertically by snapping and
40 rebounds off the fingerboard of the instrument} (Wikipedia).  It is
41 denoted by a circle with a vertical line going from the center upwards
42 outside the circle.
43 "
44   doctitle = "Snap-pizzicato (\"Bartok pizzicato\")"
45 } % begin verbatim
46
47
48 \relative c' {
49   c4\snappizzicato
50   <c' e g>4\snappizzicato
51   <c' e g>4^\snappizzicato
52   <c, e g>4_\snappizzicato
53 }