X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fes%2Fuser%2Fnotation-appendices.itely;h=e1e1ca2c7259896a1d929d49a6003dc79fd41e20;hb=d31248d7770fb5770c2caacfb3547984bf8dcdc3;hp=de7b4ae4b3ce8e2316fc8bd825dce17bc8381ca3;hpb=1469956a31666a2441ded8f7fc75866e53c54329;p=lilypond.git diff --git a/Documentation/es/user/notation-appendices.itely b/Documentation/es/user/notation-appendices.itely index de7b4ae4b3..e1e1ca2c72 100644 --- a/Documentation/es/user/notation-appendices.itely +++ b/Documentation/es/user/notation-appendices.itely @@ -1,7 +1,7 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @c This file is part of lilypond.tely @ignore - Translation of GIT committish: 41ef91786a08102d9b9a839f6a2f40cec263d723 + Translation of GIT committish: da7ce7d651c3a0d1bfed695f6e952975937a1c79 When revising a translation, copy the HEAD committish of the version that you are working on. See TRANSLATION for details. @@ -423,7 +423,7 @@ propiedad @code{midiInstrument} (instrumento MIDI). acoustic grand contrabass lead 7 (fifths) bright acoustic tremolo strings lead 8 (bass+lead) electric grand pizzicato strings pad 1 (new age) -honky-tonk orchestral strings pad 2 (warm) +honky-tonk orchestral harp pad 2 (warm) electric piano 1 timpani pad 3 (polysynth) electric piano 2 string ensemble 1 pad 4 (choir) harpsichord string ensemble 2 pad 5 (bowed) @@ -579,7 +579,261 @@ y es posible acceder a ellos directamente utilizando elementos de marcado textual como @code{g^\markup @{ \musicglyph #"scripts.segno" @}}, véase @ref{Formatting text}. -@lilypondfile[noindent]{font-table.ly} +@menu +* Clef glyphs:: +* Time Signature glyphs:: +* Number glyphs:: +* Accidental glyphs:: +* Default Notehead glyphs:: +* Special Notehead glyphs:: +* Shape-note Notehead glyphs:: +* Rest glyphs:: +* Flag glyphs:: +* Dot glyphs:: +* Dynamic glyphs:: +* Script glyphs:: +* Arrowhead glyphs:: +* Bracket-tip glyphs:: +* Pedal glyphs:: +* Accordion glyphs:: +* Vaticana glyphs:: +* Medicaea glyphs:: +* Hufnagel glyphs:: +* Mensural glyphs:: +* Neomensural glyphs:: +* Petrucci glyphs:: +* Solesmes glyphs:: +@end menu + + +@node Clef glyphs +@unnumberedsubsec Clef glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #clefs +@end lilypond + + +@node Time Signature glyphs +@unnumberedsubsec Time Signature glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #timesig +@end lilypond + + +@node Number glyphs +@unnumberedsubsec Number glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #numbers +@end lilypond + + +@node Accidental glyphs +@unnumberedsubsec Accidental glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #accidentals +@end lilypond + + +@node Default Notehead glyphs +@unnumberedsubsec Default Notehead glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #default-noteheads +@end lilypond + + +@node Special Notehead glyphs +@unnumberedsubsec Special Notehead glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #special-noteheads +@end lilypond + + +@node Shape-note Notehead glyphs +@unnumberedsubsec Shape-note Notehead glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #shape-note-noteheads +@end lilypond + + +@node Rest glyphs +@unnumberedsubsec Rest glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #rests +@end lilypond + + +@node Flag glyphs +@unnumberedsubsec Flag glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #flags +@end lilypond + + +@node Dot glyphs +@unnumberedsubsec Dot glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #dots +@end lilypond + + +@node Dynamic glyphs +@unnumberedsubsec Dynamic glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #dynamics +@end lilypond + + +@node Script glyphs +@unnumberedsubsec Script glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #scripts +@end lilypond + + +@node Arrowhead glyphs +@unnumberedsubsec Arrowhead glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #arrowheads +@end lilypond + + +@node Bracket-tip glyphs +@unnumberedsubsec Bracket-tip glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #brackettips +@end lilypond + + +@node Pedal glyphs +@unnumberedsubsec Pedal glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #pedal +@end lilypond + + +@node Accordion glyphs +@unnumberedsubsec Accordion glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #accordion +@end lilypond + + +@node Vaticana glyphs +@unnumberedsubsec Vaticana glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #vaticana +@end lilypond + + +@node Medicaea glyphs +@unnumberedsubsec Medicaea glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #medicaea +@end lilypond + + +@node Hufnagel glyphs +@unnumberedsubsec Hufnagel glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #hufnagel +@end lilypond + + +@node Mensural glyphs +@unnumberedsubsec Mensural glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #mensural +@end lilypond + + +@node Neomensural glyphs +@unnumberedsubsec Neomensural glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #neomensural +@end lilypond + + +@node Petrucci glyphs +@unnumberedsubsec Petrucci glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #petrucci +@end lilypond + + +@node Solesmes glyphs +@unnumberedsubsec Solesmes glyphs + +@lilypond[quote] +\include "font-table.ly" +\markuplines \override-lines #'(word-space . 4) + \doc-chars #solesmes +@end lilypond @node Note head styles @@ -636,9 +890,8 @@ Se pueden usar los siguientes estilos para las cabezas de las notas. @cindex varcoda @cindex órgano, indicaciones de pedal de -He aquí un cuadro que muestra todas las articulaciones disponibles: -@lilypondfile[quote]{script-chart.ly} +@lilypondfile[quote,texidoc]{script-chart.ly} @node Percussion notes