-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[email protected] meaning #99
Comments
Exactly. The position of the number is independent of the stem direction. Am I correct in assuming that what you're looking for is a way to create a dependency between the stems and the tuplet numbers? That is, if the stems are flipped, then so is the position of the numbers? We might be able to accommodate both by allowing I think you meant |
Yes
Here are the possible cases: A, C, F, G: "below" tail/head assignments are confusing for C, D, G, and H. Perhaps they can be defined by the direction of the first note in the beam group. Typically music style uses head/tail system. Modern editions like using "tail", but 19th century editions prefer "head". When dealing with music that have lyrics, a possible preference would be for "above" so that the tuplet is not getting in the way of the words. |
Makes sense. But, how should Verovio / other processor deal with mixed stem direction AND relative number placement? For instance, a value of "head" or "tail" for case G? Should "head" and "tail" be disallowed by Schematron when stem directions are mixed? |
For "head"/"tail" mapping to "above"/"below" in the case of a mixed-direction beam:
So: C, H: "tail" |
Sorry, missed that sentence. The exact mapping strategy doesn't matter as long as Verovio is consistent. Is this something that should be in 4.0 or can it wait 'til the next revision? |
There is no hurry, so it can wait until the next version. |
This also applies to |
Should discussions about new features (or changes in features) be placed here (music-encoding/guidelines) or in (music-encoding/music-encoding)? I am going to submit a new issue for |
new features please to the music-encoding repo, not the guidelines |
[email protected]
(and[email protected]
) can have the valueabove
orbelow
. What exactly does this mean? The documentation says that it is in relation to the noteheads:@place
in other cases are related to a fixed vertical orientation, such as above or below the staff. But in this case the meaning is a relative position dependent on the orientation of the notes on the staff (i.e., the stem direction). It seems thatabove
really meansstem
/tail
andbelow
really meanshead
/notehead
.Here is a diagram:
If you use the standard definition of
above
andbelow
, these positions remain constant whether the stem is above or below the notehead.Related to this, what is the meaning of
[email protected]
for stemless notes? If relative position is dependent on the stem direction, then should a stem direction be assigned to the stemless notes (I find this reasonable to do).The text was updated successfully, but these errors were encountered: