bug-lilypond
[Top][All Lists]
Advanced

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

Re: DynamicTextSpanner - 3 bugs?


From: Graham Percival
Subject: Re: DynamicTextSpanner - 3 bugs?
Date: Tue, 14 Aug 2007 14:09:54 -0700
User-agent: Thunderbird 1.5.0.12 (Macintosh/20070509)

I'm happy to report that issues 1 and 3 have been fixed in 2.11.29 (and quite possible 2.10.29, although I'm not certain). As Joe mentioned, the second problem is currently issue 143.

Once I've finished processing the current bugs, I'm going to check the old bugs in the tracker and bring unanswered questions (like this) to attention again.

Cheers,
- Graham


Fairchild wrote:
The three score blocks below show three flaky things that don't seem to be
in the list.

In the first, the cresc. - - - - continues over the decr.

In the second, \setTextCresc and \setTextDecresc are reset after one use.
Bug or undocumented feature?

In the third, \override DynamicTextSpanner #'dash-period = #0 causes lily to
get lost and quit.

                           - Bruce

%%%%%%%%%%%%%%%%%%%%%

\version "2.8.5" % Windows XP

{ \relative c'' {
\setTextCresc \setTextDecresc
c1\< ^"as expected, except line too long" c c\!\> c\!
\setTextCresc \setTextDecresc
c1\< c c\!\> c\! } }

{ \relative c'' {
\setTextCresc \setTextDecresc
c1\< ^"setTextCresc and setTextDecresc don't stick" c c\!\> c\!
c\< c c\!\> c\! } }

{ \relative c'' {
\setTextCresc \setTextDecresc
\override DynamicTextSpanner #'dash-period = #1
c1\<^"dash-period = 1" c c\!\> c\!
\setTextCresc \setTextDecresc
\override DynamicTextSpanner #'dash-period = #0
c1\<^"dash-period = 0" c c\!\> c\!
} }

%%%%%%%%%%%%%%%%%%%%%
_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond






reply via email to

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