lilypond-user
[Top][All Lists]
Advanced

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

Re: titles & scores


From: Xavier Scheuer
Subject: Re: titles & scores
Date: Mon, 30 Aug 2010 22:37:27 +0200

On 30 August 2010 22:24, mark damerell <address@hidden> 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 <address@hidden>



reply via email to

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