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
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user