Hello all,

If I write:

\version “2.18.2”

...

\header {

…

                title = \markup \override #'(font-name . "Arial Black")
\fontsize #+3 { \bold  "TITLE" }

                subtitle = \markup \raise #1.0 \fontsize #-3 { \italic { "A
Medley for Orchestra" \null}}

…}



Output is :

*TITLE*

*A Medley for Orchestra*



But if I write this:



\header {

…

                title = \markup \override #'(font-name . "Arial Black")
\fontsize #+3 { \bold  "TITLE" }

                subtitle = \markup \raise #1.0 \fontsize #-3 \override
#'(font-name . "Arial") { \italic { "A Medley for Orchestra" \null}}

…}



Output is :



*TITLE*

A Medley for Orchestra



Why “italic” format is ignored ?

I tried to write \override #'(font-name . "Arial") in every position of
subtitle string, but result are the same…

I can’t find my mistake.

Someone can help me?


Thank you in advance








ˑ

Reply via email to