lilypond-user
[Top][All Lists]
Advanced

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

Re: latest version breaks some functions


From: Federico Bruni
Subject: Re: latest version breaks some functions
Date: Sat, 5 Jul 2014 10:31:19 +0200

2014-07-05 0:30 GMT+02:00 michael webster <address@hidden>:
Hey all - I upgraded from 2.14 to 2.18 and this function which had used to work fine now throws an error

metMod = #(define-music-function (parser location valueI valueII) (string? string?)
    #{
    \once \override Score.RehearsalMark #'outside-staff-priority = #1000
      \mark \markup {
         \concat {
            \smaller \general-align #Y #DOWN \note #$valueI #1
            " = "
            \smaller \general-align #Y #DOWN \note #$valueII #1
          }
      }
    #}
  )

the error is somthing like  "GUILE expects input type string instead of input type <unassigned> " at  #$valueI in line below

            \smaller \general-align #Y #DOWN \note #$valueI #1

any idea what's broken??

thanks in advance - cheers Michael

you should use \version "2.14.0" and run convert-ly on it

 

reply via email to

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