-
Notifications
You must be signed in to change notification settings - Fork 18
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
Improve means of describing secondary beam groups #64
Comments
Two points here. And they're both open to further discussion, I just want to expose the thinking more clearly.
For instance, take two groups of three 32nd notes (neither of which are tuplets). Each group is beamed (with 3 lines, of course), but there is also a beam connecting the two beamed groups. A case could be made either way that the higher-level beam has 1 line ("rounding up" each group to the value of an 8th note) or has 2 lines ("rounding down" each group to the value of a 16th note).
|
Thank you very much for the explanation. Just a couple of thoughts (nothing to object to current proposal, just two ideas):
And if it has 2 lines then it will have three beamed levels:
|
Closing this in favor of #299. |
I would appreciate clarifications or an example of the utility of the
value
attribute in<beamed>
elements. As I understand, in beamed groups the value of the group is implied by the sum of values of the contained events.One example from the draft: two child beamed groups of four 32nd notes each, which are in turn placed within a higher-parent beamed group:
The first
<beamed>
element has no value. And the second one has value='\8' (an eight note); this value is, effectively the sum of the four 32th contained events. Why the need to encode<beamed value="/8">
?In the description it says that "the value attribute optionally gives the base note value to be assigned to the child group for beaming purposes.". And "The value attribute does not affect beaming within a beamed group, and so has no consequences unless beamed groups are nested." But what are those consequences? The example has nested beamed groups and the value attribute is not used.
My apologies if I have missed something here. The only utility a can see is, perhaps, in tuplets of beamed notes, but in these cases I understand that it is the
<tuplet>
element the one that will provide the value of the beamed groups and not the<beamed>
element. E.g: (i'm not sure if I've place the right inner/outer numbers):I would appreciate any help for understanding the utility of the 'value' attribute. Thank you.
The text was updated successfully, but these errors were encountered: