On Tue, Jun 9, 2015 at 11:11 PM, Marco Bagolin <[email protected]>
wrote:
> Hello all.
> I must to format titles.
>
> I write the following code:
>
> \header {
>
> dedication = \markup \override #'(font-name . "Book Antiqua") \bold
> {"Music from the Motion Picture"}
>
> title = \markup \override #'(font-name . "Book Antiqua") \fontsize #+2 {
> \bold "TITLE"}
>
> composer = \markup \override #'(font-name . "Book Antiqua") \bold
> {"COMPOSER"}
>
> arranger = \markup \override #'(font-name . "Book Antiqua") \italic
> {"Arranged by MARCO BAGOLIN"}
>
> tagline = ""
>
> }
>
> But what I wrote is not functioning correctly.
> italic and bold commands are ignored.
>
Hi Marco, try this out:
\header {
dedication = \markup \override #'(font-name . "Book Antiqua Bold") "Music
from the Motion Picture"
title = \markup \override #'(font-name . "Book Antiqua Bold") \fontsize #+2
{ "TITLE"}
composer = \markup \override #'(font-name . "Book Antiqua Bold") "COMPOSER"
arranger = \markup \override #'(font-name . "Book Antiqua Italic")
"Arranged by MARCO BAGOLIN"
tagline = ""
}
Regards,
Nathan
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user