lilypond-user
[Top][All Lists]
Advanced

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

Markup : convert to v2.18/v2.19 generate error


From: Pierre Perol-Schneider
Subject: Markup : convert to v2.18/v2.19 generate error
Date: Tue, 18 Nov 2014 11:14:35 +0100

but this gives me
"error: unexpected post-event".

So I've come up with this function :

ti =
#(define-music-function (parser location button) (string?)
  (if cadb
    #{
      \markup
      \override #'(direction . 0)
      \fontsize #-1.5 #button
    #}
    #{
      \markup
      \override #'(direction . (rang button))
      \underline \fontsize #-1.5 #(touchnum button)
    #}))


but I'm still stuck with another error :

error: music function cannot return \markup \override #'(direction rang button) \underline \fontsize #-1.5 "3"


Herewith is a tiny example that shows the problem.

TIA, cheers,
Pierre



Attachment: arnaudEssai.ly
Description: Text Data


reply via email to

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