Updates:
        Status: Verified

Comment #11 on issue 2002 by [email protected]: Enhancement: Add \hideNote function for hiding single notes only
http://code.google.com/p/lilypond/issues/detail?id=2002

I had a look at the code review for Issue 2003:

% From:
% http://codereview.appspot.com/5322065/patch/10001/11001

\version "2.15.17"

\header{
texidoc= "This tests @code{\once} applied to multiple property operations."
}

\relative c' {
  c4 d \hideNotes e4 f |
  \unHideNotes g a \once \hideNotes b c |
}

Running that source against 2.15.34 does results in the expected pattern of shown and hidden notes, whereas running it against 2.14.2 gives a syntax error on the \hideNotes after the \once.

Verified.


Attachments:
        bug.ly  261 bytes
        bug.preview.png  1.5 KB


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

Reply via email to