bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1780 in lilypond: Scheme format functions with no destination


From: lilypond
Subject: Re: Issue 1780 in lilypond: Scheme format functions with no destination parameter cause deprecation warnings in Guile V2
Date: Thu, 28 Jul 2011 08:03:10 +0000

Updates:
        Cc: address@hidden

Comment #4 on issue 1780 by address@hidden: Scheme format functions with no destination parameter cause deprecation warnings in Guile V2
http://code.google.com/p/lilypond/issues/detail?id=1780

On a system with Guile V2, the call from titling-init.ly before your change caused Guile to signal a deprecation warning from (ice-9 format), before causing Lilypond to abort the compilation completely.

====
tagline = \markup {
  \with-url

  #"http://lilypond.org/";
  \line {

    %% 2014 = em dash.

    #(ly:export
<<<< Before fix
      (format "Music engraving by LilyPond ~a~awww.lilypond.org"
====
      (format #f "Music engraving by LilyPond ~a~awww.lilypond.org"

       (lilypond-version)
       (ly:wide-char->utf-8 #x2014)
       ))
  }
}
====

Here's a log from firing up lily to compile a simple file before applying your patch. Thanks for your work so far in helping to trace this, I'll add some more information shortly,

Cheers Ian


Attachments:
        2-15-6-crash.log  10.5 KB




reply via email to

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