]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix #'flag-style syntax change in translations.
authorGraham Percival <graham@percival-music.ca>
Sun, 28 Aug 2011 02:47:51 +0000 (03:47 +0100)
committerGraham Percival <graham@percival-music.ca>
Sun, 28 Aug 2011 02:47:51 +0000 (03:47 +0100)
Documentation/de/notation/ancient.itely
Documentation/de/notation/keyboards.itely
Documentation/es/notation/ancient.itely
Documentation/es/notation/keyboards.itely
Documentation/fr/notation/ancient.itely
Documentation/fr/notation/keyboards.itely

index cf5452d03d7389b847d401d726ae8ddd1b12173c..7e4a853d62972f483007c00a52acf3b679eacbf0 100644 (file)
@@ -762,7 +762,7 @@ werden.  Neben dem Standardstil (@code{default}) ist
 nur (@code{mensural}) unterstützt.
 
 @lilypond[quote,fragment,ragged-right,verbatim]
-\override Stem #'flag-style = #'mensural
+\override Flag #'style = #'mensural
 \override Stem #'thickness = #1.0
 \override NoteHead #'style = #'mensural
 \autoBeamOff
index ba7f8924e7f3704c07a963a6a8e697b3e55c1fc1..6032d2eb4904d4008522d62e8bb449f245b62b42 100644 (file)
@@ -462,7 +462,7 @@ Hälsen, die nach unten zeigen.
         % extend the stems to reach the other staff
         \override Stem #'length = #12
         % do not print extra flags
-        \override Stem #'flag-style = #'no-flag
+        \override Flag #'style = #'no-flag
         % prevent beaming as needed
         a8 g4 f8 f bes\noBeam g4
       }
index 822f1ae16b8d48bb4c8aa80331bdee60ef4f5e96..cfde2c3de823292a174106c5967275e1c9c8e85d 100644 (file)
@@ -759,7 +759,7 @@ Aparte del estilo de corchete por defecto @code{default}, sólo está
 contemplado el estilo @code{mensural}
 
 @lilypond[quote,fragment,ragged-right,verbatim]
-\override Stem #'flag-style = #'mensural
+\override Flag #'style = #'mensural
 \override Stem #'thickness = #1.0
 \override NoteHead #'style = #'mensural
 \autoBeamOff
index dda15e148ed53bb39ada1913820f132ec814b5db..47dc5d61b4af21279e168e5b160a0f88abe13131 100644 (file)
@@ -460,7 +460,7 @@ Se pueden hacer acordes que cruzan los pentagramas:
         % extend the stems to reach the other staff
         \override Stem #'length = #12
         % do not print extra flags
-        \override Stem #'flag-style = #'no-flag
+        \override Flag #'style = #'no-flag
         % prevent beaming as needed
         a8 g4 f8 f bes\noBeam g4
       }
index f62408459bef060331385baaeccf1457a783d5ec..c149225e9b4e0f1a7198def8eeee4004fa677365 100644 (file)
@@ -551,7 +551,7 @@ seuls styles actuellement pris en charge sont @code{default} et
 @code{mensural}.
 
 @lilypond[quote,fragment,ragged-right,verbatim]
-\override Stem #'flag-style = #'mensural
+\override Flag #'style = #'mensural
 \override Stem #'thickness = #1.0
 \override NoteHead #'style = #'mensural
 \autoBeamOff
index 9a0ed9e98794fd8bc8e4ed543407a964a7593255..9a5623913d0f20c15a6f96af75bdf8bcda150ab9 100644 (file)
@@ -457,7 +457,7 @@ celle de l'autre portée.
         % extend the stems to reach the other staff
         \override Stem #'length = #12
         % do not print extra flags
-        \override Stem #'flag-style = #'no-flag
+        \override Flag #'style = #'no-flag
         % prevent beaming as needed
         a8 g4 f8 f bes\noBeam g4
       }