X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fes%2Fuser%2Fvocal.itely;h=f90892648e28259a1917fa2e1241b12bd2c07a8f;hb=034b9ec2ddd35c6bee110e69bca8f767b1d2cfcc;hp=6c9450730e5667e13913daefba36af8f92f026a2;hpb=562a8c1a5dfab03c30863211f376e4c5056ac481;p=lilypond.git diff --git a/Documentation/es/user/vocal.itely b/Documentation/es/user/vocal.itely index 6c9450730e..f90892648e 100644 --- a/Documentation/es/user/vocal.itely +++ b/Documentation/es/user/vocal.itely @@ -1,13 +1,13 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @c This file is part of lilypond.tely @ignore - Translation of GIT committish: 4d04795de53fd9253ccfd7a67742467b6d1e1c63 + Translation of GIT committish: 41ef91786a08102d9b9a839f6a2f40cec263d723 When revising a translation, copy the HEAD committish of the version that you are working on. See TRANSLATION for details. @end ignore -@c \version "2.11.61" +@c \version "2.12.0" @node Vocal music @@ -988,10 +988,10 @@ Los números de los versos se pueden añadir estableciendo \new Voice { \time 3/4 g2 e4 a2 f4 g2. } \addlyrics { - \set stanza = "1. " + \set stanza = #"1. " Hi, my name is Bert. } \addlyrics { - \set stanza = "2. " + \set stanza = #"2. " Oh, ché -- ri, je t'aime } @end lilypond @@ -1074,10 +1074,10 @@ versión abreviada como @code{shortVocalName}. \new Voice { \time 3/4 g2 e4 a2 f4 g2. } \addlyrics { - \set vocalName = "Bert " + \set vocalName = #"Bert " Hi, my name is Bert. } \addlyrics { - \set vocalName = "Ernie " + \set vocalName = #"Ernie " Oh, ché -- ri, je t'aime } @end lilypond @@ -1093,8 +1093,6 @@ pero varias sílabas en otro. Una solución es hacer que la voz más rápida ignore el melisma. Esto se consigue estableciendo @code{ignoreMelismata} en el contexto Lyrics. -@c TODO: breaks compile -@c seems to be fixed, does not break compile anymore --FV @lilypond[verbatim,ragged-right,quote] << \relative c' \new Voice = "lahlah" { @@ -1117,6 +1115,12 @@ rápida ignore el melisma. Esto se consigue estableciendo >> @end lilypond +@knownissues +A diferencia de casi todas las instrucciones @code{\set}, @code{\set +ignoreMelismata} no funciona si va precedido de @code{\once}. Es +necesario utilizar @code{\set} y @code{\unset} para delimitar la letra +en que se quieren ignorar los melismas. + @subsubheading Switching to an alternative melody @@ -1221,7 +1225,7 @@ d d e d | c1 | } text = \lyricmode { -\set stanza = "1." Ma- ry had a lit- tle lamb, +\set stanza = #"1." Ma- ry had a lit- tle lamb, its fleece was white as snow. } @@ -1262,7 +1266,7 @@ melody = \relative c' { } text = \lyricmode { - \set stanza = "1." This is verse one. + \set stanza = #"1." This is verse one. It has two lines. }