X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fes%2Fuser%2Fnotation-appendices.itely;h=212c32d0ab67f4ba60fc3afe46f1f3a06f0157c4;hb=6f4f48e4fa6ef4dc777127ff1edbf42571970905;hp=48d6c61e0c58ae1bdc91f0dd1bab3e8f5c676d37;hpb=edf17353d89f4f6bd831466262402bb9151a26ca;p=lilypond.git diff --git a/Documentation/es/user/notation-appendices.itely b/Documentation/es/user/notation-appendices.itely index 48d6c61e0c..212c32d0ab 100644 --- a/Documentation/es/user/notation-appendices.itely +++ b/Documentation/es/user/notation-appendices.itely @@ -1,30 +1,51 @@ -@c -*- coding: utf-8; mode: texinfo; -*- +@c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @c This file is part of lilypond.tely @ignore - Translation of GIT committish: da006143c0f2d621c51a0f1892ee25d4257b1eb3 + Translation of GIT committish: 0646758d26f727fc27fc13a87df2362388909e5d 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.51" +@c \version "2.11.61" @node Notation manual tables @appendix Notation manual tables +@c Please do not delete the following @ignore block. +@ignore +Note for editors and translators: In the following menu, two entries +are needed to link to a pair of automatically generated sections. +Please keep them and, if using emacs, do not run +texinfo-all-menus-update without manually restoring them back. These +menu entries are: + +* Text markup commands:: +* Text markup list commands:: + +and they should go just after +* Note head styles:: + +and just before +* List of articulations:: +@end ignore + @menu -* Chord name chart:: -* MIDI instruments:: -* List of colors:: -* The Feta font:: -* Note head styles:: -* Text markup commands:: -* Text markup list commands:: -* List of articulations:: -* All context properties:: -* Layout properties:: -* Identifiers:: -* Scheme functions:: +* Chord name chart:: +* Common chord modifiers:: +* Predefined fretboard diagrams:: +* MIDI instruments:: +* List of colors:: +* The Feta font:: +* Note head styles:: +* Text markup commands:: +* Text markup list commands:: +* List of articulations:: +* Percussion notes:: +* All context properties:: +* Layout properties:: +* Identifiers:: +* Scheme functions:: @end menu @@ -37,6 +58,348 @@ junto a las notas que representan. @lilypondfile{chord-names-jazz.ly} +@node Common chord modifiers +@appendixsec Common chord modifiers + +La tabla siguiente presenta los modificadores de acorde que se pueden +usar en el modo de acordes @code{\chordmode} para generar las +estructuras de acordes estándar. + +@multitable @columnfractions .2 .3 .2 .2 + +@item +@b{Tipo de acorde} +@tab +@b{Intervalos} +@tab +@b{Modificador(es)} +@tab +@b{Ejemplo} + + +@item +Mayor +@tab +Tercera mayor y quinta justa +@tab +@code{5} o nada +@tab +@lilypond[line-width=3\cm,noragged-right, notime] +\chordmode { + c1:5 +} +@end lilypond + +@item +Menor +@tab +Tercera menor y quinta justa +@tab +@code{m} o @code{m5} +@tab +@lilypond[line-width=3\cm,noragged-right, notime] +\chordmode { + c1:m +} +@end lilypond + +@item +Aumentado +@tab +Tercera mayor y quinta aumentada +@tab +@code{aug} +@tab +@lilypond[line-width=3\cm,noragged-right, notime] +\chordmode { + c1:aug +} +@end lilypond + +@item +Disminuido +@tab +Tercera menor y quinta disminuida +@tab +@code{dim} +@tab +@lilypond[line-width=3\cm,noragged-right, notime] +\chordmode { + c1:dim +} +@end lilypond + +@item +Séptima dominante +@tab +Tríada mayor con séptima menor +@tab +@code{7} +@tab +@lilypond[line-width=3\cm,noragged-right, notime] +\chordmode { + c1:7 +} +@end lilypond + +@item +Séptima mayor +@tab +Tríada mayor y séptima mayor +@tab +@code{maj7} or @code{maj} +@tab +@lilypond[line-width=3\cm,noragged-right, notime] +\chordmode { + c1:maj7 +} +@end lilypond + +@item +Séptima menor +@tab +Tríada menor y séptima menor +@tab +@code{m7} +@tab +@lilypond[line-width=3\cm,noragged-right, notime] +\chordmode { + c1:m7 +} +@end lilypond + +@item +Séptima disminuida +@tab +Tríada disminuida y séptima disminuida +@tab +@code{dim7} +@tab +@lilypond[line-width=3\cm,noragged-right, notime] +\chordmode { + c1:dim7 +} +@end lilypond + +@item +Aumentado con séptima +@tab +Tríada aumentada y séptima menor +@tab +@code{aug7} +@tab +@lilypond[line-width=3\cm,noragged-right, notime] +\chordmode { + c1:aug7 +} +@end lilypond + +@item +Séptima semi-disminuido +@tab +Tríada disminuida y séptima menor +@tab +@code{dim5m7} +@tab +@lilypond[line-width=3\cm,noragged-right, notime] +\chordmode { + c1:dim5m7 +} +@end lilypond + +@item +Menor con séptima mayor +@tab +Tríada menor con séptima mayor +@tab +@code{7m5} +@tab +@lilypond[line-width=3\cm,noragged-right, notime] +\chordmode { + c1:7m5 +} +@end lilypond + +@item +Mayor con sexta +@tab +Tríada mayor y sexta +@tab +@code{6} +@tab +@lilypond[line-width=3\cm,noragged-right, notime] +\chordmode { + c1:6 +} +@end lilypond + +@item +Menor con sexta +@tab +Tríada menor y sexta +@tab +@code{m6} +@tab +@lilypond[line-width=3\cm,noragged-right, notime] +\chordmode { + c1:m6 +} +@end lilypond + +@item +Novena dominante +@tab +Séptima dominante con novena mayor +@tab +@code{9} +@tab +@lilypond[line-width=3\cm,noragged-right, notime] +\chordmode { + c1:9 +} +@end lilypond + +@item +Novena mayor +@tab +HACER +@tab +@code{maj9} +@tab +@lilypond[line-width=3\cm,noragged-right, notime] +\chordmode { + c1:maj9 +} +@end lilypond + +@item +Menor con novena +@tab +HACER +@tab +@code{m9} +@tab +@lilypond[line-width=3\cm,noragged-right, notime] +\chordmode { + c1:m9 +} +@end lilypond + +@item +Oncena dominante +@tab +Novena dominante con oncena justa +@tab +@code{11} +@tab +@lilypond[line-width=3\cm,noragged-right, notime] +\chordmode { + c1:11 +} +@end lilypond + +@item +Oncena mayor +@tab +HACER +@tab +@code{maj11} +@tab +@lilypond[line-width=3\cm,noragged-right, notime] +\chordmode { + c1:maj11 +} +@end lilypond + +@item +Menor con oncena +@tab +HACER +@tab +@code{m11} +@tab +@lilypond[line-width=3\cm,noragged-right, notime] +\chordmode { + c1:m11 +} +@end lilypond + +@item +Trecena dominante +@tab +Oncena dominante y trecena mayor +@tab +@code{13.11} +@tab +@lilypond[line-width=3\cm,noragged-right, notime] +\chordmode { + c1:13.11 +} +@end lilypond + +@item +Mayor con trecena +@tab +HACER +@tab +@code{maj13.11} +@tab +@lilypond[line-width=3\cm,noragged-right, notime] +\chordmode { + c1:maj13.11 +} +@end lilypond + +@item +Menor con trecena +@tab +HACER +@tab +@code{m13.11} +@tab +@lilypond[line-width=3\cm,noragged-right, notime] +\chordmode { + c1:m13.11 +} +@end lilypond + +@item +Segunda suspendida +@tab +HACER +@tab +@code{sus2} +@tab +@lilypond[line-width=3\cm,noragged-right, notime] +\chordmode { + c1:sus2 +} +@end lilypond + +@item +Cuarta suspendida +@tab +HACER +@tab +@code{sus4} +@tab +@lilypond[line-width=3\cm,noragged-right, notime] +\chordmode { + c1:sus4 +} +@end lilypond + + +@end multitable + +@node Predefined fretboard diagrams +@appendixsec Predefined fretboard diagrams + +El cuadro siguiente presenta los diagramas de traste predefinidos. + +@lilypondfile{display-predefined-fretboards.ly} + + @node MIDI instruments @appendixsec MIDI instruments @@ -112,9 +475,10 @@ darkcyan darkmagenta darkyellow Los nombres de los colores de X admiten algunas variantes: -Un nombre que se escribe como una palabra única con mayúsculas intercaladas -(p.ej. @q{LightSlateBlue}) se puede escribir también como palabras separadas por espacios -y sin mayúsculas (p.ej. @q{light slate blue}). +Un nombre que se escribe como una palabra única con mayúsculas +intercaladas (p.ej. @q{LightSlateBlue}) se puede escribir también como +palabras separadas por espacios y sin mayúsculas (p.ej. @q{light slate +blue}). La palabra @q{grey} siempre se puede escribir como @q{gray} (p.ej. @q{DarkSlateGray}). @@ -197,9 +561,10 @@ donde N es un número entre 0 y 100. @cindex Feta, tipografía @cindex tipografía Feta -Los símbolos siguientes están disponibles en la tipografía Emmentaler y es posible acceder a ellos -directamente utilizando elementos de marcado textual como @code{g^\markup @{ -\musicglyph #"scripts.segno" @}}, véase @ref{Formatting text}. +Los símbolos siguientes están disponibles en la tipografía Emmentaler +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} @@ -212,17 +577,8 @@ Se pueden usar los siguientes estilos para las cabezas de las notas. @lilypondfile[noindent]{note-head-style.ly} - -@ignore -Todas las instrucciones siguientes se pueden usar dentro de @code{\markup @{ @}}. -@end ignore - @include markup-commands.tely -@ignore -Todas las instrucciones siguientes se pueden utilizar con @code{\markuplines}. -@end ignore - @include markup-list-commands.tely @node List of articulations @@ -269,9 +625,13 @@ Todas las instrucciones siguientes se pueden utilizar con @code{\markuplines}. He aquí un cuadro que muestra todas las articulaciones disponibles: -@lilypondfile[ragged-right,quote]{script-chart.ly} +@lilypondfile[quote]{script-chart.ly} +@node Percussion notes +@appendixsec Percussion notes + +@lilypondfile[quote]{percussion-chart.ly} @node All context properties @@ -296,4 +656,3 @@ He aquí un cuadro que muestra todas las articulaciones disponibles: @appendixsec Scheme functions @include scheme-functions.tely -