Am 06.10.2013 21:18, schrieb EdBeesley:
>
> dak wrote
>> They should if done correctly. Example?
>>
>> --
>> David Kastrup
>
> \score {
> \new Staff \relative c' { \key des \major
> \override Score.SpacingSpanner #'strict-grace-spacing = ##t
> r8 \grace{\stemUp f' [ c ges ] } \stemNeutral bes,16 \f f'-> a,
> des'-> a, c'-> aes, ees'-> aes, des-> ges, bes'-> ges, c->
> \override Score.SpacingSpanner #'strict-grace-spacing = ##f
> \revert Score.SpacingSpanner #'strict-grace-spacing
> f8-> \f \grace{\stemUp f' [ c ges ] } \stemNeutral bes,16 f'-> a,
> des'-> a, c'-> aes, ees'-> aes, des-> ges, bes'-> ges, c->
> }
> }
>
> I get the same (lack of) result with either line commented out
I can confirm this in another snippet (from the manual):
\relative c'' {
<<
\override Score.SpacingSpanner.strict-grace-spacing = ##t
\new Staff \new Voice {
\afterGrace c4 { c16[ c8 c16] }
% changing settings here has no effect
c8[ \grace { b16[ d] } c8]
c4 r
}
\new Staff {
c16 c c c c c c c c4 r
}
>>
}
It only changes the behaviour if it is set outside the Voice context (?)
which is before the Staff creation here. Can it be set only once per Score?
Cheers,
Joram
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user