lilypond-user
[Top][All Lists]
Advanced

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

Re: Group notes with different fonts


From: Aaron Hill
Subject: Re: Group notes with different fonts
Date: Wed, 19 Jun 2019 06:39:54 -0700
User-agent: Roundcube Webmail/1.3.8

On 2019-06-18 8:21 pm, Francesco Petrogalli wrote:
Hi,

Is there a way to print the following bar:

```
r2 <a d>4 <g c>
```

so that the lower notes are printed in \tiny fonts, and the upper ones
are printed with \normalfont?

I tried the the approches below but none off them works:

```
r2 <\tiny g \normalsize c>4 <a d> |
r2 \new Voice << {\tiny a4 g} {\normalsize d' c} >> |
```


Does \tweaking font-size work for you?

%%%%
\version "2.19.82"

\fixed c' {
  r2
  <a \tweak font-size #-2 d>4
  <g \tweak font-size #-2 c>
}
%%%%


-- Aaron Hill



reply via email to

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