LEFT | RIGHT |
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- | 1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- |
2 @c vim: foldmethod=marker | 2 @c vim: foldmethod=marker |
3 @ignore | 3 @ignore |
4 Translation of GIT committish: 844e5387a003bde2c10389ad863184defe893b6c | 4 Translation of GIT committish: 844e5387a003bde2c10389ad863184defe893b6c |
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.2" | 11 @c \version "2.17.5" |
12 | 12 |
13 @node Notación antigua | 13 @node Notación antigua |
14 @section Notación antigua | 14 @section Notación antigua |
15 @translationof Ancient notation | 15 @translationof Ancient notation |
16 | 16 |
17 @lilypondfile[quote]{ancient-headword.ly} | 17 @lilypondfile[quote]{ancient-headword.ly} |
18 | 18 |
19 @cindex Vaticana, Editio | 19 @cindex Vaticana, Editio |
20 @cindex Medicaea, Editio | 20 @cindex Medicaea, Editio |
21 @cindex hufnagel | 21 @cindex hufnagel |
(...skipping 955 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
977 como dos cuadrados, bien como un paralelogramo oblicuo (forma de | 977 como dos cuadrados, bien como un paralelogramo oblicuo (forma de |
978 flexa). En tales casos la forma por omisión es dos cuadrados, pero | 978 flexa). En tales casos la forma por omisión es dos cuadrados, pero |
979 puede requerirse una flexa fijando la propiedad @code{ligature-flexa} | 979 puede requerirse una flexa fijando la propiedad @code{ligature-flexa} |
980 de la @emph{segunda} cabeza. La longitud de una flexa se puede fijar | 980 de la @emph{segunda} cabeza. La longitud de una flexa se puede fijar |
981 mediante la propiedad @code{flexa-width} de la cabeza. | 981 mediante la propiedad @code{flexa-width} de la cabeza. |
982 | 982 |
983 Por ejemplo: | 983 Por ejemplo: |
984 | 984 |
985 @c @example | 985 @c @example |
986 @c \set Score.timing = ##f | 986 @c \set Score.timing = ##f |
987 @c \set Score.defaultBarType = "empty" | 987 @c \set Score.defaultBarType = "-" |
988 @c \override NoteHead #'style = #'neomensural | 988 @c \override NoteHead #'style = #'neomensural |
989 @c \override Staff.TimeSignature #'style = #'neomensural | 989 @c \override Staff.TimeSignature #'style = #'neomensural |
990 @c \clef "petrucci-g" | 990 @c \clef "petrucci-g" |
991 @c \[ c'\maxima g \] | 991 @c \[ c'\maxima g \] |
992 @c \[ d\longa c\breve f e d \] | 992 @c \[ d\longa c\breve f e d \] |
993 @c \[ c'\maxima d'\longa \] | 993 @c \[ c'\maxima d'\longa \] |
994 @c \[ e'1 a g\breve \] | 994 @c \[ e'1 a g\breve \] |
995 @c @end example | 995 @c @end example |
996 @lilypond[quote,ragged-right,verbatim] | 996 @lilypond[quote,ragged-right,verbatim] |
997 \score { | 997 \score { |
998 \transpose c c' { | 998 \transpose c c' { |
999 \set Score.timing = ##f | 999 \set Score.timing = ##f |
1000 \set Score.defaultBarType = "empty" | 1000 \set Score.defaultBarType = "-" |
1001 \override NoteHead #'style = #'petrucci | 1001 \override NoteHead #'style = #'petrucci |
1002 \override Staff.TimeSignature #'style = #'mensural | 1002 \override Staff.TimeSignature #'style = #'mensural |
1003 \clef "petrucci-g" | 1003 \clef "petrucci-g" |
1004 \[ c'\maxima g \] | 1004 \[ c'\maxima g \] |
1005 \[ d\longa | 1005 \[ d\longa |
1006 \override NoteHead #'ligature-flexa = ##t | 1006 \override NoteHead #'ligature-flexa = ##t |
1007 \once \override NoteHead #'flexa-width = #3.2 | 1007 \once \override NoteHead #'flexa-width = #3.2 |
1008 c\breve f e d \] | 1008 c\breve f e d \] |
1009 \[ c'\maxima d'\longa \] | 1009 \[ c'\maxima d'\longa \] |
1010 \[ e'1 a g\breve \] | 1010 \[ e'1 a g\breve \] |
1011 } | 1011 } |
1012 \layout { | 1012 \layout { |
1013 \context { | 1013 \context { |
1014 \Voice | 1014 \Voice |
1015 \remove "Ligature_bracket_engraver" | 1015 \remove "Ligature_bracket_engraver" |
1016 \consists "Mensural_ligature_engraver" | 1016 \consists "Mensural_ligature_engraver" |
1017 } | 1017 } |
1018 } | 1018 } |
1019 } | 1019 } |
1020 @end lilypond | 1020 @end lilypond |
1021 | 1021 |
1022 Si no se sustituye el grabador @code{Ligature_bracket_engraver} | 1022 Si no se sustituye el grabador @code{Ligature_bracket_engraver} |
1023 por el @code{Mensural_ligature_engraver}, la misma música se | 1023 por el @code{Mensural_ligature_engraver}, la misma música se |
1024 transcribe de la siguiente manera: | 1024 transcribe de la siguiente manera: |
1025 | 1025 |
1026 @lilypond[quote,ragged-right] | 1026 @lilypond[quote,ragged-right] |
1027 \transpose c c' { | 1027 \transpose c c' { |
1028 \set Score.timing = ##f | 1028 \set Score.timing = ##f |
1029 \set Score.defaultBarType = "empty" | 1029 \set Score.defaultBarType = "-" |
1030 \override NoteHead #'style = #'petrucci | 1030 \override NoteHead #'style = #'petrucci |
1031 \override Staff.TimeSignature #'style = #'mensural | 1031 \override Staff.TimeSignature #'style = #'mensural |
1032 \clef "petrucci-g" | 1032 \clef "petrucci-g" |
1033 \[ c'\maxima g \] | 1033 \[ c'\maxima g \] |
1034 \[ d\longa | 1034 \[ d\longa |
1035 \override NoteHead #'ligature-flexa = ##t | 1035 \override NoteHead #'ligature-flexa = ##t |
1036 \once \override NoteHead #'flexa-width = #3.2 | 1036 \once \override NoteHead #'flexa-width = #3.2 |
1037 c\breve f e d \] | 1037 c\breve f e d \] |
1038 \[ c'\maxima d'\longa \] | 1038 \[ c'\maxima d'\longa \] |
1039 \[ e'1 a g\breve \] | 1039 \[ e'1 a g\breve \] |
(...skipping 1860 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2900 @c style). The editor might want to show that rythmic figure above the | 2900 @c style). The editor might want to show that rythmic figure above the |
2901 @c staff as an hint to performers. (Karl Hammer) | 2901 @c staff as an hint to performers. (Karl Hammer) |
2902 | 2902 |
2903 | 2903 |
2904 Continuará... | 2904 Continuará... |
2905 | 2905 |
2906 | 2906 |
2907 @c @seealso | 2907 @c @seealso |
2908 @c ... and reference to other sections ... | 2908 @c ... and reference to other sections ... |
2909 | 2909 |
LEFT | RIGHT |