lilypond-user
[Top][All Lists]
Advanced

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

Re: piece title


From: bart deruyter
Subject: Re: piece title
Date: Mon, 24 Feb 2014 12:32:00 +0100

hi all,

thanks for the suggestions.

Repeats are not an option, in the small example I only showed one note, to illustrate the piece title issue, the rest of the music differs in the full score as you can see in my far from minimal example. 
There you can see the context.

The piece title is exactly the kind of title I need from the perspective of content, because there are 10 pieces of music on each page. 

The other options give some possibilities but still not satisfactory. The piece titles still move up and down on different scores too much.  I'm going for the \raise and \lower option in each individual score anyway, it gives me exact control over the position.

grtz,

Bart

http://www.bartart3d.be/
On facebook
On Twitter
On Identi.ca
On Google+


2014-02-22 23:37 GMT+01:00 Thomas Morley <address@hidden>:
2014-02-22 17:36 GMT+01:00 Ed Gordijn <address@hidden>:
> Hi Harm, Bart,
>
>
> The "piece" title seems by default to be aligned in height to the highest
> note, which causes the piece title to collide with the clef when the music
> is going into the lower regions.
>
>
> So you need a bit more spacing between your title and the first system.
>
> I think using "piece=..." is not the appropiate thing for your usecase.
>
>
> Why not? I would say that you could increase the markup-system-spacing.

Well, depends what behaviour is wanted ...

>
> \version "2.18.0"
>
>
> \paper {
>
> indent = 0
>
> scoreTitleMarkup = \markup { \bold \large \scoreTitleMarkup }
>
> markup-system-spacing = #'((basic-distance . 10)(minimum-distance .
> 10)(padding . 1)(stretchability . 60))
>
> }
>
>
> \score {
>
> \new Staff { c'1 }
>
> \header { piece = "N°.20. with basic-distance" }
>
> }
>
>
> \score {
>
> \new Staff { \tempo "Allegro" c''''1}
>
> \header { piece = "N°.21. but make room when necessary" }
>
> }
>
>
>
> Greetings, Ed


reply via email to

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