lilypond-user
[Top][All Lists]
Advanced

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

Re: Using duration-log with Stem, or drawing a 64th note with only 2 fla


From: Han-Wen Nienhuys
Subject: Re: Using duration-log with Stem, or drawing a 64th note with only 2 flags
Date: Mon, 31 Jul 2006 00:26:10 +0200
User-agent: Thunderbird 1.5.0.4 (X11/20060614)

Trevor Bača schreef:
On 7/29/06, Trevor Bača <address@hidden> 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 - address@hidden - http://www.xs4all.nl/~hanwen

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com





reply via email to

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