From: Mats Bengtsson Date: Thu, 23 Jun 2005 08:24:48 +0000 (+0000) Subject: * Documentation/user/global.itely (Creating titles): Correct X-Git-Tag: release/2.6.0~16 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fd868ca6d93a7198bcce147237877e125e2b8515;p=lilypond.git * Documentation/user/global.itely (Creating titles): Correct misprint in example. Thanks to Rob Vlasaty. --- diff --git a/ChangeLog b/ChangeLog index b2ed2eeff5..3f5224437b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-06-23 Mats Bengtsson + + * Documentation/user/global.itely (Creating titles): Correct + misprint in example. Thanks to Rob Vlasaty. + 2005-06-22 Han-Wen Nienhuys * VERSION (PATCH_LEVEL): release 2.5.32 diff --git a/Documentation/user/global.itely b/Documentation/user/global.itely index 4f908d5616..d8c4ad9e67 100644 --- a/Documentation/user/global.itely +++ b/Documentation/user/global.itely @@ -909,10 +909,10 @@ composer flush right on a single line. @verbatim \paper { bookTitleMarkup = \markup { - \fill-line @{ + \fill-line { \fromproperty #'header:title \fromproperty #'header:composer - @} + } } } @end verbatim