Comment #16 on issue 1055 by [email protected]: 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


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to