Issue 681: ClusterSpanner style should be modifiable on-the-fly
http://code.google.com/p/lilypond/issues/detail?id=681

New issue report by v.villenave:
% In the following example, the modification of the ClusterSpanner's style
% is ignored; you need to start a new spanner if you want the new style.

mycluster = \makeClusters
{
   <f' a'> <f' a'> <f' a'> <f' a'>
   <e' b'>1 }
{
  \override ClusterSpanner #'style = #'ramp
  \mycluster
  % Uncommenting this line fixes the bug.
  % r1
  \override ClusterSpanner #'style = #'leftsided-stairs
  \mycluster
}


Issue attributes:
        Status: Accepted
        Owner: v.villenave
        Labels: Type-Enhancement Priority-Low

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to