lilypond-user
[Top][All Lists]
Advanced

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

Re: stretchable systems


From: Graham Percival
Subject: Re: stretchable systems
Date: Thu, 25 Aug 2005 23:26:12 -0700


On 25-Aug-05, at 8:12 PM, address@hidden wrote:

to get this to apply to all the voices in a staff.  From this, I
conclude that you could probably (?) say

   \set Score.minimumVerticalExtent = #'(-7  .  7)

to get it to apply to all the staves in a Score.  There's a piece I'm

The best way to do this is like this:

\layout { \context { \Score
  minimumVerticalExtent = #'(-7 . 7)
}}


Nicolas is trying to do something a bit more difficult; he wants to
have this set automatically, which is very tricky to program.

Cheers,
- Graham





reply via email to

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