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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user



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

Reply via email to