lilypond-user
[Top][All Lists]
Advanced

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

Re: function does not replicate \markup?


From: address@hidden
Subject: Re: function does not replicate \markup?
Date: Sun, 24 Jun 2012 13:01:11 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:13.0) Gecko/20120614 Thunderbird/13.0.1

On 2012-06-24 12:40, Thomas Morley wrote:
Try:

\version "2.14.2"

fN =
#(define-music-function (parser location fretp) (string?)
     (make-music
        'TextScriptEvent
        'direction
        -1
        'text
        (markup #:line (#:box (#:italic fretp)))))

{
         <c' e' g' >_\markup { \box \italic { 8 } }
         <c' e' g'>-\fN "8"
}


This version worked even better!

Thank you very much!
// Anders

--
English isn't my first language.
So any error or strangeness is due to the translation.
Please correct my English so that I may become better.




reply via email to

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