]> git.donarmstrong.com Git - lilypond.git/commitdiff
Make magic snippet-update on French docs
authorJohn Mandereau <john.mandereau@gmail.com>
Mon, 2 Jul 2007 23:15:13 +0000 (01:15 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Mon, 2 Jul 2007 23:15:13 +0000 (01:15 +0200)
This is the result of testing the new update-snippets.py script.

Documentation/fr/user/basic-notation.itely
Documentation/fr/user/working.itely

index eb47552de9741fea89cddb2c6ca143e4fd47511f..0927beebff15389cc804179c4fc219692f059cc0 100644 (file)
@@ -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
 
index 4dbb96d24d344e47a7e6bbdfa7bcad7dab1d1dcc..5b035614c13abc16bbc726c076a492d6e38b202d 100644 (file)
@@ -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