lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: \paper block inside \bookpart


From: tisimst
Subject: Re: \paper block inside \bookpart
Date: Wed, 24 Jun 2015 10:39:15 -0700 (MST)

Robert,

Doesn't look like you're doing anything wrong. In the code, it doesn't appear that \bookpart is sensitive to this variable, except from the top-level \paper block. I'm CC-ing the bug list because I'm not sure how the \paper blocks are differentiated in top-level, \book and \bookpart blocks.

For reference: the offending code is found in lily/paper-book.cc, in function Paper_book::output_aux.

- Abraham

On Wed, Jun 24, 2015 at 3:22 AM, Robert Schmaus [via Lilypond] <[hidden email]> wrote:
Dear Ponderers,

according to

http://www.lilypond.org/doc/v2.18/Documentation/notation/the-paper-block

I should be able to put a \paper statement within a \bookpart block. I
have a situation where I have a (global) paper statement and would like
to add an additional \paper block to each \bookpart with a specific page
number. I tried it like this

\version "2.18.2"

\paper { max-systems-per-page = #10 }

\book{
  \bookpart {
    \paper { first-page-number = #20 }
    \score { \new Staff { \repeat unfold 500 { c'' } } }
  }

  \bookpart {
    \paper { first-page-number = #20 }
    \score { \new Staff { \repeat unfold 500 { d'' } } }
  }
}


but this doesn't seem to work. Am I missing something?

Cheers,
Robert

_______________________________________________
lilypond-user mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/lilypond-user



If you reply to this email, your message will be added to the discussion below:
http://lilypond.1069038.n5.nabble.com/paper-block-inside-bookpart-tp178150.html
To start a new topic under User, email [hidden email]
To unsubscribe from Lilypond, click here.
NAML



View this message in context: Re: \paper block inside \bookpart
Sent from the User mailing list archive at Nabble.com.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]