lilypond-user
[Top][All Lists]
Advanced

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

Re: \RemoveEmptyStaves not removing first line


From: Susan Buckingham
Subject: Re: \RemoveEmptyStaves not removing first line
Date: Wed, 31 Oct 2018 14:59:44 -0400

Have also used the \override VerticalAxisGroup.remove-first = ##t and can confirm this works with 2.18.2 when added to score block.

\score {
  <<
    \flutePart
    \pianoPart
  >>
  \layout { #(layout-set-staff-size 22)
                 \context { \Staff \RemoveEmptyStaves
                                  \override VerticalAxisGroup.remove-first = ##t }
               }
  \midi { }
}

On Mon, 29 Oct 2018 at 03:41, Malte Meyn <address@hidden> wrote:


Am 29.10.18 um 05:52 schrieb Lukas-Fabian Moser:
>
>> I am currently engraving a song for soprano and piano which begins
>> with 15 measures of piano solo. I would like the soprano's staff not
>> to show since it is not playing. \RemoveEmptyStaves does not seem to
>> hide the first line of the piece.
>>
> In current versions (there's no reason not to use the 2.19.xx
> development versions which are stable enough for professional everyday
> use), there's |\RemoveAllEmptyStaves| which does just that (like
> \RemoveEmptyStaves but also remove the respective staves in the first
> system).

In 2.18.2 there is \override VerticalAxisGroup.remove-first = ##t for that.

_______________________________________________
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]