lilypond-user
[Top][All Lists]
Advanced

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

Re: Aligning a tempo marking with a note


From: Noeck
Subject: Re: Aligning a tempo marking with a note
Date: Thu, 19 Nov 2015 19:13:50 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

Hi David,

you should rather stick to the right syntax and tweak the appearance of
these texts:

\version "2.19.21"

\layout {
  \override TextScript.font-series = #'bold
}

{
  a^"rit." a a a
}

Or, if you want to use it only occationally:

{
  a^\markup \bold "rit." a a^"other" a
}

Cheers,
Joram



reply via email to

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