On 30 August 2010 22:24, mark damerell <[email protected]> wrote:
>
> V. 2.12.3
>
> I am trying to set a file that consists of several short pieces, each
> with a title. Each piece is a \score and each title a \markup:
>
> header of whole file
>
> \markup { title 1}
>
> \score 1
>
> \markup { title 2}
>
> \score 2
>
> etc.
>
> I think that there is too much vertical space between each title and
> its score, even with
>
> after-title-space=0\cm
>
> I tried putting the titles into a \header block in each score, that
> made the problem worse.
Strange.
Are you sure you used the right syntax?
Something like
\paper {
after-title-space = #0
}
\score {
\new Staff { c'4 }
\header {
piece = "Piece 1"
}
}
\score {
\new Staff { c'4 }
\header {
piece = "Piece 2"
}
}
should work on 2.12.3.
> Also Lilypond frequently breaks pages between a
> title and its score.
You could also use \bookpart , see NR 3.1.2 Multiple scores in a book
http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Multiple-scores-in-a-book
Cheers,
Xavier
--
Xavier Scheuer <[email protected]>
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user