lilypond-devel
[Top][All Lists]
Advanced

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

Re: Support articulations, slurs and breaths in MIDI (issue 26470047)


From: Devon Schudy
Subject: Re: Support articulations, slurs and breaths in MIDI (issue 26470047)
Date: Fri, 6 Dec 2013 16:24:54 -0500

address@hidden wrote:
> There is, however, one restriction that does not appear to serve any
> purpose apart from being a restriction.

Worse, it didn't even work, because ly_prob_type_p returns a Scheme
boolean, so it's always true. :( Anything, even non-music, was
allowed.

> lily/parser.yy:2821: } else if (ly_prob_type_p (s, ly_symbol2scm
> ("ArticulationEvent"))) {
> I think there is no point in restricting the type to an
> ArticulationEvent.  Just use a check for it being music and is_mus_type
> ("post-event") here.

OK, done.



reply via email to

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