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: Sun, 06 Nov 2011 09:51:59 +0000


Comment #4 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 agree - for some reason when this issue was discussed before; I mistakenly got the impression that it was too hard enough to be implemented any time soon, so that my \hideNote patch was still worth submitting. Having said that,

  \once \hideNotes

is almost as much typing as

  \hideNotes [...] \unHideNotes

so for me ideally we'd have the best of both worlds, i.e. property-init.ly containing

  hideNote = { \once \hideNotes }

(and possibly others) so that the syntactic sugar is available, but its internal implementation avoids any code duplication. If people are in agreement, most of my patch is still valid, since it's mainly changes to documentation and regtests - the implementation is only one small hunk which can easily be changed.




reply via email to

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