]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/applying-note-head-styles-depending-on-the-step-of-the-scale.ly
Merge master into nested-bookparts
[lilypond.git] / input / lsr / applying-note-head-styles-depending-on-the-step-of-the-scale.ly
index 19be158e93ce3dbb3d7764d2aac196a206b46837..f652798ab00885690ae9705dc5ce8fd4acb34700 100644 (file)
@@ -1,13 +1,13 @@
 %% 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.49"
+\version "2.11.62"
 
 \header {
   lsrtags = "pitches, editorial-annotations"
 
   doctitle = "Applying note head styles depending on the step of the scale"
-
-  texidoc = "
+  doctitlees = "Aplicar estilos de cabeza según la nota de la escala"
+  texidoces = "
 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
@@ -19,8 +19,8 @@ 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}.
+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
@@ -29,8 +29,6 @@ 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
@@ -63,12 +61,12 @@ fragment = {
   \new Staff {
     \transpose c d 
     \relative c' {
-      \set shapeNoteStyles = ##(do re mi fa #f la ti)
+      \set shapeNoteStyles = #'#(do re mi fa #f la ti)
       \fragment
     }
     
     \relative c' {
-      \set shapeNoteStyles  = ##(cross triangle fa #f mensural xcircle diamond)
+      \set shapeNoteStyles  = #'#(cross triangle fa #f mensural xcircle diamond)
       \fragment
     }
   }