]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/fr/user/staff.itely
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / Documentation / fr / user / staff.itely
index 6fe3e2f4ad1c4946ca6abeb731ec7f2c66e63403..a27ab1a12f9eefbb73646f1b6f86ea3a2d203584 100644 (file)
@@ -6,7 +6,7 @@
     version that you are working on.  See TRANSLATION for details.
 @end ignore
 
-@c \version "2.11.61"
+@c \version "2.12.0"
 
 @c Translators: Valentin Villenave, Jean-Charles Malahieude
 @c Translation checkers: John Mandereau
@@ -354,8 +354,8 @@ affichera @code{instrumentName}, et les suivantes
 @code{shortInstrumentName}. 
 
 @lilypond[quote,verbatim,ragged-right,relative=1,fragment]
-\set Staff.instrumentName = "Ploink "
-\set Staff.shortInstrumentName = "Plk "
+\set Staff.instrumentName = #"Ploink "
+\set Staff.shortInstrumentName = #"Plk "
 c1
 \break
 c''
@@ -427,12 +427,12 @@ désactiver un graveur, voir @ref{Modifying context plug-ins}.
 Vous pouvez changer d'instrument en cours de morceau :
 
 @lilypond[quote,fragment,verbatim,ragged-right]
-\set Staff.instrumentName = "First"
-\set Staff.shortInstrumentName = "one"
+\set Staff.instrumentName = #"First"
+\set Staff.shortInstrumentName = #"one"
 c1 c c c \break
 c1 c c c \break
-\set Staff.instrumentName = "Second"
-\set Staff.shortInstrumentName = "two"
+\set Staff.instrumentName = #"Second"
+\set Staff.shortInstrumentName = #"two"
 c1 c c c \break
 c1 c c c \break
 @end lilypond