lilypond-user
[Top][All Lists]
Advanced

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

Re: [2.15.36] A hidden note blocks beams from drawing


From: David Kastrup
Subject: Re: [2.15.36] A hidden note blocks beams from drawing
Date: Fri, 28 Sep 2012 10:40:30 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

James Harkins <address@hidden> writes:

> The beams on the two e's are omitted in this tiny example (version 2.15.36).
>
> \relative c' { r8 \hideNotes f8 \unHideNotes e8. e16 e2 }

\once\hideNotes does not help, but after applying the patch for
Issue 2717 <URL:http://code.google.com/p/lilypond/issues/detail?id=2717>

\relative c' { r8 \single\hideNotes f8 e8. e16 e2 }

will do the trick.  Note that the patch is still under discussion, so
the name could change.

You could, however, still harvest the current definition of \single from
the patch and use that in your music.  As it is a Scheme-only patch, it
should work fine by just putting the definition in your file, without
needing to change LilyPond itself.

<URL:http://codereview.appspot.com/6495135/diff/13002/ly/music-functions-init.ly>

-- 
David Kastrup




reply via email to

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