X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Ffr%2Fnotation%2Frepeats.itely;h=2854b175c513a8cbaa83492b30c4158598c3dfc3;hb=e7aa6c445f463844dbaa52d38ea4aac2882b5601;hp=1faefd5724050bd26177812babf7679954a165d5;hpb=ffd278ab691a1ada9b0ff0f8fd7548ab791f1647;p=lilypond.git diff --git a/Documentation/fr/notation/repeats.itely b/Documentation/fr/notation/repeats.itely index 1faefd5724..2854b175c5 100644 --- a/Documentation/fr/notation/repeats.itely +++ b/Documentation/fr/notation/repeats.itely @@ -1,7 +1,7 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*- @ignore - Translation of GIT committish: 42c7d5e4608340e96f2f1fe8210a47a2927e4cbb + Translation of GIT committish: d46572826e777ed3e9fa4656535a6e9000f2ed9e When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' @@ -237,24 +237,6 @@ g1 | La propriété @code{measureLength} est abordée plus en détail au chapitre @ref{Gestion du temps}. -@funindex \inStaffSegno - -La commande @code{\inStaffSegno} permet d'adjoindre un symbole de -@emph{segno} à une commande @code{\repeat volta}. Des symboles -alternatifs de barre de mesure peuvent sont accessibles, dans un -contexte @code{Score}, à l'aide des propriétés @code{segnoType}, -@code{startRepeatSegnoType}, @code{endRepeatSegnoType} ou -@code{doubleRepeatSegnoType} selon les besoins. - -@lilypond[verbatim,quote,relative=1] -e1 -\repeat volta 2 { - \inStaffSegno - f2 g a b -} -c1_"D.S." \bar "|." -@end lilypond - @cindex reprise et liaison de prolongation @cindex alternative et liaison de prolongation @cindex liaison de prolongation et reprise @@ -273,6 +255,83 @@ c1 } @end lilypond +@cindex reprise et segno +@cindex segno et reprise +@funindex \inStaffSegno + +La commande @code{\inStaffSegno} permet de générer une barre de mesure +composite par l'adjonction d'un symbole de @emph{segno} à une barre de +reprise créée par une commande @code{\repeat volta}. Qu'il s'agisse +d'un début, d'une fin ou d'une double reprise, le type de barre est +automatiquement sélectionné. L'indication « D.S. » devra cependant être + +En dehors de toute reprise : + +@lilypond[verbatim,quote,relative=1] +e1 +\inStaffSegno +f2 g a b +c1_"D.S." \bar "|." +@end lilypond + +Au début d'une reprise : + +@lilypond[verbatim,quote,relative=1] +e1 +\repeat volta 2 { + \inStaffSegno % start repeat + f2 g a b +} +c1_"D.S." \bar "|." +@end lilypond + +En fin de reprise : + +@lilypond[verbatim,quote,relative=1] +e1 +\repeat volta 2 { + f2 g a b + \inStaffSegno % end repeat +} +f2 g a b +c1_"D.S." \bar "|." +@end lilypond + +Entre deux reprises : + +@lilypond[verbatim,quote,relative=1] +e1 +\repeat volta 2 { + f2 g a b +} +\inStaffSegno % double repeat +\repeat volta 2 { + f2 g a b +} +c1_"D.S." \bar "|." +@end lilypond + +Des symboles alternatifs de barre de mesure sont aussi accessibles, dans +un contexte @code{Score}, à l'aide des propriétés @code{segnoType}, +@code{startRepeatSegnoType}, @code{endRepeatSegnoType} ou +@code{doubleRepeatSegnoType} selon les besoins. Ces types de barre +alternative doivent être choisis parmi les types prédéfinis ou +préalablement créés à l'aide d'une commande @code{\defineBarLine} -- +voir @ref{Barres de mesure}. + +@lilypond[verbatim,quote,relative=1] +\defineBarLine ":|.S[" #'(":|." "S[" "") +\defineBarLine "]" #'("]" "" "") +e1 +\repeat volta 2 { + f2 g a b + \once \set Score.endRepeatSegnoType = ":|.S[" + \inStaffSegno +} +f2 g \bar "]" a b +c1_"D.S." \bar "|." +@end lilypond + @snippets @lilypondfile[verbatim,quote,texidoc,doctitle] {shortening-volta-brackets.ly} @@ -456,10 +515,6 @@ voltaAdLib = \markup { 1. 2. 3... \text \italic { ad lib. } } } @end lilypond -@snippets -@lilypondfile[verbatim,quote,texidoc,doctitle] -{printing-a-repeat-sign-at-the-beginning-of-a-piece.ly} - @seealso Manuel de notation : @ref{Barres de mesure},