lilypond-user
[Top][All Lists]
Advanced

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

\paper block inside \bookpart


From: Robert Schmaus
Subject: \paper block inside \bookpart
Date: Wed, 24 Jun 2015 11:22:06 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

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



reply via email to

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