Re: [frogs] Music expressions and iterators (was: bend implementation) |
[ Thread Index |
Date Index
| More lilynet.net/frogs Archives
]
- To: Marc Hohl <marc@xxxxxxxxxx>
- Subject: Re: [frogs] Music expressions and iterators (was: bend implementation)
- From: Neil Puttock <n.puttock@xxxxxxxxx>
- Date: Sat, 6 Feb 2010 14:47:32 +0000
- Cc: "frogs@xxxxxxxxxxx" <frogs@xxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=hmpZhNwE+AUALsowa7rwlk3M7ONt2n+tFidGdLCt//M=; b=eSGlW5j+GPp8a/t9NuS6x4gzJgNWMIl455Vn3sTeh2uzFnfccs4UY298XR/mQm4bJ9 tHZTFrXkAqplbZ6KJtQlzradGTSRR08agIbtaEGlxjYPJd0O8cXc5/lsNsYio2Z36Sac Ru9ZZc1xeXt8wNYo+IAArcRCUu7XaWVhhvk9U=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=F4i1EfX4OP/lLgUvt8mApBFwAi347w3kFKpsF/de//VXWtnDKiJ95uZCcmWLkx2wgI 3HbGrfSf0UCIRFyWJLHCY1+6B3kvpYBT0YNCySLvUKSyU4DedqHakJSbNyQwHGFPN7me 17LRRjuEKg30XykpYn9iGBMOb+daNd7kbWR7k=
On 6 February 2010 08:17, Marc Hohl <marc@xxxxxxxxxx> wrote:
> I have looked at scm/define-music-types.scm where all music expressions are
> defined.
> As I see it now, a StringBendMusic music expression should be much like the
> SequentialMusic music expression which an additional 'referencePitch that
> holds
> the reference pitch which the engraver uses to get the information of how
> the current
> note is bent relative to this value.
I think you should forget about all this for the time being; if your
current focus is on getting bends between ordinary noteheads working,
for simplicity's sake you should copy the existing style by using a
single stream event between notes (this surely makes sense if the
bends always span adjacent noteheads). Even if you decide later to go
with a more complicated construct using a music function, it would be
easy enough to send a series of string-bend-events between NoteEvents
while dealing with the more complex issue of tablature bends.
Regards,
Neil
---
----
Join the Frogs!