Re: Setting the width of system-starter curly braces

2012-03-19 Thread David Kastrup
David Nalesnik david.nales...@gmail.com writes: Hi Ádám, Unfortunately the curly brace created for these four instruments is way too wide. Is there a way to shrink the vertical size of the curly brace for the GrandStaff (so that it would have the same width as the curly

Re: Setting the width of system-starter curly braces

2012-03-18 Thread Kieren MacMillan
Hi Siska, Unfortunately the curly brace created for these four instruments is way too wide. Is there a way to shrink the vertical size of the curly brace for the GrandStaff (so that it would have the same width as the curly brace of a GrandStaff consisting of only two instruments)? You

Re: Setting the width of system-starter curly braces

2012-03-18 Thread David Nalesnik
Hi Ádám, Unfortunately the curly brace created for these four instruments is way too wide. Is there a way to shrink the vertical size of the curly brace for the GrandStaff (so that it would have the same width as the curly brace of a GrandStaff consisting of only two instruments)? Another

Re: Setting the width of system-starter curly braces

2012-03-18 Thread Siska Ádám
Hi David, thank you indeed for the reply. Unfortunately I can't get this code to work; I'm getting the following error during compiling: Drawing systems...ERROR: In procedure ly:stencil-scale: ERROR: Wrong type argument in position 1 (expecting Stencil): #unspecified Unfortunately I don't

Re: Setting the width of system-starter curly braces

2012-03-18 Thread Kieren MacMillan
Hi Siska, thank you indeed for the reply. Unfortunately I can't get this code to work Here's a snippet, using David's lovely mod — hope it helps. Kieren. _ \version 2.15.32 theMusic = \relative c' { \repeat unfold 16 c4 } \new GrandStaff \set

Re: Setting the width of system-starter curly braces

2012-03-18 Thread Siska Ádám
Hi MacMillan, On 2012.03.19., at 1:09, Kieren MacMillan wrote: Hi Siska, thank you indeed for the reply. Unfortunately I can't get this code to work Here's a snippet, using David's lovely mod — hope it helps. Kieren. _ \version 2.15.32 theMusic = \relative

Re: Setting the width of system-starter curly braces

2012-03-18 Thread David Nalesnik
Hi Ádám, this is quite weird. This code compiles fine. However, in my original score it doesn't work. After some more experimenting, I figured out that the problem is, that I have the \RemoveEmptyStaves in the \Staff context. After removing that, it compiled just fine. Maybe it's some bug.

Re: Setting the width of system-starter curly braces

2012-03-18 Thread Siska Ádám
Hi David, On 2012.03.19., at 1:34, David Nalesnik wrote: Hi Ádám, this is quite weird. This code compiles fine. However, in my original score it doesn't work. After some more experimenting, I figured out that the problem is, that I have the \RemoveEmptyStaves in the \Staff context. After

Setting the width of system-starter curly braces

2012-03-17 Thread Siska Ádám
Dear List, I have four horns playing in an orchestra like this: \new GrandStaff \set GrandStaff.instrumentName = #Corni \set GrandStaff.shortInstrumentName = #Cor. \new Staff { \set Staff.instrumentName = #I \set Staff.shortInstrumentName = #I \corI }