lilypond-user
[Top][All Lists]
Advanced

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

How to attach markup to several notes


From: Ivanov Dmitry
Subject: How to attach markup to several notes
Date: Tue, 9 May 2017 11:47:18 +0300
User-agent: Mutt/1.6.1 (2016-04-27)

Code:

\version "2.18.2"
\relative f'{
 f8_\markup {F} <a c f>
}

How can I attach the markup to several notes, so the text was put
between them?

Something like this:

\version "2.18.2"
\relative f'{
 {f8 <a c f>}_\markup {F}
}

Attachment: 1.png
Description: PNG image


reply via email to

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