Trevor Bača schreef:
On 7/29/06, Trevor Bača <[EMAIL PROTECTED]> wrote:
Hi,
Is is possible to draw a 64th note with only 2 flags?
As it turns out, the multiplication operator can give you a 64th note
with only 2 flags.
%%% WORKS %%%
\version "2.9.13"
\new Staff {
\set Score.autoBeaming = ##f
c'16 * 1/4 % effectively a 64th note but with only two flags
c'64
c'64
c'64
}
%%% END %%%
So the multiplication operator is definitely a workaround.
Still, can anyone shed some light on using Stem #'duration-log?
duration-log is set inside the Stem_engraver. This setting overwrites
the \override
--
Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen
LilyPond Software Design
-- Code for Music Notation
http://www.lilypond-design.com
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user