lilypond-user
[Top][All Lists]
Advanced

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

Re: avoid orphan


From: Gianmaria Lari
Subject: Re: avoid orphan
Date: Wed, 20 Jun 2018 12:38:49 +0200

My apologies, my msg. was not clear.

I wanted the score and the text on the same page. I tried with \noPageBreak and it works well. I will test also the header later.

Thanks a lot Jan and Malte

On Wed, 20 Jun 2018 at 10:43, Jan-Peter Voigt <address@hidden> wrote:
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
>


_______________________________________________
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]