lilypond-user
[Top][All Lists]
Advanced

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

Re: how to force one system per page


From: Kieren MacMillan
Subject: Re: how to force one system per page
Date: Sun, 11 Jun 2006 13:08:47 -0400

Hi, Nicolas:

hm, I was thinking about something really hacky.

That *is* pretty hacky...  ;-)

However, it did give me the hint I needed to solve the problem perfectly -- see attached.

Many thanks!
Kieren.
___________________________________

%%%  CODE SNIPPET BEGINS
\version "2.9.8"

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

systemIsolator = \override Score.NonMusicalPaperColumn #'line-break- system-details = #'((next-padding . 1000))

theNotes = \relative c'
{
        c c c c \systemIsolator \break
        c c c c \break
        c c c c \break
}

\score
{
        << \theNotes >>
        \header
        {
                title = "Most Excellent One-System-Per-Page Masterpiece"
        }
}
%%%  CODE SNIPPET ENDS




reply via email to

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