lilypond-user
[Top][All Lists]
Advanced

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

Re: after title space


From: Bainos
Subject: Re: after title space
Date: Wed, 4 Jul 2007 06:38:25 -0700 (PDT)


Bainos wrote:
> 
> hi!
> 
> I have a problem in setting the spaceaftertitle.
> Setting aftertitlespace in a \paper block alters the separation but it  
> does it for all the \markup in the score. I want to set the space only
> after the title..
> Sorry for my english, I dont know ifi?m clear enaught..
> Here is some code
> 
> 
>> \paper {after-title-space = 1.5\cm}  %%this set the space after every
>> \markup..
>> 
>> \header {title =\markup \center-align { "Paradidle Grooves" }
>> }
>> 
>> I = \drummode {\repeat unfold 2 {bd16 sn bd bd sn bd sn sn}
>> }
>> 
>> II = \drummode {\repeat unfold 2 {bd16 sn sn bd sn bd bd sn}
>> }
>> 
>> III = \drummode {\repeat unfold 2 {bd16 bd sn bd sn sn bd sn}
>> }
>> 
>> IV = \drummode {\repeat unfold 2 {bd16 sn bd sn sn bd sn bd}
>> }
>> 
>> \markup {"First"}
>> \new DrumStaff {<<\new DrumVoice { \voiceOne  \I }>>}
>> 
>> \markup {"Second"}
>> \new DrumStaff {<<\new DrumVoice { \voiceOne  \II }>>}
>> 
>> \markup {"Third"}
>> \new DrumStaff {<<\new DrumVoice { \voiceOne  \III }>>}
>> 
>> \markup {"Fourth"}
>> \new DrumStaff {<<\new DrumVoice { \voiceOne  \IV }>>}
>> 
> 
> 
> I would like to set only the space between the title and all other
> things..
> 
> thanks!
> 

I solved in ths way:



> \paper {before-title-space = 1.5\cm}  %%this set the space after every
> \markup..
> 
> \header {title =\markup \center-align {\rise #10 "Paradidle Grooves" }
> }
> 

-- 
View this message in context: 
http://www.nabble.com/after-title-space-tf4019660.html#a11431109
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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