Re: Access font-name in markup functions

2012-04-26 Thread Urs Liska
Hello Jan-Peter, thank you for this information. This is exactly what I needed! Can I find this in the docs? To get a better understanding ... Best Urs Am 25.04.2012 10:37, schrieb Jan-Peter Voigt: Hello Urs, if you are using the current devel version, you can wrap any markup with #{ #}

Re: Access font-name in markup functions

2012-04-26 Thread James
Hello, On 26 April 2012 21:11, Urs Liska li...@ursliska.de wrote: Hello Jan-Peter, thank you for this information. This is exactly what I needed! Can I find this in the docs? To get a better understanding ... It's mentioned here at least

Access font-name in markup functions

2012-04-25 Thread Urs Liska
Hello community, I didn't find this in the manual: How can I translate \markup { \override #'(font-name . XY) Test } in a markup function? I only found how to translate e.g. \markup \italic Test etc. to #:italic. Best Urs ___ lilypond-user mailing

Re: Access font-name in markup functions

2012-04-25 Thread Jan-Peter Voigt
Hello Urs, if you are using the current devel version, you can wrap any markup with #{ #} --snip-- \version 2.15.37 #(define-markup-command (nfont layout props arg)(markup?) (interpret-markup layout props #{ \markup { \override #'(font-name . DejaVu Sans) $arg } #})) \markup {