lilypond-user
[Top][All Lists]
Advanced

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

Re: tweak of the crescendotext


From: Mats Bengtsson
Subject: Re: tweak of the crescendotext
Date: Fri, 25 Aug 2006 12:52:33 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20060628 Debian/1.7.8-1sarge7.1

yota wrote:

Hi,

I have some notes where a "poco a poco cresc." must be inserted... so I put

\set crescendoText = \markup { \italic "poco a poco cresc." }
\set crescendoSpanner = #'dashed-line
r4  \times 2/3 { a8->( \accent \< bes a) \!} r4

and it worked, but the text is too long, it goes over the end of the page
and the vertical position make it collide with the \accent.
Well with a little vertical padding and a centered alignment it should do
the trick.
As a musician I would be very confused if you used centered
alignment, since I wouldn't realize exactly where you want
the crescendo to start. As far as I can recall from printed
music, the text is normally broken over the line break in
such situations, at least if the crescendo is long (your example
seems like an extremely short crescendo to be able to do
"poco a poco"). Another possibility would be to do
\markup{\italic \column {\line {poco a poco} cresc. }}

But I'm not fluent enough with "contexts" and "properties" stuff, and the
documentation keeps confusing me.

is such a dynamic indication a TextScript or a DynamicText or something else
?... I tried some tweaks but everything failed.

DynamicText should be the relevant object.

  /Mats




reply via email to

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