Issue 463: switching on and off followVoice
http://code.google.com/p/lilypond/issues/detail?id=463

New issue report by lemzwerg:
\version "2.11.31"

\header { texidoc = "
In the example below, @code{followVoice} can't be activated again
after it has been switched off.
" }

<<
  \new Staff = "R" \relative {
     s1
  }

  \new Staff = "L" \relative {
     c4
\set followVoice = ##t
\change Staff = "R"
     c
\set followVoice = ##f
\change Staff = "L"
     c
\set followVoice = ##t
\change Staff = "R"
     c
  }
>>

\paper {
  ragged-right = ##t
}

% EOF


Attachments:
        set-followVoice.png  4.3 KB 


Issue attributes:
        Status: Accepted
        Owner: lemzwerg
        Labels: Type-Defect Priority-Medium

-- 
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
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to