lilypond-user
[Top][All Lists]
Advanced

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

Re: A title with a transposing note name


From: Michael Gerdau
Subject: Re: A title with a transposing note name
Date: Tue, 13 Oct 2015 10:50:34 +0200
User-agent: KMail/4.14.10 (Linux/4.2.3-1-ARCH; KDE/4.14.12; x86_64; ; )

> Yes, that is what I said: "while my version has it inside and this
> causes an error",
> The error message suggests putting it in a \layout block, but that also
> is an error.
> I can't help thinking that there must be something much simpler some
> sort of music function that takes a note name (as a music e.g.
> \transpose f g {cis}) and generates a markup (or rather whatever would
> be valid inside \markup).

I would expect that you can specifically override the font for the
ChordNames. It has a font-family property. However I have no idea
how that can be achieved. Namely I don't know which particular
incantation needs to be invoked.

I'd expect something along the line
\version "2.19.25"

\header {
 title = \markup {Sonata in\score {
 \new ChordNames { f' }
 \layout{indent=0.0
 \set ChordNames.font-family = "Times New Roman" 
}
 but that doesn't do the trick.

Or something like (in the above):
...
 title = \markup {Sonata in\override some-property \roman \score {
...

But again I did not find a working solution.

Kind regards,
Michael
-- 
 Michael Gerdau       email: address@hidden
 GPG-keys available on request or at public keyserver

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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