OLD | NEW |
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- | 1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- |
2 | 2 |
3 @ignore | 3 @ignore |
4 Translation of GIT committish: 44011e382e91f43fb6752b3fbbf8d8984131a565 | 4 Translation of GIT committish: 44011e382e91f43fb6752b3fbbf8d8984131a565 |
5 | 5 |
6 When revising a translation, copy the HEAD committish of the | 6 When revising a translation, copy the HEAD committish of the |
7 version that you are working on. For details, see the Contributors' | 7 version that you are working on. For details, see the Contributors' |
8 Guide, node Updating translation committishes.. | 8 Guide, node Updating translation committishes.. |
9 @end ignore | 9 @end ignore |
10 | 10 |
11 @c \version "2.17.6" | 11 @c \version "2.17.11" |
12 | 12 |
13 @node Música vocal | 13 @node Música vocal |
14 @section Música vocal | 14 @section Música vocal |
15 @translationof Vocal music | 15 @translationof Vocal music |
16 | 16 |
17 @lilypondfile[quote]{vocal-headword.ly} | 17 @lilypondfile[quote]{vocal-headword.ly} |
18 | 18 |
19 Esta sección explica cómo tipografiar música vocal, y cómo asegurarse | 19 Esta sección explica cómo tipografiar música vocal, y cómo asegurarse |
20 de que la letra se alinea con las notas de su melodía correspondiente. | 20 de que la letra se alinea con las notas de su melodía correspondiente. |
21 | 21 |
(...skipping 1906 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1928 propiedad @code{associatedVoice}: | 1928 propiedad @code{associatedVoice}: |
1929 | 1929 |
1930 @lilypond[verbatim,quote] | 1930 @lilypond[verbatim,quote] |
1931 << | 1931 << |
1932 \relative c' \new Voice = "lahlah" { | 1932 \relative c' \new Voice = "lahlah" { |
1933 \set Staff.autoBeaming = ##f | 1933 \set Staff.autoBeaming = ##f |
1934 c4 | 1934 c4 |
1935 << | 1935 << |
1936 \new Voice = "alternative" { | 1936 \new Voice = "alternative" { |
1937 \voiceOne | 1937 \voiceOne |
1938 \times 2/3 { | 1938 \tuplet 3/2 { |
1939 % show associations clearly. | 1939 % show associations clearly. |
1940 \override NoteColumn.force-hshift = #-3 | 1940 \override NoteColumn.force-hshift = #-3 |
1941 f8 f g | 1941 f8 f g |
1942 } | 1942 } |
1943 } | 1943 } |
1944 { | 1944 { |
1945 \voiceTwo | 1945 \voiceTwo |
1946 f8.[ g16] | 1946 f8.[ g16] |
1947 \oneVoice | 1947 \oneVoice |
1948 } >> | 1948 } >> |
(...skipping 1434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3383 se explica en @ref{Notación antigua}. | 3383 se explica en @ref{Notación antigua}. |
3384 | 3384 |
3385 @c TODO | 3385 @c TODO |
3386 | 3386 |
3387 @c Add "Printing both the ancient and the modern clef in vocal music" snippet, | 3387 @c Add "Printing both the ancient and the modern clef in vocal music" snippet, |
3388 @c and "Transcription of Ancient music with incipit" snippet. -vv | 3388 @c and "Transcription of Ancient music with incipit" snippet. -vv |
3389 | 3389 |
3390 @seealso | 3390 @seealso |
3391 Referencia de la notación: | 3391 Referencia de la notación: |
3392 @ref{Notación antigua}. | 3392 @ref{Notación antigua}. |
OLD | NEW |