bug-lilypond
[Top][All Lists]
Advanced

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

Issue 715 in lilypond: \bookparts omit first page number, even when tha


From: codesite-noreply
Subject: Issue 715 in lilypond: \bookparts omit first page number, even when that page number is not 1
Date: Wed, 24 Dec 2008 04:50:41 +0000

Status: Accepted
Owner: gpermus
Labels: Type-Defect Priority-Low

New issue 715 by gpermus: \bookparts omit first page number, even when that page number is not 1
http://code.google.com/p/lilypond/issues/detail?id=715

%{
the following file does *not* print page 3 since it's the first page in the second
bookpart.  Easy work-around:
  \paper{  print-first-page-number = ##t }
but IMO the default should be to print all numbers that aren't 1.


I suspect that we'll have a whole bundle of issues about what the default in \bookparts should
be; it might actually be worth discussing it on -user.
%}

\version "2.12.0"
\bookpart {
  \score {
    \new Staff { \repeat unfold 139 { c'1 d'1 } }
  }
}
\bookpart {
  \score {
    \new Staff { \repeat unfold 97 { c'1 d'1 } }
  }
}



--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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