lilypond-user
[Top][All Lists]
Advanced

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

instrumentName in StaffGroup


From: Federico Bruni
Subject: instrumentName in StaffGroup
Date: Fri, 14 Jan 2011 08:08:26 +0100

I have a StaffGroup containing a Staff and a TabStaff.
I'd like to vertically center the instrument name between the two
staves.
This doesn't work:

\version "2.13.46"

\new StaffGroup <<
  \set StaffGroup.instrumentName = #"Guitar 1 "
  \new Staff { R1 }
  \new TabStaff { R1 }
>>


Why?

It seems that I can use instrumentName only in Staff and TabStaff
contexts.

Thanks,
Federico




reply via email to

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