lilypond-user
[Top][All Lists]
Advanced

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

Re: changing staff size in "\score" context


From: Eby Mani
Subject: Re: changing staff size in "\score" context
Date: Wed, 21 Nov 2012 22:53:14 -0800 (PST)

Thanks, the file compiled with multiple "warning: cannot resolve rest 
collision: rest direction not set" errors in vocal part, where SA and TB rests 
are combined.

I'm using the following,

*****************************
global = {
  \tempoMark
  \tempo 8 = 132
  \key g \major
  \time 6/8
  \set Score.skipBars = ##t
\override Rest #'style = #'classical
\compressFullBarRests
\revert Rest #'direction
\revert MultiMeasureRest #'staff-position

}

******************************

Eby


----- Original Message -----
From: David Kastrup <address@hidden>
To: address@hidden
Cc: 
Sent: Wednesday, November 21, 2012 7:02 PM
Subject: Re: changing staff size in "\score" context

Eluze <address@hidden> writes:

> Eby Mani wrote
>> Hi, I don't know how to change staff size in the following scenario, need
>> to reduce the size of Organ staff in the score which should be given to
>> the choir and vice versa for the Organist.
>> 
>> Are there any commands that can be used in "\score" context ?. I don't
>> want to mess anything where the music part is.
>
> you can do this in the \layout section:
>
> \context {
>       \PianoStaff
>       fontSize = #-3
>       \override StaffSymbol.staff-space = #(magstep -3)
>       \override StaffSymbol.thickness = #(magstep -3)
>     }

Well, seems like the recent optional override syntax change catches on
like wildfire.

For versions before 2.17.6, this will need to be

    \override StaffSymbol #'staff-space = #(magstep -3)
    \override StaffSymbol #'thickness = #(magstep 3)

If people forget the old syntax as fast as it appears, we'll probably
need to push out 2.18 rather soon, or nobody will be able to help the
poor sods stuck with 2.16 any more.  I don't think that a backport of
the backward-compatible parts of this patch set (basically only
\override and \revert) would be appropriate for a stable release series.

-- 
David Kastrup


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



reply via email to

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