From 13ebd09cf1e3f2eb92fb54267a0a75a594937814 Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Sun, 20 Apr 2008 01:07:53 +0200 Subject: [PATCH] Test ly snippet gettextization --- Documentation/fr/user/rhythms.itely | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Documentation/fr/user/rhythms.itely b/Documentation/fr/user/rhythms.itely index 16190cced2..60e3b78b93 100644 --- a/Documentation/fr/user/rhythms.itely +++ b/Documentation/fr/user/rhythms.itely @@ -724,8 +724,8 @@ Cette étiquette vient s'insérer dans l'objet graphique (@emph{grob}) @lilypond[verbatim,ragged-right] -% create 2/4 + 5/8 -tsMarkup =\markup { +% Create 9/8 split into 2/4 + 5/8 +tsMarkup = \markup { \override #'(baseline-skip . 2) \number { \column { "2" "4" } \vcenter "+" @@ -734,9 +734,11 @@ tsMarkup =\markup { } { - \override Staff.TimeSignature #'stencil = #ly:text-interface::print + \override Staff.TimeSignature #'stencil = + #ly:text-interface::print \override Staff.TimeSignature #'text = #tsMarkup - \time 3/2 + \time 9/8 + c'2 \bar ":" c'4 c'4. c'2 \bar ":" c'4 c'4. } @end lilypond -- 2.39.5