CVSROOT: /cvsroot/lilypond Module name: lilypond Branch: Changes by: Nicolas Sceaux <[EMAIL PROTECTED]> 05/07/15 17:55:56
Modified files: Documentation/user: global.itely examples.itely . : ChangeLog Log message: * 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) CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/global.itely.diff?tr1=1.23&tr2=1.24&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/examples.itely.diff?tr1=1.41&tr2=1.42&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3881&tr2=1.3882&r1=text&r2=text Patches: Index: lilypond/ChangeLog diff -u lilypond/ChangeLog:1.3881 lilypond/ChangeLog:1.3882 --- lilypond/ChangeLog:1.3881 Fri Jul 15 16:46:57 2005 +++ lilypond/ChangeLog Fri Jul 15 17:55:56 2005 @@ -1,3 +1,10 @@ +2005-07-15 Nicolas Sceaux <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> * lily/include/beam.hh: new struct, softcode beam quanting parameters Index: lilypond/Documentation/user/examples.itely diff -u lilypond/Documentation/user/examples.itely:1.41 lilypond/Documentation/user/examples.itely:1.42 --- lilypond/Documentation/user/examples.itely:1.41 Thu Jun 30 19:39:38 2005 +++ lilypond/Documentation/user/examples.itely Fri Jul 15 17:55:55 2005 @@ -1273,19 +1273,19 @@ } \score { + { c'4 } \header { piece = "piece1" opus = "opus1" } - { c'4 } } \score { + { c'4 } \header { piece = "piece2" opus = "opus2" } - { c'4 } } @end lilypond Index: lilypond/Documentation/user/global.itely diff -u lilypond/Documentation/user/global.itely:1.23 lilypond/Documentation/user/global.itely:1.24 --- lilypond/Documentation/user/global.itely:1.23 Thu Jul 7 06:41:18 2005 +++ lilypond/Documentation/user/global.itely Fri Jul 15 17:55:55 2005 @@ -912,21 +912,21 @@ } \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 _______________________________________________ Lilypond-cvs mailing list Lilypond-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-cvs