Hi Kieren,

thanks for your fast reply.
I tried your code and read the chapter about vertical spacing (I obviously 
searched for the wrong keywords before) but it doesn't really do what I want.
Now the distance of the staves is increased in every system by an equal amount 
of steps but I just want to increase the distance in those systems where the 
distance between staves isn't already higher than default (caused by dynamics 
for example).

regards,

Tao

-------- Original-Nachricht --------
> Datum: Mon, 15 Sep 2008 08:52:17 -0400
> Von: Kieren MacMillan <[EMAIL PROTECTED]>
> An: Tao Cumplido <[EMAIL PROTECTED]>
> CC: lilypond-user Mailinglist <lilypond-user@gnu.org>
> Betreff: Re: increasing min. distance between staves in a PianoStaff

> Hi Tao,
> 
> > Which do you want: a minimal distance, or a fixed distance?
> > Both are possible, but it requires two different mechanisms.
> 
> Sorry… rereading your post, I see that your question was pretty clear  
> (and I am, apparently, pretty dense this morning).
> The following should give you a hint on how to keep a minimum  
> distance in a PianoStaff — I don't think there's a "simpler" method  
> (this one's pretty easy, IMO).
> 
> HTH!
> Kieren.
> 
> %%%%%%%%%%%%%%%%%%%%%%%%%%
> 
> \version "2.11.57"
> 
> musicRH = \relative
> {
>       c' d e f g f e d c1 \break
> }
> musicLH = \relative
> {
>       \clef bass
>       c4 b a g f g a b c1 \break
> }
> 
> \score
> {
>       \new PianoStaff
>       <<
>               \new Staff = "Staff_pfUpper" \musicRH
>               \new Staff = "Staff_pfLower" \musicLH
>       >>
> }
> 
> \score
> {
>       \new PianoStaff
>       <<
>               \new Staff = "Staff_pfUpper"
>                       \with { \override VerticalAxisGroup #'minimum-Y-extent 
> = #'(-6 . 4) }
>                       \musicRH
>               \new Staff = "Staff_pfLower"
>                       \with { \override VerticalAxisGroup #'minimum-Y-extent 
> = #'(-4 . 6) }
>                       \musicLH
>       >>
> }
> 
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> http://lists.gnu.org/mailman/listinfo/lilypond-user

-- 
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/[EMAIL PROTECTED]


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

Reply via email to