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 <[email protected]>
> Subject: Re: New piece header in the same score
> To: Jayaratna <[email protected]>
> Cc: [email protected]
> Message-ID:
> <[email protected]>
> Content-Type: text/plain; charset=UTF-8
>
> 2010/7/25 Jayaratna <[email protected]>:
>
>> 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 <[email protected]>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Sun, 25 Jul 2010 09:29:57 -0700 (PDT)
> From: Jayaratna <[email protected]>
> Subject: Re: New piece header in the same score
> To: [email protected]
> Message-ID: <[email protected]>
> 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 <[email protected]>:
>>
>>> 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 <[email protected]>
>>
>> _______________________________________________
>> lilypond-user mailing list
>> [email protected]
>> http://lists.gnu.org/mailman/listinfo/lilypond-user
>>
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user