lilypond-user
[Top][All Lists]
Advanced

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

Re: Formatting Titles...


From: Marco Bagolin
Subject: Re: Formatting Titles...
Date: Wed, 10 Jun 2015 11:56:31 +0200

amazing!  Thank you!

Il 10/giu/2015 09:37 "Nathan Ho" <address@hidden> ha scritto:
On Tue, Jun 9, 2015 at 11:11 PM, Marco Bagolin <address@hidden> 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 

reply via email to

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