amazing!  Thank you!
Il 10/giu/2015 09:37 "Nathan Ho" <when.possi...@gmail.com> ha scritto:

> On Tue, Jun 9, 2015 at 11:11 PM, Marco Bagolin <bagolin.ma...@gmail.com>
> 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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to