lilypond-user
[Top][All Lists]
Advanced

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

Re: Multiple staffs


From: Vaughan McAlley
Subject: Re: Multiple staffs
Date: Wed, 28 Feb 2018 12:37:51 +1100

On 26 Feb 2018 12:28 p.m., "David Wright" <address@hidden> wrote:
On Sun 25 Feb 2018 at 23:27:31 (+0000), J Martin Rushton wrote:
> The only slight niggle is whether I can persuade Lily to
> use the full instrument names at the start of the main section rather
> than the short names.

You can use \set to change shortInstrumentName on the fly at any time.
Whatever is its value is when a new system begins is what gets written
before the staff. If you're using something like \RemoveAllEmptyStaves,
you might need a bit of trial and error to make sure you place each of
your \set shortInstrumentName declarations in the appropriate place for
the line break decisions being made by LP.

Cheers,
David.

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

If you're only changing instrumentation occasionally, the Lilypond layout engine will happily accommodate a few explicit breaks:

\tag #'score { \set shortInstrumentName "Piccolo" \break }

Vaughan


reply via email to

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