From: Nicolas Sceaux Date: Fri, 15 Jul 2005 17:55:56 +0000 (+0000) Subject: * Documentation/user/global.itely (Creating titles): X-Git-Tag: release/2.7.1~21 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a531c61d1db01828e272704a041cf72e7aa58092;p=lilypond.git * Documentation/user/global.itely (Creating titles): * Documentation/user/examples.itely (All headers): change the place of \header in \score blocks (after music block) to make examples compile (cf. changes on parser.yy on 2005-07-10) --- diff --git a/ChangeLog b/ChangeLog index d449b943bf..b89983f71d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-07-15 Nicolas Sceaux + + * Documentation/user/global.itely (Creating titles): + * Documentation/user/examples.itely (All headers): change the + place of \header in \score blocks (after music block) to make + examples compile (cf. changes on parser.yy on 2005-07-10) + 2005-07-15 Han-Wen Nienhuys * lily/include/beam.hh: new struct, softcode beam quanting parameters diff --git a/Documentation/user/examples.itely b/Documentation/user/examples.itely index f941f6efae..df4ed86b4e 100644 --- a/Documentation/user/examples.itely +++ b/Documentation/user/examples.itely @@ -1273,19 +1273,19 @@ violin concerto as TchaikovskyPI, whereas perhaps you wish to print } \score { + { c'4 } \header { piece = "piece1" opus = "opus1" } - { c'4 } } \score { + { c'4 } \header { piece = "piece2" opus = "opus2" } - { c'4 } } @end lilypond diff --git a/Documentation/user/global.itely b/Documentation/user/global.itely index d2e30e928e..807f205cca 100644 --- a/Documentation/user/global.itely +++ b/Documentation/user/global.itely @@ -912,21 +912,21 @@ may use any @ref{Text markup} commands in the header. } \score { + { c'1 } \header { piece = "piece1" opus = "opus1" } - { c'1 } } \markup { and now... } \score { + { c'1 } \header { piece = "piece2" opus = "opus2" } - { c'1 } } } @end lilypond