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: Trevor Bača
Subject: Re: Using duration-log with Stem, or drawing a 64th note with only 2 flags
Date: Sat, 29 Jul 2006 18:33:37 -0500

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?



I figured the
duration-log attribute of the Stem engraver would do like this.

%%% DOESN'T WORK %%%

\version "2.9.13"

\new Staff {
   \set Score.autoBeaming = ##f
   \override Stem #'duration-log = #2
   c'64
   c'32
   c'16
   c'8
   c'4
}

%%% END %%%

But the setting does nothing.

What am I missing?


--
Trevor Bača
address@hidden
... like the dew, or like lightning ...

reply via email to

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