denemo-devel
[Top][All Lists]
Advanced

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

[Denemo-devel] [bug #46428] LilyPond import is broken


From: Richard Shann
Subject: [Denemo-devel] [bug #46428] LilyPond import is broken
Date: Sat, 14 Nov 2015 12:41:04 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.3.0

Follow-up Comment #1, bug #46428 (project denemo):

Not all LilyPond files are failing - Denemo's own ones are and it seems to be
this syntax:

DenemoGlobalTranspose = #(define-music-function (parser location
arg)(ly:music?) #{\transpose c c #arg #})


That is causing the parsing to hang - my guess is that the first # causes the
parser to ask the guile expression reader to exhaust the stuff that follows,
but that stuff contains the #{ #} syntax which is not Scheme but special
LilyPond syntax. So this then causes guile to throw an error and no recovery
appears to be made from it.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?46428>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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