lilypond-user
[Top][All Lists]
Advanced

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

Re: Ritardando and accelerando


From: Noeck
Subject: Re: Ritardando and accelerando
Date: Tue, 27 Jan 2015 07:12:46 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hi Peter,

just to give you some alternatives at hand:
1. The override can be defined earlier if you want the music part of your file
to look cleaner/shorter.
2. If you do not need/want the spanner lines, a simple text ^"..." does the 
trick.
3. This text (as well as the spanner text) can be formatted, e.g. with italics.


\version "2.18.2"

rit = { \override TextSpanner.bound-details.left.text = \markup { \upright
"rit." } }

\relative {
  % use the definition above
  \rit
  b1\startTextSpan c
  e,\stopTextSpan
  % simple annotation without spanner
  c'^"rit."
  % same in italics
  c^\markup \italic "rit."
}


HTH,
Joram


PS: Wouldn’t it be nice to have these commands (or similar):
b1\startText "rit." c e,\stopText



reply via email to

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