]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/global.itely (Creating titles): Correct
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Thu, 23 Jun 2005 08:24:48 +0000 (08:24 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Thu, 23 Jun 2005 08:24:48 +0000 (08:24 +0000)
misprint in example. Thanks to Rob Vlasaty.

ChangeLog
Documentation/user/global.itely

index b2ed2eeff560f87b8d838bfe492036b64b970541..3f5224437bdb604eeb2b34254843276078217d54 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * Documentation/user/global.itely (Creating titles): Correct
+       misprint in example. Thanks to Rob Vlasaty.
+
 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * VERSION (PATCH_LEVEL): release 2.5.32
index 4f908d56160f3eb1afc4bedcc6c11365d1188ecb..d8c4ad9e67e1bb6574868662794c403c67ce1004 100644 (file)
@@ -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