lilypond-user
[Top][All Lists]
Advanced

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

Re: How to align text vertically and change font document-wise


From: Lukas-Fabian Moser
Subject: Re: How to align text vertically and change font document-wise
Date: Wed, 1 Sep 2021 16:28:32 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

Hi Dmitry,

Am 01.09.21 um 10:50 schrieb Ivanov Dmitry:
Here is the minimal working example:

\relative c'' {
   \clef violin
   \time 3/4
   c,2_"C" e8_"E" c'_"C"
   g'2.
   f4 e d
   c4 c, r
}

Adding to Jean's excellent advice: I found that if I have a lot of annotations of that kind that should be aligned vertically, I find it often more convenient to just abuse Lyrics for that.

In very simple situations like that of your example, even \addlyrics { } is enough:

\relative c'' {
  \clef violin
  \time 3/4
  c,2 e8 c'
  g'2.
  f4 e d
  c4 c, r
}
\addlyrics {
  C E C
}

Lukas




reply via email to

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