bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 2002 in lilypond: Enhancement: Add \hideNote function for hidi


From: lilypond
Subject: Re: Issue 2002 in lilypond: Enhancement: Add \hideNote function for hiding single notes only
Date: Thu, 22 Mar 2012 00:30:57 +0000

Updates:
        Status: Verified

Comment #11 on issue 2002 by address@hidden: 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




reply via email to

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