James Harkins <jamshar...@gmail.com> 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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to