LEFT | RIGHT |
(no file at all) | |
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: de -*- | 1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: de -*- |
2 | 2 |
3 @ignore | 3 @ignore |
4 Translation of GIT committish: 06f227dd80f3a30cbf33c879b7c125079dfaf5c3 | 4 Translation of GIT committish: 06f227dd80f3a30cbf33c879b7c125079dfaf5c3 |
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.16.0" | 11 @c \version "2.17.5" |
12 | 12 |
13 @c Translators: Till Paala | 13 @c Translators: Till Paala |
14 | 14 |
15 @node Notation von alter Musik | 15 @node Notation von alter Musik |
16 @section Notation von alter Musik | 16 @section Notation von alter Musik |
17 @translationof Ancient notation | 17 @translationof Ancient notation |
18 | 18 |
19 @lilypondfile[quote]{ancient-headword.ly} | 19 @lilypondfile[quote]{ancient-headword.ly} |
20 | 20 |
21 @cindex Vaticana, Editio | 21 @cindex Vaticana, Editio |
(...skipping 959 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
981 zwei Quadrate oder eine Obliqua (Flexa) dargestellt werden. In derartigen | 981 zwei Quadrate oder eine Obliqua (Flexa) dargestellt werden. In derartigen |
982 Fällen ist die Quadratform der Standard, aber die Obliqua kann verlangt | 982 Fällen ist die Quadratform der Standard, aber die Obliqua kann verlangt |
983 werden, indem man die @code{ligature-flexa}-Eigenschaft des @emph{zweiten} | 983 werden, indem man die @code{ligature-flexa}-Eigenschaft des @emph{zweiten} |
984 Notenkopfes setzt. Die Länge der Obliqua kann durch die Notenkopfeigenschaft | 984 Notenkopfes setzt. Die Länge der Obliqua kann durch die Notenkopfeigenschaft |
985 @code{flexa-width} definiert werden. | 985 @code{flexa-width} definiert werden. |
986 | 986 |
987 Eine Datei kann zum Beispiel so aussehen: | 987 Eine Datei kann zum Beispiel so aussehen: |
988 | 988 |
989 @c @example | 989 @c @example |
990 @c \set Score.timing = ##f | 990 @c \set Score.timing = ##f |
991 @c \set Score.defaultBarType = "empty" | 991 @c \set Score.defaultBarType = "-" |
992 @c \override NoteHead #'style = #'neomensural | 992 @c \override NoteHead #'style = #'neomensural |
993 @c \override Staff.TimeSignature #'style = #'neomensural | 993 @c \override Staff.TimeSignature #'style = #'neomensural |
994 @c \clef "petrucci-g" | 994 @c \clef "petrucci-g" |
995 @c \[ c'\maxima g \] | 995 @c \[ c'\maxima g \] |
996 @c \[ d\longa c\breve f e d \] | 996 @c \[ d\longa c\breve f e d \] |
997 @c \[ c'\maxima d'\longa \] | 997 @c \[ c'\maxima d'\longa \] |
998 @c \[ e'1 a g\breve \] | 998 @c \[ e'1 a g\breve \] |
999 @c @end example | 999 @c @end example |
1000 @lilypond[quote,ragged-right,verbatim] | 1000 @lilypond[quote,ragged-right,verbatim] |
1001 \score { | 1001 \score { |
1002 \transpose c c' { | 1002 \transpose c c' { |
1003 \set Score.timing = ##f | 1003 \set Score.timing = ##f |
1004 \set Score.defaultBarType = "empty" | 1004 \set Score.defaultBarType = "-" |
1005 \override NoteHead #'style = #'petrucci | 1005 \override NoteHead #'style = #'petrucci |
1006 \override Staff.TimeSignature #'style = #'mensural | 1006 \override Staff.TimeSignature #'style = #'mensural |
1007 \clef "petrucci-g" | 1007 \clef "petrucci-g" |
1008 \[ c'\maxima g \] | 1008 \[ c'\maxima g \] |
1009 \[ d\longa | 1009 \[ d\longa |
1010 \override NoteHead #'ligature-flexa = ##t | 1010 \override NoteHead #'ligature-flexa = ##t |
1011 \once \override NoteHead #'flexa-width = #3.2 | 1011 \once \override NoteHead #'flexa-width = #3.2 |
1012 c\breve f e d \] | 1012 c\breve f e d \] |
1013 \[ c'\maxima d'\longa \] | 1013 \[ c'\maxima d'\longa \] |
1014 \[ e'1 a g\breve \] | 1014 \[ e'1 a g\breve \] |
1015 } | 1015 } |
1016 \layout { | 1016 \layout { |
1017 \context { | 1017 \context { |
1018 \Voice | 1018 \Voice |
1019 \remove "Ligature_bracket_engraver" | 1019 \remove "Ligature_bracket_engraver" |
1020 \consists "Mensural_ligature_engraver" | 1020 \consists "Mensural_ligature_engraver" |
1021 } | 1021 } |
1022 } | 1022 } |
1023 } | 1023 } |
1024 @end lilypond | 1024 @end lilypond |
1025 | 1025 |
1026 Wenn der @code{Ligature_bracket_engraver} nicht durch den | 1026 Wenn der @code{Ligature_bracket_engraver} nicht durch den |
1027 @code{Mensural_ligature_engraver} ersetzt wird, werden die Noten | 1027 @code{Mensural_ligature_engraver} ersetzt wird, werden die Noten |
1028 wie folgt ausgegeben: | 1028 wie folgt ausgegeben: |
1029 | 1029 |
1030 @lilypond[quote,ragged-right] | 1030 @lilypond[quote,ragged-right] |
1031 \transpose c c' { | 1031 \transpose c c' { |
1032 \set Score.timing = ##f | 1032 \set Score.timing = ##f |
1033 \set Score.defaultBarType = "empty" | 1033 \set Score.defaultBarType = "-" |
1034 \override NoteHead #'style = #'neomensural | 1034 \override NoteHead #'style = #'neomensural |
1035 \override Staff.TimeSignature #'style = #'neomensural | 1035 \override Staff.TimeSignature #'style = #'neomensural |
1036 \clef "petrucci-g" | 1036 \clef "petrucci-g" |
1037 \[ c'\maxima g \] | 1037 \[ c'\maxima g \] |
1038 \[ d\longa c\breve f e d \] | 1038 \[ d\longa c\breve f e d \] |
1039 \[ c'\maxima d'\longa \] | 1039 \[ c'\maxima d'\longa \] |
1040 \[ e'1 a g\breve \] | 1040 \[ e'1 a g\breve \] |
1041 } | 1041 } |
1042 @end lilypond | 1042 @end lilypond |
1043 | 1043 |
(...skipping 1757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2801 @c TODO Add example of this: | 2801 @c TODO Add example of this: |
2802 @c I was referring to e.g. notated a8. a16, which should, if I | 2802 @c I was referring to e.g. notated a8. a16, which should, if I |
2803 @c remember correctly, be interpreted more like a8.. a32 (in the french | 2803 @c remember correctly, be interpreted more like a8.. a32 (in the french |
2804 @c style). The editor might want to show that rythmic figure above the | 2804 @c style). The editor might want to show that rythmic figure above the |
2805 @c staff as an hint to performers. (Karl Hammer) | 2805 @c staff as an hint to performers. (Karl Hammer) |
2806 | 2806 |
2807 | 2807 |
2808 | 2808 |
2809 | 2809 |
2810 | 2810 |
LEFT | RIGHT |