X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fes%2Fnotation%2Fancient.itely;h=2a60204babd6895df48f5d3550237ccfe65f8782;hb=6a1a605d8235d799c5f19f334c9341e19e2d587c;hp=2af7b64f631449425267d430dd8af1d7267fee5b;hpb=3fe91b5d7b27dfbeeeb3163442c0fc4085ad8e01;p=lilypond.git diff --git a/Documentation/es/notation/ancient.itely b/Documentation/es/notation/ancient.itely index 2af7b64f63..2a60204bab 100644 --- a/Documentation/es/notation/ancient.itely +++ b/Documentation/es/notation/ancient.itely @@ -1,14 +1,14 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @c vim: foldmethod=marker @ignore - Translation of GIT committish: 274c916b48393e0f866cbab68c18a505f6fc7ea3 + Translation of GIT committish: 36c53afc9a92d7cea1a98563ef1913e764c56862 When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' Guide, node Updating translation committishes.. @end ignore -@c \version "2.13.36" +@c \version "2.15.10" @node Notación antigua @section Notación antigua @@ -759,7 +759,7 @@ Aparte del estilo de corchete por defecto @code{default}, sólo está contemplado el estilo @code{mensural} @lilypond[quote,fragment,ragged-right,verbatim] -\override Stem #'flag-style = #'mensural +\override Flag #'style = #'mensural \override Stem #'thickness = #1.0 \override NoteHead #'style = #'mensural \autoBeamOff @@ -1169,6 +1169,7 @@ Clave de Do, estilo Editio Vaticana \override Staff.StaffSymbol #'color = #red \override Staff.LedgerLineSpanner #'color = #red \override Voice.Stem #'transparent = ##t + \override Voice.Flag #'transparent = ##t \override NoteHead #'style = #'vaticana.punctum \clef "vaticana-do2" c @@ -1184,6 +1185,7 @@ Clave de Fa, estilo Editio Vaticana \override Staff.StaffSymbol #'color = #red \override Staff.LedgerLineSpanner #'color = #red \override Voice.Stem #'transparent = ##t + \override Voice.Flag #'transparent = ##t \override NoteHead #'style = #'vaticana.punctum \clef "vaticana-fa2" c @@ -1200,6 +1202,7 @@ Clave de Do, estilo Editio Medicaea \override Staff.StaffSymbol #'color = #red \override Staff.LedgerLineSpanner #'color = #red \override Voice.Stem #'transparent = ##t + \override Voice.Flag #'transparent = ##t \override NoteHead #'style = #'medicaea.punctum \clef "medicaea-do2" c @@ -1215,6 +1218,7 @@ Clave de Fa, estilo Editio Medicaea \override Staff.StaffSymbol #'color = #red \override Staff.LedgerLineSpanner #'color = #red \override Voice.Stem #'transparent = ##t + \override Voice.Flag #'transparent = ##t \override NoteHead #'style = #'medicaea.punctum \clef "medicaea-fa2" c @@ -1231,6 +1235,7 @@ Clave de Do, estilo hufnagel \override Staff.StaffSymbol #'color = #red \override Staff.LedgerLineSpanner #'color = #red \override Voice.Stem #'transparent = ##t + \override Voice.Flag #'transparent = ##t \override NoteHead #'style = #'hufnagel.punctum \clef "hufnagel-do2" c @@ -1246,6 +1251,7 @@ Clave de Fa, estilo hufnagel \override Staff.StaffSymbol #'color = #red \override Staff.LedgerLineSpanner #'color = #red \override Voice.Stem #'transparent = ##t + \override Voice.Flag #'transparent = ##t \override NoteHead #'style = #'hufnagel.punctum \clef "hufnagel-fa2" c @@ -1260,6 +1266,7 @@ Clave combinada de Do y Fa, estilo hufnagel \override Staff.StaffSymbol #'color = #red \override Staff.LedgerLineSpanner #'color = #red \override Voice.Stem #'transparent = ##t + \override Voice.Flag #'transparent = ##t \override NoteHead #'style = #'hufnagel.punctum \clef "hufnagel-do-fa" c @@ -1306,6 +1313,8 @@ Como se ve en el ejemplo, cada estilo no contempla todas las alteraciones. Al intentar acceder a una alteración que no está contemplada, LilyPond cambia a un estilo diferente. +@c @lilypondfile[verbatim,quote,texidoc,doctitle] +@c {ancient-accidentals.ly} El estilo de las alteraciones y las armaduras de tonalidad se controla a través de la propiedad @code{glyph-name-alist} de los grobs (objetos @@ -2512,7 +2521,7 @@ compás, y al mismo tiempo ofrecer la ayuda orientativa que proporcionan las barras de compás. -@lilypondfile[verbatim,lilyquote,texidoc] +@lilypondfile[verbatim,quote,texidoc] {mensurstriche-layout-bar-lines-between-the-staves.ly} @@ -2530,7 +2539,6 @@ ciertos trucos sencillos. @b{Plicas}. Todas las plicas se pueden eliminar de una vez retirando el grabador @code{Stem_engraver} del contexto de voz: - @example \layout @{ ... @@ -2547,7 +2555,9 @@ recitativo monotónico a un gesto melódico fijo. En estos casos podemos usar bien @code{\override Stem #'transparent = ##t} o bien @code{\override Stem #'length = #0}, y restaurar la plica cuando se necesite con el correspondiente @code{\once \override Stem -#'transparent = ##f} (véase el ejemplo de abajo). +#'transparent = ##f} (véase el ejemplo de abajo). Al utilizar +plicas que lleven corchetes, asegúrese de establecer también +@code{\override Flag #'transparent = ##t}. @b{Compás}. Para el canto no medido, existen diversas alternativas. @@ -2596,6 +2606,7 @@ verba = \lyricmode { \remove "Time_signature_engraver" \remove "Bar_engraver" \override Stem #'transparent = ##t + \override Flag #'transparent = ##t } } } @@ -2615,7 +2626,8 @@ chant = \relative c' { c\breve \override NoteHead #'transparent = ##t c c c c c \revert NoteHead #'transparent \override Stem #'transparent = ##f \stemUp c4 b4 a - \override Stem #'transparent = ##t c2 c4 \divisioMaior + \override Stem #'transparent = ##t + \override Flag #'transparent = ##t c2 c4 \divisioMaior c\breve \override NoteHead #'transparent = ##t c c c c c c c \revert NoteHead #'transparent c4 c f, f \finalis } @@ -2636,6 +2648,7 @@ verba = \lyricmode { \remove "Time_signature_engraver" \override BarLine #'transparent = ##t \override Stem #'transparent = ##t + \override Flag #'transparent = ##t } } } @@ -2655,7 +2668,7 @@ del original, en notación moderna. Para evitar que las sílabas de distinta anchura (como @qq{-ri} y @qq{-rum}) dispongan los grupos de notas de las sílabas de forma -irregular, se puede ajustar la propiedad @code{#'X-extent} del objeto +irregular, se puede ajustar la propiedad @code{'X-extent} del objeto @code{LyricText} a un valor fijo. Otra forma más engorrosa sería añadir las sílabas como elementos de @code{\markup}. Si se necesitan más ajustes posteriormente, esto se puede hacer fácilmente con @@ -2686,6 +2699,7 @@ spirLyr = \lyricmode { \remove "Time_signature_engraver" \override BarLine #'X-extent = #'(-1 . 1) \override Stem #'transparent = ##t + \override Flag #'transparent = ##t \override Beam #'transparent = ##t \override BarLine #'transparent = ##t \override TupletNumber #'transparent = ##t