bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1055 in lilypond: guile 2.0


From: lilypond
Subject: Re: Issue 1055 in lilypond: guile 2.0
Date: Wed, 20 Oct 2010 20:37:01 +0000


Comment #16 on issue 1055 by address@hidden: guile 2.0
http://code.google.com/p/lilypond/issues/detail?id=1055

Latest status of (not) getting throug initialization using Guile 1.9.12 and 1.9.13.

Apparently successfully compiles the modules loaded in via ly:load until it gets to line 118 or so
                          (cond
                           ((eq? #t (ly:event-property event 'diminished))
                            (markup #:slashed-digit figure))
                           ((eq? #t (ly:event-property event 'augmented-slash))
                            (markup #:backslashed-digit figure))
                           (else (markup #:number (number->string figure 10)))))
                         #f))
The compilation barfs in the markup call
at
markup.scm:292 (compile-markup-expression)
with
error: Not a markup command: line.

Any pointers to fixing this?

Ian




reply via email to

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