Hi Paul,
Replace
> \override VerticalAxisGroup #'remove-first = ##t
with
\context { \Score \override VerticalAxisGroup #'remove-first = ##t }
Hope this helps!
Kieren.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/ma
On Sat, Dec 14, 2013 at 07:42:46PM -0500, Kieren MacMillan wrote:
> Hi Paul,
>
> Replace
>
> > \override VerticalAxisGroup #'remove-first = ##t
>
> with
>
> \context { \Score \override VerticalAxisGroup #'remove-first = ##t }
Excellent! The \Score wasn't necessary. Here's what I have no
On Sat, Dec 14, 2013 at 06:01:39PM -0500, Alex Loomis wrote:
> Could you include a minimal example?
Sure:
\version "2.17.97"
showMultiRests = {
\set Staff.keepAliveInterfaces =
#'( rhythmic-grob-interface
multi-measure-rest-interface
lyric-interface
stanza-number-interface
perc
Could you include a minimal example?
On Sat, Dec 14, 2013 at 4:58 PM, Paul Scott wrote:
> On Sat, Dec 14, 2013 at 04:00:13PM -0500, Kieren MacMillan wrote:
> > Hi Paul,
> >
> > > If the following is the solution where can I put showMultiRests so that
> > > it doesn't override RemoveEmptyStaves
On Sat, Dec 14, 2013 at 04:00:13PM -0500, Kieren MacMillan wrote:
> Hi Paul,
>
> > If the following is the solution where can I put showMultiRests so that
> > it doesn't override RemoveEmptyStaves and show staves whether they are
> > both empty or not?
> > http://lsr.dsi.unimi.it/LSR/Item?id=312
Hi Paul,
> If the following is the solution where can I put showMultiRests so that
> it doesn't override RemoveEmptyStaves and show staves whether they are
> both empty or not?
> http://lsr.dsi.unimi.it/LSR/Item?id=312
That’s the hack I use…
You just put \showMultiRests in the part/music at the
In a simple Frenched score for many typical instruments often all (both)
parts have rests. Using RemoveEmptyStaves removes the staff the
multi-rests and only leaves rehearsal marks. How can I cause the staves
and multi-rests to be engraved?
If the following is the solution where can I put sh