Here's what I use.  Should help with the font sizes too, because the
header default font size is larger than the default font size for
markup.  Don't be afraid of markup code, it doesn't have to be
complicated :) and the section on markup in the documentation is
helpful if you want to fine-tune the way it looks.


\header {
        title = "Pas de deux"
        composer = "Heather W. Reichgott"
}

\markup {
        \fill-line { \line { "1. Adagio" }}
}

\score {
<<
music for the first section goes here
>>
}

\markup {
        \fill-line { \line { "2. Variation" }}
}

\score {
<<      
music for the second section goes here
>>
}

etc.

----------------------
>
> Message: 1
> Date: Sun, 25 Jul 2010 18:09:33 +0200
> From: Xavier Scheuer <x.sche...@gmail.com>
> Subject: Re: New piece header in the same score
> To: Jayaratna <jayara...@gmail.com>
> Cc: lilypond-user@gnu.org
> Message-ID:
>        <aanlktinon5qrqutceuhmmum-xsvhjffjdev85hvy6...@mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> 2010/7/25 Jayaratna <jayara...@gmail.com>:
>
>> Ciao Federico,
>>
>> here is a small example: I need to create a new piece title after the
>> double bar.  I think James is right, I will have to use markups: I am
>> not really confident with these, that's why I try to avoid using them.
>
> Hi.
>
> Something like
>
>  \once \override Score.RehearsalMark #'self-alignment-X = #LEFT
>  \once \override Score.RehearsalMark #'font-size = #1
>  \mark \markup { Symphonie - Lentement }
>
> should do something near expected AFAIK.
>
> You could also use a MetronomeMark instead of a RehearsalMark.
>
> Cheers,
> Xavier
>
> --
> Xavier Scheuer <x.sche...@gmail.com>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Sun, 25 Jul 2010 09:29:57 -0700 (PDT)
> From: Jayaratna <jayara...@gmail.com>
> Subject: Re: New piece header in the same score
> To: lilypond-user@gnu.org
> Message-ID: <29260770.p...@talk.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
>
> Dear Xavier,
>
> thank you. I tried to put the code you suggested in the first staff, and it
> works, but the font is bigger than in the initial one.
> Maybe I can use this throughout my score and suppress the piece = "blabla"
> in the header.
>
> Cheers,
> Andrea
>
>
>
>
> Xavier Scheuer wrote:
>>
>> 2010/7/25 Jayaratna <jayara...@gmail.com>:
>>
>>> Ciao Federico,
>>>
>>> here is a small example: I need to create a new piece title after the
>>> double bar.  I think James is right, I will have to use markups: I am
>>> not really confident with these, that's why I try to avoid using them.
>>
>> Hi.
>>
>> Something like
>>
>>   \once \override Score.RehearsalMark #'self-alignment-X = #LEFT
>>   \once \override Score.RehearsalMark #'font-size = #1
>>   \mark \markup { Symphonie - Lentement }
>>
>> should do something near expected AFAIK.
>>
>> You could also use a MetronomeMark instead of a RehearsalMark.
>>
>> Cheers,
>> Xavier
>>
>> --
>> Xavier Scheuer <x.sche...@gmail.com>
>>
>> _______________________________________________
>> lilypond-user mailing list
>> lilypond-user@gnu.org
>> http://lists.gnu.org/mailman/listinfo/lilypond-user
>>

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to