Re: bars and clefs

2005-11-07 Thread Guy Durrieu
Mats Bengtsson wrote : > An alternative solution that goes more to the source of the actual problem > is to do something like > > \override Score.BarLine #'space-alist = #'( > (time-signature . (extra-space . 0.75)) > (custos . (minimum-space . 2.0))

Re: bars and clefs

2005-11-04 Thread Mats Bengtsson
An alternative solution that goes more to the source of the actual problem is to do something like \override Score.BarLine #'space-alist = #'( (time-signature . (extra-space . 0.75)) (custos . (minimum-space . 2.0)) (clef . (min

Re: bars and clefs

2005-11-03 Thread Guy Durrieu
[EMAIL PROTECTED] a écrit : > > You might try > > \once \override Staff.Clef #'extra-X-extent = #'(-2 . 1) > \clef tenor > > which would give you 2 more units of space to the left of the > clef symbol and 1 more unit of space to the right of the clef. > ("tenor": sorry, I deleted so m

Re: bars and clefs

2005-11-03 Thread stk
> . . . however, with a :|: bar, when > inverting the order, the clef is almost stuck to it... You might try \once \override Staff.Clef #'extra-X-extent = #'(-2 . 1) \clef tenor which would give you 2 more units of space to the left of the clef symbol and 1 more unit of space to the ri

Re: bars and clefs

2005-11-03 Thread Guy Durrieu
Mats Bengtsson wrote : > This order is specified by the break-align-orders property of the > BreakAlignment object, see > http://lilypond.org/doc/v2.6/Documentation/user/out-www/lilypond-internals/BreakAlignment.html#BreakAlignment > Thanks for your help. That works ; however, with a :|: bar, whe

Re: bars and clefs

2005-11-03 Thread Mats Bengtsson
This order is specified by the break-align-orders property of the BreakAlignment object, see http://lilypond.org/doc/v2.6/Documentation/user/out-www/lilypond-internals/BreakAlignment.html#BreakAlignment So, to modify this for clef changes in the middle of a line, for example, you could do; \over

bars and clefs

2005-11-03 Thread Guy Durrieu
Hello, When specifying a clef change after a bar (for exemple a repeat bar), the clef is placed before the bar. I would like to know if there is a mean to ask a clef change to be placed after the bar. Thanks in advance for your help ! -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-