]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/applying-note-head-styles-depending-on-the-step-of-the-scale.ly
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / lsr / applying-note-head-styles-depending-on-the-step-of-the-scale.ly
index 03aa44276a3136a7b5bf0d8d449d7dd407e1c0d4..19be158e93ce3dbb3d7764d2aac196a206b46837 100644 (file)
@@ -1,10 +1,36 @@
 %% 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.38"
+\version "2.11.49"
 
 \header {
   lsrtags = "pitches, editorial-annotations"
 
+  doctitle = "Applying note head styles depending on the step of the scale"
+
+  texidoc = "
+La propiedad @code{shapeNoteStyles} se puede usar para definir varios
+estilos de cabezas de nota para cada grado de la escala (según esté
+establecido por la armadura o por la propiedad \"tonic\"). Esta
+propiedad requiere un conjunto de símbolos, que pueden ser puramente
+arbitrarios (se permiten expresiones geométricas como @code{triangle},
+triángulo, @code{cross}, aspas, y @code{xcircle}, círculo con aspas) o
+basados en una antigua tradición americana de grabado (ciertos nombres
+de nota latinos trambién se permiten).
+
+Dicho esto, para imitar antiguos cancioneros americanos, existen
+varios estilos predefinidos de cabezas de nota disponibles a través de
+instrucciones de abreviatura como @code{\aikenHeads} o
+@code{\sacredHarpHeads}.
+
+Este ejemplo muestra distintas formas de obtener cabezas de notas con
+forma, y muestra la capacidad de transportar una melodía sin perder la
+correspondencia entre las funciones armónicas y los estilos de cabezas
+de nota.
+
+"
+
+
+
   texidoc = "
 The @code{shapeNoteStyles} property can be used to define various note
 head styles for each step of the scale (as set by the key signature or
@@ -27,18 +53,21 @@ correspondence between harmonic functions and note head styles.
 } % begin verbatim
 fragment = {
   \key c \major
-  c2 d e f g a b c
+  c2 d
+  e2 f
+  g2 a
+  b2 c
 }
 
 \score {
   \new Staff {
     \transpose c d 
-    \relative {
+    \relative c' {
       \set shapeNoteStyles = ##(do re mi fa #f la ti)
       \fragment
     }
     
-    \relative {
+    \relative c' {
       \set shapeNoteStyles  = ##(cross triangle fa #f mensural xcircle diamond)
       \fragment
     }