]> git.donarmstrong.com Git - lilypond.git/commit - lily/parser.yy
Issue 3648/1: Isolated durations in music sequences now stand for unpitched notes
authorDavid Kastrup <dak@gnu.org>
Sat, 31 Aug 2013 12:11:32 +0000 (14:11 +0200)
committerDavid Kastrup <dak@gnu.org>
Tue, 19 Nov 2013 10:10:44 +0000 (11:10 +0100)
commit3dc88bc7db19bb06b89d8649d801f435f3bdd4d3
tree6e85b80687d9d89bb1e2a416b233dee4ddd9dc00
parentfc830bf324e4d90a474c9ced031ff598766c26a7
Issue 3648/1: Isolated durations in music sequences now stand for unpitched notes

This allows for things like

\new RhythmicStaff { 4 4. 8 4 | 4 \tuplet 3/2 { 2 4 } 4 }

"unpitched" simply means that this is rendered as a normal NoteEvent,
but the pitch information is missing and has to be filled in by some
other means.  The example using RhythmicStaff is not actually
commendable as the MIDI rendition still requires a pitch or drum
type.  It's just that as of this patch, there are no immediately
useful applications.  The rhythmic shorthand { c4 4. 8 4 } is
introduced by a later patch.
lily/parser.yy