From: Han-Wen Nienhuys Date: Tue, 1 Jun 2004 20:17:39 +0000 (+0000) Subject: don't do piece, it should be in score-title X-Git-Tag: release/2.3.4~39 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bdf9a011d3d07728eff2229ea8a766a4007e95ee;p=lilypond.git don't do piece, it should be in score-title only. --- diff --git a/ChangeLog b/ChangeLog index c9dc7b6529..2391b6eee7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-06-01 Han-Wen Nienhuys + * scm/page-layout.scm: don't do piece, it should be in score-title + only. + * lily/lexer.ll: lex \score separately. * lily/paper-book.cc: junk stencil2line. diff --git a/scm/page-layout.scm b/scm/page-layout.scm index f3cb9ff895..9eeb91cf14 100644 --- a/scm/page-layout.scm +++ b/scm/page-layout.scm @@ -286,10 +286,13 @@ (list "" (markup #:fill-line (#:large #:bigger (get 'instrument)))) '()) - (if (has 'piece) - (list "" - (markup #:fill-line (#:large #:bigger #:caps (get 'piece) ""))) - '()) + + ;; piece is done in the score-title +; (if (has 'piece) +; (list "" +; (markup #:fill-line (#:large #:bigger #:caps (get 'piece) ""))) +; '()) + ))))))) )))