lilypond-user
[Top][All Lists]
Advanced

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

Re: avoid orphan


From: Jan-Peter Voigt
Subject: Re: avoid orphan
Date: Wed, 20 Jun 2018 10:42:57 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

Hi Gianmaria,

like Malte already pointed out, you can use the header field piece. If your intention is something else, I guess you are looking for \noPageBreak:

\score {
{a b c' d'}
\layout {}
\header { piece = "Etude" }
}

\markup "Etude"
\noPageBreak
{a b c' d'}


HTH
Jan-Peter

Am 20.06.2018 um 10:15 schrieb Gianmaria Lari:
I have a code similar to this

    \version "2.19.81"
    \markup "Etude"
    {a b c' d'}

    \markup "Etude"
    {a b c' d'}
    [.....]

Is there any way to keep the markup and score together?


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user





reply via email to

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