From: John Mandereau Date: Mon, 2 Jul 2007 23:15:13 +0000 (+0200) Subject: Make magic snippet-update on French docs X-Git-Tag: release/2.11.28-1~49^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=aac631da96fe483d48a82fc65aff23f3944bdd29;p=lilypond.git Make magic snippet-update on French docs This is the result of testing the new update-snippets.py script. --- diff --git a/Documentation/fr/user/basic-notation.itely b/Documentation/fr/user/basic-notation.itely index eb47552de9..0927beebff 100644 --- a/Documentation/fr/user/basic-notation.itely +++ b/Documentation/fr/user/basic-notation.itely @@ -1264,10 +1264,10 @@ croche, en définissant @code{merge-differently-headed} @lilypond[quote,ragged-right,fragment,relative=2,verbatim] \new Voice << { - c8 c4. - \override Staff.NoteCollision - #'merge-differently-headed = ##t -c8 c4. } \\ { c2 c2 } >> + c8 c4. + \override Staff.NoteCollision + #'merge-differently-headed = ##t +c8 c4. } \\ { c2 c2 } >> @end lilypond LilyPond empile aussi les silences à l'opposé des @@ -1935,7 +1935,7 @@ Les accolades et crochets délimitant les systèmes peuvent être imbriqués en profondeur, @lilypond[quote,ragged-right,verbatim] -\new StaffGroup +\new StaffGroup \relative << \set StaffGroup.systemStartDelimiterHierarchy = #'(SystemStartSquare (SystemStartBracket a (SystemStartSquare b)) d) @@ -3399,9 +3399,9 @@ Il est possible de créer des répétitions avec une levée. @lilypond[quote,ragged-right,fragment,verbatim,relative=2] \new Staff { - \partial 4 - \repeat volta 4 { e | c2 d2 | e2 f2 | } - \alternative { { g4 g g } { a | a a a a | b2. } } + \partial 4 e | + \repeat volta 4 { c2 d2 | e2 f2 | } + \alternative { { g4 g g e } { a a a a | b2. } } } @end lilypond diff --git a/Documentation/fr/user/working.itely b/Documentation/fr/user/working.itely index 4dbb96d24d..5b035614c1 100644 --- a/Documentation/fr/user/working.itely +++ b/Documentation/fr/user/working.itely @@ -194,9 +194,9 @@ Jusqu'à maintenant, vous avez vu ce type de code : @lilypond[quote,verbatim,ragged-right] hornNotes = \relative c'' { c4 b dis c } \score { - { - \hornNotes - } + { + \hornNotes + } } @end lilypond