On 02/11/2015 05:48 PM, Steve Conrad wrote:

> I'm expecting there to be an accessor method like note->getTieForward()

It's immeasurably more complicated than that.

> which returns the note to which a given note is tied but I can't find
> one. Or maybe it's just note->getProperty('tiedForward') and I have to
> find where the properties are defined. In either case, I can't find it.
> But I'm hardly a well informed searcher.

That's the gist of it.  Look at LilyPondExporter.cpp for code snippets. 
  Properties can be tricky, because you have to make sure it has() them 
before you can get() them.  If you try to get() something it doesn't 
has() then it will crash.

That's true for most things, but I'm not sure about ties.  Haven't gone 
into that code in a long time.

> use double dots to get the sevens). That is to say a dotted quarter note
> tied to a regular quarter note can't be collapsed into anything else.

Hmmm...  I wonder if a whole note in a time of 5/8 would work.  It 
probably would.

The other possibility is to have Csound work off of the performance 
duration instead of the display duration.  It most likely already does 
anyway.

There's a little more to this than I have time to really think about 
just now, but I'm around.
-- 
D. Michael McIntyre

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Rosegarden-user mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user

Reply via email to