]> git.donarmstrong.com Git - lilypond.git/commitdiff
Merge branch 'lilypond/translation'
authorJean-Charles Malahieude <lilyfan@orange.fr>
Wed, 25 Aug 2010 12:04:25 +0000 (14:04 +0200)
committerJean-Charles Malahieude <lilyfan@orange.fr>
Wed, 25 Aug 2010 12:04:25 +0000 (14:04 +0200)
1  2 
Documentation/fr/learning/tweaks.itely
Documentation/included/authors.itexi

index 716476b95024031753d134e2ae6a3af311f01a5b,587fc0ee70a738d782ea202a7c775c812f73a7c2..fc388267e42c51d23061c80902167bf57d1e1c19
@@@ -1,6 -1,6 +1,6 @@@
 -@c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
 +r@c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
  @ignore
-       Translation of GIT committish: 26375d5016d8d180fc914bfd07cf76f4168f2e37
+       Translation of GIT committish: 11b44eeed204540f7a4e638f12afe5a9f5466ca8
  
      When revising a translation, copy the HEAD committish of the
      version that you are working on.  For details, see the Contributors'
@@@ -3159,27 -3237,36 +3237,36 @@@ demi-intervalles de lignes au-dessus d
  
  @code{\once \override Tie #'staff-position = #3.5}
  
 -Cela s'adjoint à la deuxième mesure, pour donner :
 +Cela s'adjoint à la deuxième mesure, pour donner@tie{}:
  
- @lilypond[quote,verbatim,ragged-right]
+ @c line-width ensures no break
+ @lilypond[quote,verbatim,ragged-right,line-width=6\in]
  rhMusic = \relative c'' {
-   r2 c4.\( g8 |
-   \once \override Tie #'staff-position = #3.5
-   bes1~ |
-   \bar "||"
-   \time 6/4
-   bes2. r8
-   % Start polyphonic section of four voices
-   <<
-     {c,8[ d fis bes a] | }
-   \\
-     {c,8~ c2 | }
-   \\
-     {s8 d2 | }
-   \\
-     {s4 fis4. | }
-   >>
-   g2.\)
+   \new Voice {
+     r2 c4.\( g8 |
+     \once \override Tie #'staff-position = #3.5
+     bes1~ |
+     \bar "||"
+     \time 6/4
+     bes2. r8
+     % Start polyphonic section of four voices
+     <<
+       { c,8 d fis bes a }  % continuation of main voice
+       \new Voice {
+         \voiceTwo
+         c,8~ c2
+       }
+       \new Voice {
+         \voiceThree
+         s8 d2
+       }
+       \new Voice {
+         \voiceFour
+         s4 fis4.
+       }
+     >> |
+     g2.\)  % continuation of main voice
+   }
  }
  
  lhMusic = \relative c' {
Simple merge