]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/fr/essay/engraving.itely
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / fr / essay / engraving.itely
index 4a6bf2026e26ab4dfce018116a52736987d28986..00d08df3fa0b0e83387a43b91870eb369c0ed591 100644 (file)
@@ -1,14 +1,14 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
 
 @ignore
-    Translation of GIT committish: febe2e4ff91dda9227e85274ae045e23c6b4ec28
+    Translation of GIT committish: 324ff94afc62c7011b7377f24392f95391ed3b84
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  For details, see the Contributors'
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.19.2"
+@c \version "2.19.21"
 
 @c Translators: Jean-Charles Malahieude, John Mandereau, Gauvain Pocentek
 
@@ -482,15 +482,11 @@ une taille identique à l'image précédente :
 Comme vous le constatez, LilyPond imprime des lignes un peu plus
 épaisses pour garantir une meilleure lecture à taille réduite.
 
-@ignore
-This also allows staves of different sizes to coexist peacefully when
-used together on the same page:
-
-@c TODO: are the stems in this example the right thickness? How should
-@c line weights be scaled for small staves?
+Ceci permet par ailleurs de faire coexister harmonieusement
+plusieurs portées de taille différente sur une même page :
 
 @c Grieg's Violin Sonata Op. 45
-@lilypond[indent=1.5cm]
+@lilypond[indent=1.5\cm]
 global = {
   \time 6/8
   \key c \minor
@@ -499,9 +495,7 @@ global = {
 \score {
   <<
     \new Staff \with {
-      fontSize = #-4
-      \override StaffSymbol.staff-space = #(magstep -4)
-      \override StaffSymbol.thickness = #(magstep -3)
+      \magnifyStaff #2/3
     }
     \relative c' {
       \global
@@ -538,7 +532,6 @@ global = {
   >>
 }
 @end lilypond
-@end ignore
 
 
 @node La raison de tous ces efforts
@@ -688,7 +681,7 @@ ajoutons 2 autres points pour la pente ascendante.  Cette configuration
 la sélectionnons.
 
 @lilypond
-\relative {
+\relative {
     \clef bass
     e8[(_"12.04" f] g[ a b d,)] r4
 }
@@ -813,10 +806,10 @@ du premier livre du Clavier bien tempéré de Bach (BWV 861). En
 voici le thème :
 
 @lilypond
-\relative c' {
+\relative {
   \key g \minor
   \clef "treble_8"
-  r8 d ees g, fis4 g
+  r8 d' ees g, fis4 g
   r8 a16 bes c8 bes16 a bes8
 }
 @end lilypond
@@ -1122,12 +1115,12 @@ nature par essence hiérarchique de la notation musicale :
 
 @lilypond[quote,fragment]
 <<
-\new Staff \relative c'' {
+\new Staff \relative {
   \key g \major
   \time 3/4
-  d4 g,8 a b c d4 g, g
+  d''4 g,8 a b c d4 g, g
 }
-\new Staff \relative c' {
+\new Staff \relative {
   \clef "bass"
   \key g \major
   <g b d>2 a4 b2.
@@ -1189,7 +1182,7 @@ musique se complique :
     }
   >>
   \new Staff = "LH" <<
-    \new Voice = "III" \relative c' {
+    \new Voice = "III" \relative {
       \time 2/4
       \clef "bass"
       g4 \stopStaff s
@@ -1593,9 +1586,9 @@ populaire@dots{}
 <<
    \chords { c2 c f2 c }
    \new Staff
-   \relative c' {
+   \relative {
      \time 2/4
-     c4 c g' g a a g2
+     c'4 c g' g a a g2
    }
    \addlyrics { twin -- kle twin -- kle lit -- tle star }
 >>