lilypond-user
[Top][All Lists]
Advanced

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

Re: New piece header in the same score


From: Jayaratna
Subject: Re: New piece header in the same score
Date: Mon, 26 Jul 2010 21:10:57 -0700 (PDT)

Thank you Heather,

this is useful too. It splits the piece in two separate scores, but I am
sure it will come useful sometimes.

Andrea



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

-- 
View this message in context: 
http://old.nabble.com/New-piece-header-in-the-same-score-tp29266400p29272840.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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