lilypond-user
[Top][All Lists]
Advanced

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

page-count problem


From: Patrick Karl
Subject: page-count problem
Date: Mon, 22 Feb 2016 10:40:36 -0600
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

I don't understand why the following snippet doesn't generate a 3-page pdf. It would seem that either page-count=3 or systems-per-page=8 would accomplish that, but I always get a two-page pdf with 12 systems/page with any combination of the above two settings.

\version "2.19.35"

\paper { ragged-last-bottom = ##t }

music = \relative c'' { \repeat unfold 24 { c1 c c c \break } }

\score {
    \new Staff \music
    \layout {
        page-count = 3
%        systems-per-page = 8
    }
}




reply via email to

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