lilypond-user
[Top][All Lists]
Advanced

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

Re: Using shortVocalName for stanza numbers on every system


From: Noeck
Subject: Re: Using shortVocalName for stanza numbers on every system
Date: Mon, 20 Apr 2020 21:13:33 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

I should have said that you need to adjust this value to your needs.

>     \override InstrumentName.X-offset = -1

You can move the InstrumentName to the left (-) and to the right (+).
Instrument names are right aligned with the left staff edge by default.
You can change that using either X-offset, padding or extra-offset.

<<
  \new Staff \with { shortInstrumentName = "staff" } { a1 \break b }
  \new Lyrics \with { shortInstrumentName = "lyr" } \lyricmode { a1 b }
>>

Cheers,
Joram



reply via email to

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