From e3350ada0596f4e341f30a124ff51edd6ee1b556 Mon Sep 17 00:00:00 2001 From: matsb Date: Sun, 9 Apr 2006 10:54:52 +0000 Subject: [PATCH] * Documentation/user/advanced-notation.itely (Polymetric notation): Update the example to use the "+" symbol and add link to input/test/compound-time.ly. --- ChangeLog | 6 ++++++ Documentation/user/advanced-notation.itely | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index cc91862e1a..bd8c5e53c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-04-09 Mats Bengtsson + + * Documentation/user/advanced-notation.itely (Polymetric + notation): Update the example to use the "+" symbol and add link + to input/test/compound-time.ly. + 2006-04-08 Graham Percival * scm/define-grob-properties.scm: clarify docs for #'direction. diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index b53d7e8192..4009241d27 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -1605,14 +1605,15 @@ see those sections of the documentation. Double time signatures are not supported explicitly, but they can be faked. In the next example, the markup for the time signature is created with a markup text. This markup text is inserted in the -@internalsref{TimeSignature} grob. +@internalsref{TimeSignature} grob. See also +@inputfileref{input/@/test,compound@/-time@/.ly}). @lilypond[verbatim,ragged-right] % create 2/4 + 5/8 tsMarkup =\markup { - \number { + \override #'(baseline-skip . 2) \number { \column { "2" "4" } - \musicglyph #"scripts.stopped" + \lower #1 "+" \bracket \column { "5" "8" } } } -- 2.39.5