lilypond-user
[Top][All Lists]
Advanced

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

Re: Using tiny inside a chord


From: David Kastrup
Subject: Re: Using tiny inside a chord
Date: Fri, 04 Dec 2015 23:00:08 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Alberto Simões <address@hidden> writes:

> hello
>
> I discussed this some time ago, I think...
>
> why doesn't this work?
>
>    <a \tiny c \tiny e a >
>
> but it works if I apply tiny to the whole chord?

\tiny is not "applied" to anything but sets the context property
fontSize.  I find that a bit peculiar, but you can instead use

<a \tweak font-size #-2 c \tweak font-size #-2 e a>

or define

miny = \tweak font-size #-2 \etc

and <a \miny c \miny e a >


-- 
David Kastrup



reply via email to

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