bug-lilypond
[Top][All Lists]
Advanced

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

Issue 463 in lilypond: switching on and off followVoice


From: codesite-noreply
Subject: Issue 463 in lilypond: switching on and off followVoice
Date: Sun, 09 Sep 2007 09:59:03 -0700

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




reply via email to

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