On 26 Feb 2018 12:28 p.m., "David Wright" <lily...@lionunicorn.co.uk> 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
lilypond-user@gnu.org
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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to