From 7ee4165c3403cdd121621f75ed408a241621d37b Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 28 Aug 2011 03:47:51 +0100 Subject: [PATCH] Fix #'flag-style syntax change in translations. --- Documentation/de/notation/ancient.itely | 2 +- Documentation/de/notation/keyboards.itely | 2 +- Documentation/es/notation/ancient.itely | 2 +- Documentation/es/notation/keyboards.itely | 2 +- Documentation/fr/notation/ancient.itely | 2 +- Documentation/fr/notation/keyboards.itely | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/de/notation/ancient.itely b/Documentation/de/notation/ancient.itely index cf5452d03d..7e4a853d62 100644 --- a/Documentation/de/notation/ancient.itely +++ b/Documentation/de/notation/ancient.itely @@ -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 diff --git a/Documentation/de/notation/keyboards.itely b/Documentation/de/notation/keyboards.itely index ba7f8924e7..6032d2eb49 100644 --- a/Documentation/de/notation/keyboards.itely +++ b/Documentation/de/notation/keyboards.itely @@ -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 } diff --git a/Documentation/es/notation/ancient.itely b/Documentation/es/notation/ancient.itely index 822f1ae16b..cfde2c3de8 100644 --- a/Documentation/es/notation/ancient.itely +++ b/Documentation/es/notation/ancient.itely @@ -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 diff --git a/Documentation/es/notation/keyboards.itely b/Documentation/es/notation/keyboards.itely index dda15e148e..47dc5d61b4 100644 --- a/Documentation/es/notation/keyboards.itely +++ b/Documentation/es/notation/keyboards.itely @@ -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 } diff --git a/Documentation/fr/notation/ancient.itely b/Documentation/fr/notation/ancient.itely index f62408459b..c149225e9b 100644 --- a/Documentation/fr/notation/ancient.itely +++ b/Documentation/fr/notation/ancient.itely @@ -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 diff --git a/Documentation/fr/notation/keyboards.itely b/Documentation/fr/notation/keyboards.itely index 9a0ed9e987..9a5623913d 100644 --- a/Documentation/fr/notation/keyboards.itely +++ b/Documentation/fr/notation/keyboards.itely @@ -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 } -- 2.39.2