bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issue 681 in lilypond: ClusterSpanner style should be modifiable on-the


From: codesite-noreply
Subject: Issue 681 in lilypond: ClusterSpanner style should be modifiable on-the-fly
Date: Wed, 17 Sep 2008 04:31:20 -0700

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]