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
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond




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

Reply via email to