Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2)

Delta Between Two Patch Sets: Documentation/fr/notation/ancient.itely

Issue 6498052: bar-line interface part 2/2: New bar line definition standard (Closed) Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Left Patch Set: open new issue Created 12 years, 7 months ago
Right Patch Set: use define-session-public for public alists Created 12 years, 6 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*- 1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
2 @ignore 2 @ignore
3 Translation of GIT committish: 0512fcc5db9b050be664413ba0f79a3dcfc1028a 3 Translation of GIT committish: 0512fcc5db9b050be664413ba0f79a3dcfc1028a
4 4
5 When revising a translation, copy the HEAD committish of the 5 When revising a translation, copy the HEAD committish of the
6 version that you are working on. For details, see the Contributors' 6 version that you are working on. For details, see the Contributors'
7 Guide, node Updating translation committishes.. 7 Guide, node Updating translation committishes..
8 @end ignore 8 @end ignore
9 9
10 10
11 @c \version "2.17.2" 11 @c \version "2.17.5"
12 12
13 @c Translators: Jean-Charles Malahieude 13 @c Translators: Jean-Charles Malahieude
14 14
15 @node Notations anciennes 15 @node Notations anciennes
16 @section Notations anciennes 16 @section Notations anciennes
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 964 matching lines...) Expand 10 before | Expand all | Expand 10 after
986 bien par deux carrées que par un parallélogramme oblique (en forme de 986 bien par deux carrées que par un parallélogramme oblique (en forme de
987 flexe). Par défaut, LilyPond présentera deux carrés ; l'impression 987 flexe). Par défaut, LilyPond présentera deux carrés ; l'impression
988 d'une flexe s'obtient par affectation, pour la @strong{deuxième} note, 988 d'une flexe s'obtient par affectation, pour la @strong{deuxième} note,
989 de la propriété @code{ligature-flexa}. Le réglage de la longueur d'une 989 de la propriété @code{ligature-flexa}. Le réglage de la longueur d'une
990 flexe se gère par la propriété de tête de note @code{flexa-width}. 990 flexe se gère par la propriété de tête de note @code{flexa-width}.
991 991
992 Par exemple, 992 Par exemple,
993 993
994 @c @example 994 @c @example
995 @c \set Score.timing = ##f 995 @c \set Score.timing = ##f
996 @c \set Score.defaultBarType = "empty" 996 @c \set Score.defaultBarType = "-"
997 @c \override NoteHead #'style = #'neomensural 997 @c \override NoteHead #'style = #'neomensural
998 @c \override Staff.TimeSignature #'style = #'neomensural 998 @c \override Staff.TimeSignature #'style = #'neomensural
999 @c \clef "petrucci-g" 999 @c \clef "petrucci-g"
1000 @c \[ c'\maxima g \] 1000 @c \[ c'\maxima g \]
1001 @c \[ d\longa c\breve f e d \] 1001 @c \[ d\longa c\breve f e d \]
1002 @c \[ c'\maxima d'\longa \] 1002 @c \[ c'\maxima d'\longa \]
1003 @c \[ e'1 a g\breve \] 1003 @c \[ e'1 a g\breve \]
1004 @c @end example 1004 @c @end example
1005 @lilypond[quote,ragged-right,verbatim] 1005 @lilypond[quote,ragged-right,verbatim]
1006 \score { 1006 \score {
1007 \transpose c c' { 1007 \transpose c c' {
1008 \set Score.timing = ##f 1008 \set Score.timing = ##f
1009 \set Score.defaultBarType = "empty" 1009 \set Score.defaultBarType = "-"
1010 \override NoteHead #'style = #'petrucci 1010 \override NoteHead #'style = #'petrucci
1011 \override Staff.TimeSignature #'style = #'mensural 1011 \override Staff.TimeSignature #'style = #'mensural
1012 \clef "petrucci-g" 1012 \clef "petrucci-g"
1013 \[ c'\maxima g \] 1013 \[ c'\maxima g \]
1014 \[ d\longa 1014 \[ d\longa
1015 \override NoteHead #'ligature-flexa = ##t 1015 \override NoteHead #'ligature-flexa = ##t
1016 \once \override NoteHead #'flexa-width = #3.2 1016 \once \override NoteHead #'flexa-width = #3.2
1017 c\breve f e d \] 1017 c\breve f e d \]
1018 \[ c'\maxima d'\longa \] 1018 \[ c'\maxima d'\longa \]
1019 \[ e'1 a g\breve \] 1019 \[ e'1 a g\breve \]
1020 } 1020 }
1021 \layout { 1021 \layout {
1022 \context { 1022 \context {
1023 \Voice 1023 \Voice
1024 \remove "Ligature_bracket_engraver" 1024 \remove "Ligature_bracket_engraver"
1025 \consists "Mensural_ligature_engraver" 1025 \consists "Mensural_ligature_engraver"
1026 } 1026 }
1027 } 1027 }
1028 } 1028 }
1029 @end lilypond 1029 @end lilypond
1030 1030
1031 Si on ne remplace pas le @code{Ligature_bracket_engraver} 1031 Si on ne remplace pas le @code{Ligature_bracket_engraver}
1032 par le @code{Mensural_ligature_engraver}, on obtient 1032 par le @code{Mensural_ligature_engraver}, on obtient
1033 1033
1034 @lilypond[quote,ragged-right] 1034 @lilypond[quote,ragged-right]
1035 \transpose c c' { 1035 \transpose c c' {
1036 \set Score.timing = ##f 1036 \set Score.timing = ##f
1037 \set Score.defaultBarType = "empty" 1037 \set Score.defaultBarType = "-"
1038 \override NoteHead #'style = #'petrucci 1038 \override NoteHead #'style = #'petrucci
1039 \override Staff.TimeSignature #'style = #'mensural 1039 \override Staff.TimeSignature #'style = #'mensural
1040 \clef "petrucci-g" 1040 \clef "petrucci-g"
1041 \[ c'\maxima g \] 1041 \[ c'\maxima g \]
1042 \[ d\longa 1042 \[ d\longa
1043 \override NoteHead #'ligature-flexa = ##t 1043 \override NoteHead #'ligature-flexa = ##t
1044 \once \override NoteHead #'flexa-width = #3.2 1044 \once \override NoteHead #'flexa-width = #3.2
1045 c\breve f e d \] 1045 c\breve f e d \]
1046 \[ c'\maxima d'\longa \] 1046 \[ c'\maxima d'\longa \]
1047 \[ e'1 a g\breve \] 1047 \[ e'1 a g\breve \]
(...skipping 1863 matching lines...) Expand 10 before | Expand all | Expand 10 after
2911 @c remember correctly, be interpreted more like a8.. a32 (in the french 2911 @c remember correctly, be interpreted more like a8.. a32 (in the french
2912 @c style). The editor might want to show that rythmic figure above the 2912 @c style). The editor might want to show that rythmic figure above the
2913 @c staff as an hint to performers. (Karl Hammer) 2913 @c staff as an hint to performers. (Karl Hammer)
2914 2914
2915 2915
2916 @c TBC 2916 @c TBC
2917 2917
2918 @c @seealso 2918 @c @seealso
2919 @c ... and reference to other sections ... 2919 @c ... and reference to other sections ...
2920 2920
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b