instrumentName in style sheet

2012-10-06 Thread Jethro Van Thuyne
I'm trying to centralize all layout instructions in a style sheet, but I'm struggling with the instrumentName property for GrandStaff. The code below works for staves in regular systems, but the font property isn't applied to piano staves. Any ideas? \context { \Staff \override I

Re: instrumentName in style sheet

2012-10-06 Thread Urs Liska
No opportunity to test right now, but why not \context { \PianoStaff ... and \context { \GrandStaff ... ? HTH Urs Am 06.10.2012 21:55, schrieb Jethro Van Thuyne: I'm trying to centralize all layout instructions in a style sheet, but I'm struggling with the instrumentName property

Re: instrumentName in style sheet

2012-10-06 Thread Jethro Van Thuyne
Hi Urs, I tried before with GrandStaff and that didn't change a thing. PianoStaff does! I didn't know PianoStaff was a context too. Thanks! Jethro On 10/06/2012 09:58 PM, Urs Liska wrote: No opportunity to test right now, but why not \context { \PianoStaff ... and \context {