Hi Jeffrey,
On Sat, Jun 30, 2012 at 4:01 AM, Jeffrey Trevino <[email protected]
> wrote:
> Hey all,
> I'm a bit confused by the relationship between InstrumentName and
> ShortInstrumentName. In the internals reference, the former seems to be an
> autonomous layout object, but ShortInstrumentName is somehow a property of
> this first object -- or? I hope someone can clarify what's going on for me.
> I'm mainly interested in changing the padding on ShortInstrumentName only,
> so that it's a bit further away from a staff group bracket in my score.
> Jeff
>
InstrumentName and ShortInstrumentName are both properties containing a
markup read by the engraver. I think your confusion may arise because the
grob is called "InstrumentName" as well.
I think the easiest way to get more space between the shortened name and
the staff is to modify the markup by adding space to its right:
\version "2.15.40"
\new Staff \with {
instrumentName = #"Violin "
shortInstrumentName = \markup \concat { "Vln." \hspace #0.7 }
%shortInstrumentName = #"Vln. "
}
{ c4.. g'16 c4.. g'16 \break | c1 }
\layout {
ragged-right = ##t
}
HTH,
David
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user