[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Denemo-devel] A get type query function for Scheme
From: |
Richard Shann |
Subject: |
[Denemo-devel] A get type query function for Scheme |
Date: |
Wed, 24 Sep 2008 19:07:04 +0100 |
I've installed a scheme function
d-GetType
which returns the type of the current denemo object, or "None" if none.
The currently defined return values (from denemo_types.h) are:
"CHORD",
"TUPOPEN",
"TUPCLOSE",
"CLEF",
"TIMESIG",
"KEYSIG",
"BARLINE",
"STEMDIRECTIVE",
"MEASUREBREAK",
"STAFFBREAK",
"DYNAMIC",
"GRACE_START",
"GRACE_END",
"LYRIC",
"FIGURE",
"LILYDIRECTIVE",
"FAKECHORD",
"PARTIAL"
With this we can do d-CursorRight/Left looking for a particular type of
object.
Richard
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Denemo-devel] A get type query function for Scheme,
Richard Shann <=