From: Mats Bengtsson Date: Sun, 9 Apr 2006 10:54:52 +0000 (+0000) Subject: * Documentation/user/advanced-notation.itely (Polymetric X-Git-Tag: release/2.9.3~74 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=28b40a44f34effce83361c51c3e210d38d1fecd6;p=lilypond.git * Documentation/user/advanced-notation.itely (Polymetric notation): Update the example to use the "+" symbol and add link to input/test/compound-time.ly. --- 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" } } }