]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/flamenco-notation.ly
Doc: run makelsr locally
[lilypond.git] / Documentation / snippets / flamenco-notation.ly
index 258acfd55ac200d71775349a6257d0e63dff5499..9aae3b385670ddd89a20b03eca872cd5827e3aad 100644 (file)
@@ -1,54 +1,87 @@
-%% 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.dsi.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.14.2"
 
 \header {
-  lsrtags = "fretted-strings"
+  lsrtags = "specific-notation, version-specific, fretted-strings, stylesheet"
 
-  texidoc = "
-For flamenco guitar, special notation is used:
+%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
 
+  texidoces = "
 
-* a golpe symbol to indicate a slap on the guitar body with the nail of
-the ring finger
+Para la guitarra flamenca se utilizan ciertos elementos de notación
+especiales:
+
+
+@itemize
+
+@item un símbolo para indicar un golpe sobre la caja de la guitarra
+con el nudillo del dedo anular
 
+@item una flecha para indicar la dirección de los rasgueos
 
-* an arrow to indicate (the direction of) strokes
+@item distintas legras para las digitaciones (@qq{p}: pulgar, @qq{i}:
+índice, @qq{m}: medio, @qq{a}: anular y @qq{x}: meñique)
 
+@item Rasgueados de 3 y cautro dedos: hacia arriba con todos los dedos
+y terminando con arriba y abajo con el índice
 
-* different letters for fingering (\"p\": thumb, \"i\": index finger,
-\"m\": middle finger, \"a\": ring finger and \"x\": little finger)
+@item abanicos: rasgueos en serie con el pulgar, hacia abajo y el
+meñique y el índice hacia arriba (hay también un abanico 2 en el que
+los dedos medio y anular se usan en lugar del meñique)
 
+@item alza púa: pulsaciones rápidas con el pulgar
 
-* 3- and 4-finger rasgueados; stroke upwards with all fingers, ending
-with an up- and down using the index finger
+@end itemize
 
 
-* abanicos: strokes (in tuples) with thumb (down), little and index
-finger (both up). There's also an abanico 2 where middle and ring
-finger are used instead of the little finger.
+Casi todas las figuras utilizan flechas combinadas con digitaciones;
+con los abanicos y los rasgueados, las notas se imprimen con cabeza
+sólo en el primer acorde.
+
+Este fragmento de código contiene código de tipo cabecera que se puede
+copiar como @file{flamenco.ly} e incluirse en los documentos fuente.
+
+"
+  doctitlees = "Notación del flamenco"
+
+  texidoc = "
+For flamenco guitar, special notation is used:
 
 
-* alza pua: fast playing with the thumb
+* a golpe symbol to indicate a slap on the guitar body with the nail of
+the ring finger * an arrow to indicate (the direction of) strokes *
+different letters for fingering (@qq{p}: thumb, @qq{i}: index finger,
+@qq{m}: middle finger, @qq{a}: ring finger and @qq{x}: little finger) *
+3- and 4-finger rasgueados; stroke upwards with all fingers, ending
+with an up- and down using the index finger * abanicos: strokes (in
+tuples) with thumb (down), little and index finger (both up). There's
+also an abanico 2 where middle and ring finger are used instead of the
+little finger. * alza pua: fast playing with the thumb
 
 
 Most figures use arrows in combination with fingering; with abanicos
 and rasgueados, noteheads are printed only for the first chord.
 
 This snippet contains some header-like code that can be copied as
-@samp{flamenco.ly} and included in source files. 
+@samp{flamenco.ly} and included in source files.
 
 "
   doctitle = "Flamenco notation"
 } % begin verbatim
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%%%%%%%  Cut here ----- Start 'flamenco.ly' 
+%%%%%%%  Cut here ----- Start 'flamenco.ly'
 
 % Text indicators
-abanico   = \markup { \italic Abanico }
+abanico = \markup { \italic Abanico }
 rasgueaso = \markup { \italic Ras. }
-alzapua   = \markup { \italic Alzapua }
+alzapua = \markup { \italic Alzapua }
 
 % Finger stroke symbols
 strokeUp = \markup { \postscript #"
@@ -84,22 +117,22 @@ golpe = \markup { \postscript #"
   -0.6  1.0 lineto
   0.5  1.0 lineto
   stroke
-"}  
+"}
 
-strokeUpGolpe = \markup { \column { \golpe \line { \strokeUp }}}
-iUpGolpe = \markup { \column { \golpe \line { \small i } \line { \strokeUp }}}
+strokeUpGolpe = \markup { \column { \golpe \line { \strokeUp } } }
+iUpGolpe = \markup { \column { \golpe \line { \small i } \line { \strokeUp } } }
 
 % Strokes for all fingers
-pUp   = \markup { \column { \small p \line { \strokeUp }}}
-pDown = \markup { \column { \small p \line { \strokeDown }}}
-iUp   = \markup { \column { \small i \line { \strokeUp }}}
-iDown = \markup { \column { \small i \line { \strokeDown }}}
-mUp   = \markup { \column { \small m \line { \strokeUp }}}
-mDown = \markup { \column { \small m \line { \strokeDown }}}
-aUp   = \markup { \column { \small a \line { \strokeUp }}}
-aDown = \markup { \column { \small a \line { \strokeDown }}}
-xUp   = \markup { \column { \small x \line { \strokeUp }}}
-xDown = \markup { \column { \small x \line { \strokeDown }}}
+pUp   = \markup { \column { \small p \line { \strokeUp } } }
+pDown = \markup { \column { \small p \line { \strokeDown } } }
+iUp   = \markup { \column { \small i \line { \strokeUp } } }
+iDown = \markup { \column { \small i \line { \strokeDown } } }
+mUp   = \markup { \column { \small m \line { \strokeUp } } }
+mDown = \markup { \column { \small m \line { \strokeDown } } }
+aUp   = \markup { \column { \small a \line { \strokeUp } } }
+aDown = \markup { \column { \small a \line { \strokeDown } } }
+xUp   = \markup { \column { \small x \line { \strokeUp } } }
+xDown = \markup { \column { \small x \line { \strokeDown } } }
 
 
 % Just handy :)
@@ -130,7 +163,7 @@ headsOn = {
   \override NoteHead #'no-ledgers = ##f
 }
 
-%%%%%%%  Cut here ----- End 'flamenco.ly' 
+%%%%%%%  Cut here ----- End 'flamenco.ly'
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 part = \relative c' {
@@ -138,15 +171,15 @@ part = \relative c' {
   <a e' a cis e>8^\iDown
   r4
   r2^\golpe
-    
+
   <a e' a cis e>8^\iUp
   <a e' a cis e>8^\iDown
   <a e' a cis e>8^\iUpGolpe
   <a e' a cis e>8^\iDown
   r2
-      
+
   <a e' a cis e>16^\aUp
-  \headsOff 
+  \headsOff
   <a e' a cis e>^\mUp
   <a e' a cis e>^\iUp
   <a e' a cis e>^\iDown~
@@ -166,7 +199,7 @@ part = \relative c' {
   }
   <a e' a cis e>2
   r4
-    
+
   \tupletsOff
   \times 2/3 {
     <a e' a cis e>8^\pDown
@@ -175,7 +208,7 @@ part = \relative c' {
     <a e' a cis e>^\iUp
     \headsOn
   }
-  
+
   \times 2/3 {
     <a e' a cis e>8^\pDown
     \headsOff
@@ -183,7 +216,7 @@ part = \relative c' {
     <a e' a cis e>^\iUp
     \headsOn
   }
-    
+
   \times 2/3 {
     <a e' a cis e>8^\pDown
     \headsOff
@@ -198,7 +231,7 @@ part = \relative c' {
     <a e' a cis e>^\iUp
     \headsOn
   }
-  
+
   \tupletsOff
   \override Beam #'positions = #'(2 . 2)
   \times 2/3 {
@@ -222,7 +255,7 @@ part = \relative c' {
     <e a>^\strokeDown
   }
   \tupletsOn
-    
+
   \once \override TextScript #'extra-offset = #'(0 . -1)
   <g, b f'>1_\golpe^\mUp
   \bar "|."
@@ -245,5 +278,3 @@ part = \relative c' {
     ragged-right = ##t
   }
 }
-
-