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 11:03:56 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:13.0) Gecko/20120614 Thunderbird/13.0.1

On 2012-06-24 05:43, David Kastrup wrote:
Because it is a rehearsal mark rather than a text script?
This makes sense! I tried to use TextScript but it didn't work.

fN = #(define-music-function (parser location fretp ) (string?)

      #{

        \once \override TextScript #'self-alignment-X = #RIGHT

       \once \override TextScript #'direction = #DOWN

        \mark \markup  { \box \italic \small  $fretp }

      #}

      )


If you write the contents of the music function in the file rather than a text script
I'm sorry but I don't understand what you are saying? Could you possibly make a code sample

Try to see whether you can convince your mail client to include code without removing its indentation and double-spacing the lines. Makes it easier to talk about code.
Sorry about this. In the mails I get the code looks OK.
I hope that the code above is looking Ok. If not please let me know and I try something different.

BTW, is it possible to attach files with the mail. This might be better when I'm referencing some code?

Thanks for all you help!

// Anders




reply via email to

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