lilypond-user
[Top][All Lists]
Advanced

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

Re: Size of title with multiple scores on a page


From: Nick Payne
Subject: Re: Size of title with multiple scores on a page
Date: Sat, 27 Sep 2014 17:22:46 +1000
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2

On 27/09/2014 16:39, address@hidden wrote:


Hi,

I've managed to make some real progress getting my head around
Lillypond, and I'd have to say that the output quality is awesome
compared to what I'd previously been using.

I've spent a few hours looking, tried a lot of things and still cannot
get what I'm after here.

In the pared-down (but possibly not minimal) example-- there's a
fair bit of generated code that is there because I'm not completely
sure what it does -- yet.

What I would like to do is to have the "piece" titles display in a larger
and bold font. Is this possible?

And is there a way to keep it happy with the less than full final bars?

1. Put the title of each piece in a markup. eg:

piece = \markup \bold \fontsize #2 { "A Fool Such as I" }

2. If you want the last line of each piece not to be justified, add

ragged-last = ##t

as a line in the \paper block



reply via email to

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