lilypond-user
[Top][All Lists]
Advanced

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

Re: Spontini and page numbers


From: Paolo Prete
Subject: Re: Spontini and page numbers
Date: Thu, 1 Aug 2024 08:57:23 +0200

This is a LilyPond bug, not a Spontini issue. Which LilyPond version are you currently using? Did you try other versions as well?
In any case, if changing LilyPond doesn't solve the issue I can show you alternative ways to print page numbers, but I will be home with my PC available on Monday, so please be patient.


Il mer 31 lug 2024, 23:56 bobroff@centrum.is <bobroff@centrum.is> ha scritto:
Spontini (v1.25) is behaving oddly in the following example.  In SVG mode the following code will compile, but both pages will not be available in the browser panel, only the first page.  If Spontini is then set to PDF mode, it will behave as expected, but at the cost of the graphic functionality that it offers in SVG mode.  Commenting out the 'first-page-number' variable avoids this but then the page numbering is off.

--David

%%%%%%%%
\version "2.24.4"

\book {
  \bookpart {
    \score {
      c'1
    }
    \pageBreak
    \score {
      d'1
    }
  }
  \paper{
    print-first-page-number = ##t
    first-page-number = 2
  }
}
%%%%%%%%

reply via email to

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