lilypond-user
[Top][All Lists]
Advanced

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

Re: The organ template works fine now but ....


From: Mats Bengtsson
Subject: Re: The organ template works fine now but ....
Date: Sun, 09 Apr 2006 12:29:07 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.0.4)

Did you take a look at the section on Vertical spacing in the manual,
where this property is described? From that description, it should
hopefully be clear that when you do the setting within a staff, it
affects the amount of space to allocate around a specific Staff. Also,
on that page, you will find the default value.

So, the relevant place to do the setting is

\new StaffGroup \with{systemStartDelimiter = #'SystemStartBar } <<
\new PianoStaff <<
 \new Staff \relative c' {c d e f }
 \new Staff \relative c' {\clef bass c b a g }

\new Staff \relative c { *HERE* \clef bass c1 }


Logical, isn't it? :-)

  /Mats

Quoting MX <address@hidden>:

Yhank you for your  answers !

The new scheme you proposed is OK.

But I tried to tune interval between pedal stave et piano staves with
 : * \override Staff.VerticalAxisGroup #'minimum-Y-extent = #'(-1 .
1)* with no result. It changes extent between the groups of three
staves but non between the peadal stave and piano staves.

I varied the value (-1 . 1) with no result, I changes position of the
command \override. Where  have I to place the command \override etc.

\new StaffGroup \with{systemStartDelimiter = #'SystemStartBar } <<
*here ?*
\new PianoStaff <<
*here ?*
  \new Staff \relative c' {c d e f }
  \new Staff \relative c' {\clef bass c b a g }
>>
*here ?*
\new Staff \relative c {\clef bass c1 }
>>

The syntax of the commands in general is confused and not completely
documented.

Thank you.

GG

Le 08.04.2006 20:19,  :

I don't think that helps, since PianoStaff sets a fixed
spacing between its staves.

I would recommend the following solution, which in a
way is easier than what I initially proposed, namely to
use a PianoStaff only for the manual staves and enclose
all three staves in a GrandStaff. The only trick that's needed
then is to get rid of the bracket, which is easy:

\new StaffGroup \with{systemStartDelimiter = #'SystemStartBar } <<
 \new PianoStaff <<
   \new Staff \relative c' {c d e f }
   \new Staff \relative c' {\clef bass c b a g }
 >>
 \new Staff \relative c {\clef bass c1 }
>>


Now, you can change the minimum y extent of the
pedal stave separately, if needed.

  /Mats

Trevor Bača wrote:

have you tried minimum y extent?

On 4/6/06, MX <address@hidden> wrote:



---------- Forwarded message ----------
From: MX <address@hidden>
To: Mats Bengtsson <address@hidden>
Date: Thu, 06 Apr 2006 22:36:02 +0200
Subject: The organ template works fine now but ...
Thank you very much Mats, it works fine now.

If someone asked you how to tune the distance between the pedal staff
and the manuale staves, what would you answer ?  I know someone who
tried very hard with overrideProperty commands, VerticalAlignment etc.
and who did not manage to do anything...

M.X.

Le 05.04.2006 20:09,  :


Simple, just replace StaffGroup by PianoStaff.

 /Mats

GG wrote:


Unfortunately, it seems that this solution doesn't authorize the
staff changes between the manuale staves, as in the Pianostaff command.

M.X.










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







--
Trevor Bača
address@hidden
 ------------------------------------------------------------------------

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












reply via email to

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