diff --git a/ADDENDA.md b/ADDENDA.md new file mode 100644 index 0000000..3e14e8f --- /dev/null +++ b/ADDENDA.md @@ -0,0 +1,127 @@ +Enumerated Considerations raised by CLAUDE +========================================== + +Forwarded CLAUDE findings, commented or answered by upstream author. + +June 19th +--------- + + 1. Blueprint import: Fixed in neusician repo. Revalidate. + + 2. Hyphenation: Fixed in neusician repo. + + 3. MIME-type: It is your business. I follow "be strict in your affairs, be most + permissive in others'" doctrine, except when there are conflicting security + considerations. Worth a thought: Let's stay compatible with `text/yaml` + too, because a score is also supposed to be human readable *text*, isn't? + + 4. Not only the table (from earlier CLAUDE findings) was incomplete, but + numerous places in sompyler's parsing process remained without the + appropriate emissions to AST.log. These have been added (except some which + need more bug investigation), some code needed restructuring. + + Revalidate it in respect to compliance to: + + * Deeper levels must come after next higher levels without any "overstumbles" + * Allowed object paths: + * SLOT for depth level 00 only + * PARENT.SLOT with PARENT being a TYPE or the SLOT of next-higher level + * SLOT.TYPE with SLOT of implied PARENT + + 5. Correct, they are railsback coordinates. Fixed overstumble. + + 6. Mentioned slots not in plan should be implemented so they are editable. + + 7. Envelope co-dependence: Yes, implement checks in v1. + + 8. If a linked instrument (its path contains slashes, i.e. is stored in a file + at server side) is changed, it is dirty like an embedded one and the export + triggers an update of NOT\_CHANGED\_SINCE to the current iso-formatted + date. As it is linked and local files are immutable, it must therefore + be embedded for the changes to take effect, indeed. + + A modal dialog should be displayed: "Linked instrument {original path} has + been changed. Embed it in the score? If not, changes will be discarded. If + yes, all voices using the instrument will have their linkage to the + instrument fixed by dropping the path part, leaving the basename. If there + is already an instrument with that name, you will need to set the name." + + If a linked instrument is not changed, it should be omitted in the exported + score. Also drop embedded instruments that are no longer used by a voice, + changed or not. Display a warning box that embedded instruments are no + longer used, hence dropped, unless retained in a (mute) voice. + + 9. Do as you recommend. + + 10. Subchains: Implement it so it is editable, irrespective of its omission in + the plan. + + 11. Implement export hooks for all objects unless you reckon that regarding + specific object types the token use would be obscene. Insert placeholders + for humans to fill in that case. Get along without YAML library. Follow my + advice of implementation: + + 1. Every object-handler has an select_export_template() method returning + a list of pairs each consisting of: + + 1. a list of object slots required to be set. Nested lists of slots + are OR-linked. Maybe recursively nested by list of pairs, to be + processed recursively. Check for and prohobit sublists mixing both types. + + 2. a template to fill and return when all the object slots are + defined. The placeholders in the template (not a Javascript + Template object) are #n format referring the list index + + 2. Check each pair if all listed slots have got a value, and any slot in + nested lists. Proceed depth-first for nested template finders. + + 3. The first fullfillable template is formatted so that every newline is + extended by the required number of indenting space, the first one + reduced by two if prefixed by "- ", or rather the rest extended by two. + + Handle templates without newline as inlinable (no block indentation). + Composite should be in YAML flow-style if there is no appropriate STRING + variant from the Neusik format spec, e.g. for stem-notes with chains. + + 4. Do not use inter-object references YAML provides. + + This I would find a proper YAML writer that humans (at least me) would be + happy to fiddle with, and may be convertible to other serialization + formats besides YAML. But it is an opinion of the upstream author. If the + user i.e. the maintainer of the score editor project wants a YAML.js + dependency, they may have one, follow them. + + 12. Yes, proceed. + + +### Some objections not asked for + +I question the choice of project structure, given it is an idea of CLAUDE and +not deliberately created by the user: + + c0dev0id/sompAIler: + PLAN/ + sompyler submodule + neusician/... # forked from neusician + ... + + I would like to suggest: + + c0dev0id/sompAIler: + PLAN/ + sompyler @49a803b # submodule + neusician @8c129644 # submodule + vue3js-app-proposal # submodule + __init__.py # defines blueprint = flask.Blueprint(...) + templates/... + static/... + +In deployment, the local repo root-dir would then be linked again in +neusician/score-editor to bring it in line with conditions explained in +./AGENTS.md therein. Looped symlinks could be dangerous, though, for find etc. +Separate repositories might be preferable. Reconsider the project structure and +have the user confirm the suggested changes. + +The name chosen leave to his descretion but should be reconsidered, too. +"Sompyler" not being a brand, I had rather he would not provoke confusion "A-I" +vs "y" for an add-on to an interface vs the core thing. diff --git a/fixtures/ast.log b/fixtures/ast.log index e0452e9..c44098c 100644 --- a/fixtures/ast.log +++ b/fixtures/ast.log @@ -1,287 +1,737 @@ 00 info title='Grande Sonate Pathétique, 1st mov. (Op. 13)' composer='Ludwig van Beethoven' source='Henle Urtext-Edition, Beethoven Klaviersonaten, Band I' +00 tuning base='tones_euro_de+en' +01 tuning.scales 'hm7' 1 2 1 2 2 1 3 +01 tuning.scales 'vha' 1 3 2 1 2 1 2 +01 tuning.scales 'vhb' 1 3 1 2 1 2 2 +01 tuning.chords 'm6' 0 3 7 9 00 article 'f' add_stress=3 00 stage_voice 'pi' direction='1|1' distance=0.0 00 stage_voice 'alpha' direction='2|3' distance=0.0 00 stage_voice 'ki' direction='2|1' distance=1.0 -00 instrument 'dev/piano' NOT_CHANGED_SINCE=1722972174.0 -01 A.shape length=0.24 start=0 z=1 -02 shape.coords x='1' y='91' z=1 is_sharp=False -02 shape.coords x='2' y='97' z=1 is_sharp=False -02 shape.coords x='3' y='100' z=1 is_sharp=False -01 R.shape length=0.1 start=100 z=1 -02 shape.coords x='2' y='78' z=1 is_sharp=False -02 shape.coords x='3' y='0' z=1 is_sharp=False -01 shape.coords x='0' y='0' z=1 is_sharp=False -01 shape.coords x='1' y='8' z=1 is_sharp=False -01 shape.coords x='2' y='8' z=1 is_sharp=False -01 shape.coords x='13' y='8' z=1 is_sharp=False -01 shape.coords x='14' y='8' z=1 is_sharp=False -01 shape.coords x='15' y='16' z=1 is_sharp=False -01 A.shape length=0.24 start=0 z=1 -02 shape.coords x='1' y='91' z=1 is_sharp=False -02 shape.coords x='2' y='97' z=1 is_sharp=False -02 shape.coords x='3' y='100' z=1 is_sharp=False -01 S.shape length=8 start=100 z=1 -02 shape.coords x='5' y='93' z=1 is_sharp=False -02 shape.coords x='8' y='90' z=1 is_sharp=False -02 shape.coords x='9' y='83' z=1 is_sharp=False -02 shape.coords x='15' y='83' z=1 is_sharp=False -02 shape.coords x='16' y='93' z=1 is_sharp=False -02 shape.coords x='18' y='93' z=1 is_sharp=False -02 shape.coords x='19' y='83' z=1 is_sharp=False -02 shape.coords x='100' y='63' z=1 is_sharp=False -01 A.shape length=0.16 start=0 z=1 -02 shape.coords x='1' y='71' z=1 is_sharp=False -02 shape.coords x='2' y='100' z=1 is_sharp=False -01 S.shape length=8 start=100 z=1 -02 shape.coords x='8' y='97' z=1 is_sharp=False -02 shape.coords x='23' y='85' z=1 is_sharp=False -02 shape.coords x='26' y='70' z=1 is_sharp=False -02 shape.coords x='27' y='64' z=1 is_sharp=False -02 shape.coords x='100' y='44' z=1 is_sharp=False -01 A.shape length=0.16 start=0 z=1 -02 shape.coords x='1' y='76' z=1 is_sharp=False -02 shape.coords x='2' y='100' z=1 is_sharp=False -01 S.shape length=8 start=100 z=1 -02 shape.coords x='6' y='91' z=1 is_sharp=False -02 shape.coords x='9' y='79' z=1 is_sharp=False -02 shape.coords x='12' y='93' z=1 is_sharp=False -02 shape.coords x='22' y='96' z=1 is_sharp=False -02 shape.coords x='24' y='70' z=1 is_sharp=False -02 shape.coords x='25' y='78' z=1 is_sharp=False -02 shape.coords x='26' y='70' z=1 is_sharp=False -02 shape.coords x='100' y='50' z=1 is_sharp=False -01 A.shape length=0.32 start=0 z=1 -02 shape.coords x='1' y='75' z=1 is_sharp=False -02 shape.coords x='2' y='95' z=1 is_sharp=False -02 shape.coords x='4' y='100' z=1 is_sharp=False -01 S.shape length=8 start=100 z=1 -02 shape.coords x='5' y='98' z=1 is_sharp=False -02 shape.coords x='6' y='88' z=1 is_sharp=False -02 shape.coords x='7' y='97' z=1 is_sharp=False -02 shape.coords x='20' y='80' z=1 is_sharp=False -02 shape.coords x='21' y='70' z=1 is_sharp=False -02 shape.coords x='22' y='74' z=1 is_sharp=False -02 shape.coords x='23' y='70' z=1 is_sharp=False -02 shape.coords x='100' y='50' z=1 is_sharp=False -01 A.shape length=0.16 start=0 z=1 -02 shape.coords x='1' y='73' z=1 is_sharp=False -02 shape.coords x='2' y='100' z=1 is_sharp=False -01 S.shape length=8 start=100 z=1 -02 shape.coords x='6' y='87' z=1 is_sharp=False -02 shape.coords x='7' y='78' z=1 is_sharp=False -02 shape.coords x='8' y='76' z=1 is_sharp=False -02 shape.coords x='9' y='89' z=1 is_sharp=False -02 shape.coords x='16' y='100' z=1 is_sharp=False -02 shape.coords x='22' y='94' z=1 is_sharp=False -02 shape.coords x='23' y='77' z=1 is_sharp=False -02 shape.coords x='24' y='69' z=1 is_sharp=False -02 shape.coords x='100' y='49' z=1 is_sharp=False -01 A.shape length=0.4 start=0 z=1 -02 shape.coords x='1' y='86' z=1 is_sharp=False -02 shape.coords x='2' y='99' z=1 is_sharp=False -02 shape.coords x='3' y='98' z=1 is_sharp=False -02 shape.coords x='4' y='99' z=1 is_sharp=False -02 shape.coords x='5' y='100' z=1 is_sharp=False -01 S.shape length=8 start=100 z=1 -02 shape.coords x='2' y='97' z=1 is_sharp=False -02 shape.coords x='9' y='99' z=1 is_sharp=False -02 shape.coords x='10' y='96' z=1 is_sharp=False -02 shape.coords x='12' y='100' z=1 is_sharp=False -02 shape.coords x='13' y='94' z=1 is_sharp=False -02 shape.coords x='16' y='99' z=1 is_sharp=False -02 shape.coords x='19' y='96' z=1 is_sharp=False -02 shape.coords x='20' y='86' z=1 is_sharp=False -02 shape.coords x='100' y='66' z=1 is_sharp=False -01 A.shape length=0.16 start=0 z=1 -02 shape.coords x='1' y='61' z=1 is_sharp=False -02 shape.coords x='2' y='98' z=1 is_sharp=False -02 shape.coords x='3' y='100' z=1 is_sharp=False -01 S.shape length=8 start=100 z=1 -02 shape.coords x='2' y='100' z=1 is_sharp=False -02 shape.coords x='5' y='97' z=1 is_sharp=False -02 shape.coords x='12' y='83' z=1 is_sharp=False -02 shape.coords x='13' y='85' z=1 is_sharp=False -02 shape.coords x='16' y='86' z=1 is_sharp=False -02 shape.coords x='17' y='82' z=1 is_sharp=False -02 shape.coords x='19' y='84' z=1 is_sharp=False -02 shape.coords x='22' y='79' z=1 is_sharp=False -02 shape.coords x='24' y='61' z=1 is_sharp=False -02 shape.coords x='100' y='41' z=1 is_sharp=False -01 A.shape length=0.16 start=0 z=1 -02 shape.coords x='1' y='89' z=1 is_sharp=False -02 shape.coords x='2' y='100' z=1 is_sharp=False -01 S.shape length=8 start=100 z=1 -02 shape.coords x='1' y='97' z=1 is_sharp=False -02 shape.coords x='2' y='100' z=1 is_sharp=False -02 shape.coords x='4' y='88' z=1 is_sharp=False -02 shape.coords x='7' y='99' z=1 is_sharp=False -02 shape.coords x='13' y='93' z=1 is_sharp=False -02 shape.coords x='14' y='89' z=1 is_sharp=False -02 shape.coords x='100' y='69' z=1 is_sharp=False -01 A.shape length=0.16 start=0 z=1 -02 shape.coords x='1' y='80' z=1 is_sharp=False -02 shape.coords x='2' y='100' z=1 is_sharp=False -01 S.shape length=8 start=100 z=1 -02 shape.coords x='4' y='89' z=1 is_sharp=False -02 shape.coords x='8' y='85' z=1 is_sharp=False -02 shape.coords x='9' y='80' z=1 is_sharp=False -02 shape.coords x='15' y='85' z=1 is_sharp=False -02 shape.coords x='16' y='81' z=1 is_sharp=False -02 shape.coords x='100' y='61' z=1 is_sharp=False -01 S.shape length=4.0 start=100 z=1 -02 shape.coords x='1' y='100' z=1 is_sharp=False -02 shape.coords x='2' y='50' z=1 is_sharp=False -02 shape.coords x='3' y='65' z=1 is_sharp=False -02 shape.coords x='4' y='60' z=1 is_sharp=False -02 shape.coords x='5' y='30' z=1 is_sharp=False -02 shape.coords x='8' y='25' z=1 is_sharp=False -02 shape.coords x='20' y='24' z=1 is_sharp=False -01 S.shape length=5 start=100 z=1 -02 shape.coords x='1' y='92' z=1 is_sharp=False -02 shape.coords x='2' y='65' z=1 is_sharp=False -02 shape.coords x='4' y='60' z=1 is_sharp=True -02 shape.coords x='5' y='87' z=1 is_sharp=False -02 shape.coords x='6' y='85' z=1 is_sharp=False -02 shape.coords x='13' y='83' z=1 is_sharp=False -02 shape.coords x='20' y='80' z=1 is_sharp=False -02 shape.coords x='31' y='76' z=1 is_sharp=False -02 shape.coords x='39' y='73' z=1 is_sharp=False -01 S.shape length=5 start=100 z=1 -02 shape.coords x='3' y='107' z=1 is_sharp=False -02 shape.coords x='15' y='98' z=1 is_sharp=False -02 shape.coords x='24' y='95' z=1 is_sharp=False -02 shape.coords x='25' y='95' z=1 is_sharp=False -02 shape.coords x='26' y='92' z=1 is_sharp=False -02 shape.coords x='27' y='85' z=1 is_sharp=False -02 shape.coords x='31' y='75' z=1 is_sharp=False -02 shape.coords x='32' y='72' z=1 is_sharp=False -02 shape.coords x='75' y='65' z=1 is_sharp=False -01 A.shape length=0.003 start=0 z=1 -02 shape.coords x='1' y='15' z=1 is_sharp=False -02 shape.coords x='4' y='95' z=1 is_sharp=False -02 shape.coords x='5' y='100' z=1 is_sharp=False -01 A.shape length=0.03 start=0 z=1 -02 shape.coords x='1' y='95' z=1 is_sharp=False -02 shape.coords x='2' y='98' z=1 is_sharp=False -02 shape.coords x='10' y='100' z=1 is_sharp=False -01 A.shape length=0.06 start=0 z=1 -02 shape.coords x='1' y='91' z=1 is_sharp=False -02 shape.coords x='2' y='97' z=1 is_sharp=False -02 shape.coords x='3' y='100' z=1 is_sharp=False -01 A.shape length=0.04 start=0 z=1 -02 shape.coords x='1' y='71' z=1 is_sharp=False -02 shape.coords x='2' y='100' z=1 is_sharp=False -01 A.shape length=0.04 start=0 z=1 -02 shape.coords x='1' y='76' z=1 is_sharp=False -02 shape.coords x='2' y='100' z=1 is_sharp=False -01 A.shape length=0.08 start=0 z=1 -02 shape.coords x='1' y='75' z=1 is_sharp=False -02 shape.coords x='2' y='95' z=1 is_sharp=False -02 shape.coords x='4' y='100' z=1 is_sharp=False -01 A.shape length=0.04 start=0 z=1 -02 shape.coords x='1' y='73' z=1 is_sharp=False -02 shape.coords x='2' y='100' z=1 is_sharp=False -01 A.shape length=0.1 start=0 z=1 -02 shape.coords x='1' y='86' z=1 is_sharp=False -02 shape.coords x='2' y='99' z=1 is_sharp=False -02 shape.coords x='3' y='98' z=1 is_sharp=False -02 shape.coords x='4' y='99' z=1 is_sharp=False -02 shape.coords x='5' y='100' z=1 is_sharp=False -01 A.shape length=0.04 start=0 z=1 -02 shape.coords x='1' y='61' z=1 is_sharp=False -02 shape.coords x='2' y='98' z=1 is_sharp=False -02 shape.coords x='3' y='100' z=1 is_sharp=False -01 A.shape length=0.04 start=0 z=1 -02 shape.coords x='1' y='89' z=1 is_sharp=False -02 shape.coords x='2' y='100' z=1 is_sharp=False -01 A.shape length=0.04 start=0 z=1 -02 shape.coords x='1' y='80' z=1 is_sharp=False -02 shape.coords x='2' y='100' z=1 is_sharp=False -01 S.shape length=10 start=100 z=1 -02 shape.coords x='2' y='97' z=1 is_sharp=False -02 shape.coords x='9' y='99' z=1 is_sharp=False -02 shape.coords x='10' y='96' z=1 is_sharp=False -02 shape.coords x='12' y='100' z=1 is_sharp=False -02 shape.coords x='13' y='94' z=1 is_sharp=False -02 shape.coords x='16' y='99' z=1 is_sharp=False -02 shape.coords x='19' y='96' z=1 is_sharp=False -02 shape.coords x='20' y='86' z=1 is_sharp=False -02 shape.coords x='100' y='0' z=1 is_sharp=False -01 S.shape length=2.0 start=100 z=1 -02 shape.coords x='1' y='100' z=1 is_sharp=False -02 shape.coords x='2' y='45' z=1 is_sharp=False -02 shape.coords x='3' y='60' z=1 is_sharp=False -02 shape.coords x='4' y='48' z=1 is_sharp=False -02 shape.coords x='5' y='30' z=1 is_sharp=False -02 shape.coords x='8' y='25' z=1 is_sharp=False -02 shape.coords x='20' y='24' z=1 is_sharp=False -01 S.shape length=2.0 start=100 z=1 -02 shape.coords x='1' y='100' z=1 is_sharp=False -02 shape.coords x='2' y='45' z=1 is_sharp=False -02 shape.coords x='3' y='50' z=1 is_sharp=False -02 shape.coords x='4' y='48' z=1 is_sharp=False -02 shape.coords x='5' y='30' z=1 is_sharp=False -02 shape.coords x='8' y='25' z=1 is_sharp=False -02 shape.coords x='20' y='24' z=1 is_sharp=False -01 S.shape length=8 start=150 z=1 -02 shape.coords x='1' y='100' z=1 is_sharp=False -02 shape.coords x='3' y='70' z=1 is_sharp=False -02 shape.coords x='4' y='67' z=1 is_sharp=False -02 shape.coords x='5' y='62' z=1 is_sharp=False -02 shape.coords x='11' y='62' z=1 is_sharp=False -02 shape.coords x='12' y='40' z=1 is_sharp=False -02 shape.coords x='13' y='18' z=1 is_sharp=False -02 shape.coords x='15' y='17' z=1 is_sharp=False -01 A.shape length=0.05 start=0 z=1 -02 shape.coords x='1' y='20' z=1 is_sharp=False -02 shape.coords x='2' y='95' z=1 is_sharp=True -02 shape.coords x='3' y='40' z=1 is_sharp=False -02 shape.coords x='4' y='100' z=1 is_sharp=False -01 S.shape length=1.2 start=100 z=1 -02 shape.coords x='1' y='65' z=1 is_sharp=False -02 shape.coords x='2' y='45' z=1 is_sharp=False -02 shape.coords x='3' y='30' z=1 is_sharp=False -02 shape.coords x='4' y='28' z=1 is_sharp=False +00 instrument 'dev/piano' NOT_CHANGED_SINCE=1775923943.529483 +01 character.variation depends_on='pitch' +02 variation.basic_properties +03 A.shape length=0.24 start=0 z=1 +04 shape.coords x='1' y='91' z=1 is_sharp=False +04 shape.coords x='2' y='97' z=1 is_sharp=False +04 shape.coords x='3' y='100' z=1 is_sharp=False +03 R.shape length=0.1 start='100' z=1 +04 shape.coords x='2' y='78' z=1 is_sharp=False +04 shape.coords x='3' y='0' z=1 is_sharp=False +03 variation.O ref='sine' +02 RAILSBACK_CURVE.shape length=1 start='-8+240' z=1 +03 shape.coords x='0' y='0' z=1 is_sharp=False +03 shape.coords x='1' y='8' z=1 is_sharp=False +03 shape.coords x='2' y='8' z=1 is_sharp=False +03 shape.coords x='13' y='8' z=1 is_sharp=False +03 shape.coords x='14' y='8' z=1 is_sharp=False +03 shape.coords x='15' y='16' z=1 is_sharp=False +02 variation.SPREAD 1 2 3 4 5 6 6 7 7 8 9 9 10 10 11 12 11 13 13 13 14 14 15 15 15 17 16 17 17 18 18 19 19 20 +02 variation.label_spec 'edb65p01' +03 A.shape length=0.24 start=0 z=1 +04 shape.coords x='1' y='91' z=1 is_sharp=False +04 shape.coords x='2' y='97' z=1 is_sharp=False +04 shape.coords x='3' y='100' z=1 is_sharp=False +03 S.shape length=8 start='100' z=1 +04 shape.coords x='5' y='93' z=1 is_sharp=False +04 shape.coords x='8' y='90' z=1 is_sharp=False +04 shape.coords x='9' y='83' z=1 is_sharp=False +04 shape.coords x='15' y='83' z=1 is_sharp=False +04 shape.coords x='16' y='93' z=1 is_sharp=False +04 shape.coords x='18' y='93' z=1 is_sharp=False +04 shape.coords x='19' y='83' z=1 is_sharp=False +04 shape.coords x='100' y='63' z=1 is_sharp=False +02 variation.label_spec 'edb65p02' +03 A.shape length=0.16 start=0 z=1 +04 shape.coords x='1' y='71' z=1 is_sharp=False +04 shape.coords x='2' y='100' z=1 is_sharp=False +03 S.shape length=8 start='100' z=1 +04 shape.coords x='8' y='97' z=1 is_sharp=False +04 shape.coords x='23' y='85' z=1 is_sharp=False +04 shape.coords x='26' y='70' z=1 is_sharp=False +04 shape.coords x='27' y='64' z=1 is_sharp=False +04 shape.coords x='100' y='44' z=1 is_sharp=False +02 variation.label_spec 'edb65p03' +03 A.shape length=0.16 start=0 z=1 +04 shape.coords x='1' y='76' z=1 is_sharp=False +04 shape.coords x='2' y='100' z=1 is_sharp=False +03 S.shape length=8 start='100' z=1 +04 shape.coords x='6' y='91' z=1 is_sharp=False +04 shape.coords x='9' y='79' z=1 is_sharp=False +04 shape.coords x='12' y='93' z=1 is_sharp=False +04 shape.coords x='22' y='96' z=1 is_sharp=False +04 shape.coords x='24' y='70' z=1 is_sharp=False +04 shape.coords x='25' y='78' z=1 is_sharp=False +04 shape.coords x='26' y='70' z=1 is_sharp=False +04 shape.coords x='100' y='50' z=1 is_sharp=False +02 variation.label_spec 'edb65p04' +03 A.shape length=0.32 start=0 z=1 +04 shape.coords x='1' y='75' z=1 is_sharp=False +04 shape.coords x='2' y='95' z=1 is_sharp=False +04 shape.coords x='4' y='100' z=1 is_sharp=False +03 S.shape length=8 start='100' z=1 +04 shape.coords x='5' y='98' z=1 is_sharp=False +04 shape.coords x='6' y='88' z=1 is_sharp=False +04 shape.coords x='7' y='97' z=1 is_sharp=False +04 shape.coords x='20' y='80' z=1 is_sharp=False +04 shape.coords x='21' y='70' z=1 is_sharp=False +04 shape.coords x='22' y='74' z=1 is_sharp=False +04 shape.coords x='23' y='70' z=1 is_sharp=False +04 shape.coords x='100' y='50' z=1 is_sharp=False +02 variation.label_spec 'edb65p05' +03 A.shape length=0.16 start=0 z=1 +04 shape.coords x='1' y='73' z=1 is_sharp=False +04 shape.coords x='2' y='100' z=1 is_sharp=False +03 S.shape length=8 start='100' z=1 +04 shape.coords x='6' y='87' z=1 is_sharp=False +04 shape.coords x='7' y='78' z=1 is_sharp=False +04 shape.coords x='8' y='76' z=1 is_sharp=False +04 shape.coords x='9' y='89' z=1 is_sharp=False +04 shape.coords x='16' y='100' z=1 is_sharp=False +04 shape.coords x='22' y='94' z=1 is_sharp=False +04 shape.coords x='23' y='77' z=1 is_sharp=False +04 shape.coords x='24' y='69' z=1 is_sharp=False +04 shape.coords x='100' y='49' z=1 is_sharp=False +02 variation.label_spec 'edb65p10' +03 A.shape length=0.4 start=0 z=1 +04 shape.coords x='1' y='86' z=1 is_sharp=False +04 shape.coords x='2' y='99' z=1 is_sharp=False +04 shape.coords x='3' y='98' z=1 is_sharp=False +04 shape.coords x='4' y='99' z=1 is_sharp=False +04 shape.coords x='5' y='100' z=1 is_sharp=False +03 S.shape length=8 start='100' z=1 +04 shape.coords x='2' y='97' z=1 is_sharp=False +04 shape.coords x='9' y='99' z=1 is_sharp=False +04 shape.coords x='10' y='96' z=1 is_sharp=False +04 shape.coords x='12' y='100' z=1 is_sharp=False +04 shape.coords x='13' y='94' z=1 is_sharp=False +04 shape.coords x='16' y='99' z=1 is_sharp=False +04 shape.coords x='19' y='96' z=1 is_sharp=False +04 shape.coords x='20' y='86' z=1 is_sharp=False +04 shape.coords x='100' y='66' z=1 is_sharp=False +02 variation.label_spec 'edb65p15' +03 A.shape length=0.16 start=0 z=1 +04 shape.coords x='1' y='61' z=1 is_sharp=False +04 shape.coords x='2' y='98' z=1 is_sharp=False +04 shape.coords x='3' y='100' z=1 is_sharp=False +03 S.shape length=8 start='100' z=1 +04 shape.coords x='2' y='100' z=1 is_sharp=False +04 shape.coords x='5' y='97' z=1 is_sharp=False +04 shape.coords x='12' y='83' z=1 is_sharp=False +04 shape.coords x='13' y='85' z=1 is_sharp=False +04 shape.coords x='16' y='86' z=1 is_sharp=False +04 shape.coords x='17' y='82' z=1 is_sharp=False +04 shape.coords x='19' y='84' z=1 is_sharp=False +04 shape.coords x='22' y='79' z=1 is_sharp=False +04 shape.coords x='24' y='61' z=1 is_sharp=False +04 shape.coords x='100' y='41' z=1 is_sharp=False +02 variation.label_spec 'edb65p20' +03 A.shape length=0.16 start=0 z=1 +04 shape.coords x='1' y='89' z=1 is_sharp=False +04 shape.coords x='2' y='100' z=1 is_sharp=False +03 S.shape length=8 start='100' z=1 +04 shape.coords x='1' y='97' z=1 is_sharp=False +04 shape.coords x='2' y='100' z=1 is_sharp=False +04 shape.coords x='4' y='88' z=1 is_sharp=False +04 shape.coords x='7' y='99' z=1 is_sharp=False +04 shape.coords x='13' y='93' z=1 is_sharp=False +04 shape.coords x='14' y='89' z=1 is_sharp=False +04 shape.coords x='100' y='69' z=1 is_sharp=False +02 variation.label_spec 'edb65p25' +03 A.shape length=0.16 start=0 z=1 +04 shape.coords x='1' y='80' z=1 is_sharp=False +04 shape.coords x='2' y='100' z=1 is_sharp=False +03 S.shape length=8 start='100' z=1 +04 shape.coords x='4' y='89' z=1 is_sharp=False +04 shape.coords x='8' y='85' z=1 is_sharp=False +04 shape.coords x='9' y='80' z=1 is_sharp=False +04 shape.coords x='15' y='85' z=1 is_sharp=False +04 shape.coords x='16' y='81' z=1 is_sharp=False +04 shape.coords x='100' y='61' z=1 is_sharp=False +02 variation.label_spec 'fhdown' +03 S.shape length=4.0 start='100' z=1 +04 shape.coords x='1' y='100' z=1 is_sharp=False +04 shape.coords x='2' y='50' z=1 is_sharp=False +04 shape.coords x='3' y='65' z=1 is_sharp=False +04 shape.coords x='4' y='60' z=1 is_sharp=False +04 shape.coords x='5' y='30' z=1 is_sharp=False +04 shape.coords x='8' y='25' z=1 is_sharp=False +04 shape.coords x='20' y='24' z=1 is_sharp=False +02 variation.label_spec 'bumpslope' +03 S.shape length=5 start='100' z=1 +04 shape.coords x='1' y='92' z=1 is_sharp=False +04 shape.coords x='2' y='65' z=1 is_sharp=False +04 shape.coords x='4' y='60' z=1 is_sharp=True +04 shape.coords x='5' y='87' z=1 is_sharp=False +04 shape.coords x='6' y='85' z=1 is_sharp=False +04 shape.coords x='13' y='83' z=1 is_sharp=False +04 shape.coords x='20' y='80' z=1 is_sharp=False +04 shape.coords x='31' y='76' z=1 is_sharp=False +04 shape.coords x='39' y='73' z=1 is_sharp=False +02 variation.label_spec 'smoothslope' +03 S.shape length=5 start='100' z=1 +04 shape.coords x='3' y='107' z=1 is_sharp=False +04 shape.coords x='15' y='98' z=1 is_sharp=False +04 shape.coords x='24' y='95' z=1 is_sharp=False +04 shape.coords x='25' y='95' z=1 is_sharp=False +04 shape.coords x='26' y='92' z=1 is_sharp=False +04 shape.coords x='27' y='85' z=1 is_sharp=False +04 shape.coords x='31' y='75' z=1 is_sharp=False +04 shape.coords x='32' y='72' z=1 is_sharp=False +04 shape.coords x='75' y='65' z=1 is_sharp=False +02 variation.label_spec 'fhrocket' +03 A.shape length=0.003 start=0 z=1 +04 shape.coords x='1' y='15' z=1 is_sharp=False +04 shape.coords x='4' y='95' z=1 is_sharp=False +04 shape.coords x='5' y='100' z=1 is_sharp=False +02 variation.label_spec 'fhrocket2' +03 A.shape length=0.03 start=0 z=1 +04 shape.coords x='1' y='95' z=1 is_sharp=False +04 shape.coords x='2' y='98' z=1 is_sharp=False +04 shape.coords x='10' y='100' z=1 is_sharp=False +02 variation.subvariation for_value=27.0 +03 variation.SPREAD 1 2 3 4 5 6 6 7 7 8 9 9 10 10 11 12 11 13 13 13 14 14 15 15 15 17 16 17 17 18 18 19 19 20 +03 PROFILE.partial 1 deviance=0 adj_volume=74 +03 PROFILE.partial 2 deviance=0 adj_volume=83 +03 PROFILE.partial 3 deviance=0 adj_volume=100 +03 PROFILE.partial 4 deviance=0 adj_volume=86 +03 PROFILE.partial 5 deviance=0 adj_volume=82 +03 PROFILE.partial 6 deviance=0 adj_volume=80 +03 PROFILE.partial 7 deviance=0 adj_volume=86 +03 PROFILE.partial 8 deviance=0 adj_volume=72 +03 PROFILE.partial 9 deviance=0 adj_volume=81 +03 PROFILE.partial 10 deviance=0 adj_volume=91 +03 PROFILE.partial 11 deviance=0 adj_volume=87 +03 PROFILE.partial 12 deviance=0 adj_volume=93 +03 PROFILE.partial 13 deviance=0 adj_volume=90 +03 PROFILE.partial 14 deviance=0 adj_volume=96 +03 PROFILE.partial 15 deviance=0 adj_volume=88 +03 PROFILE.partial 16 deviance=0 adj_volume=77 +03 PROFILE.partial 17 deviance=0 adj_volume=0 +03 PROFILE.partial 18 deviance=0 adj_volume=64 +03 PROFILE.partial 19 deviance=0 adj_volume=77 +03 PROFILE.partial 20 deviance=0 adj_volume=74 +03 PROFILE.partial 21 deviance=0 adj_volume=67 +03 PROFILE.partial 22 deviance=0 adj_volume=79 +03 PROFILE.partial 23 deviance=0 adj_volume=79 +03 PROFILE.partial 24 deviance=0 adj_volume=65 +03 PROFILE.partial 25 deviance=0 adj_volume=62 +03 PROFILE.partial 26 deviance=0 adj_volume=74 +03 PROFILE.partial 27 deviance=0 adj_volume=74 +03 PROFILE.partial 28 deviance=0 adj_volume=69 +03 PROFILE.partial 29 deviance=0 adj_volume=62 +03 PROFILE.partial 30 deviance=0 adj_volume=62 +03 PROFILE.partial 31 deviance=0 adj_volume=61 +03 PROFILE.partial 32 deviance=0 adj_volume=56 +03 PROFILE.partial 33 deviance=0 adj_volume=58 +03 PROFILE.partial 34 deviance=0 adj_volume=56 +02 variation.subvariation for_value=49.0 +03 variation.SPREAD 1 2 3 4 5 6 6 7 7 8 9 9 10 10 11 12 11 13 13 13 14 14 15 15 15 17 16 17 17 18 18 19 19 20 +03 variation.label_spec 'edb65p01' +04 A.shape length=0.06 start=0 z=1 +05 shape.coords x='1' y='91' z=1 is_sharp=False +05 shape.coords x='2' y='97' z=1 is_sharp=False +05 shape.coords x='3' y='100' z=1 is_sharp=False +03 variation.label_spec 'edb65p02' +04 A.shape length=0.04 start=0 z=1 +05 shape.coords x='1' y='71' z=1 is_sharp=False +05 shape.coords x='2' y='100' z=1 is_sharp=False +03 variation.label_spec 'edb65p03' +04 A.shape length=0.04 start=0 z=1 +05 shape.coords x='1' y='76' z=1 is_sharp=False +05 shape.coords x='2' y='100' z=1 is_sharp=False +03 variation.label_spec 'edb65p04' +04 A.shape length=0.08 start=0 z=1 +05 shape.coords x='1' y='75' z=1 is_sharp=False +05 shape.coords x='2' y='95' z=1 is_sharp=False +05 shape.coords x='4' y='100' z=1 is_sharp=False +03 variation.label_spec 'edb65p05' +04 A.shape length=0.04 start=0 z=1 +05 shape.coords x='1' y='73' z=1 is_sharp=False +05 shape.coords x='2' y='100' z=1 is_sharp=False +03 variation.label_spec 'edb65p10' +04 A.shape length=0.1 start=0 z=1 +05 shape.coords x='1' y='86' z=1 is_sharp=False +05 shape.coords x='2' y='99' z=1 is_sharp=False +05 shape.coords x='3' y='98' z=1 is_sharp=False +05 shape.coords x='4' y='99' z=1 is_sharp=False +05 shape.coords x='5' y='100' z=1 is_sharp=False +03 variation.label_spec 'edb65p15' +04 A.shape length=0.04 start=0 z=1 +05 shape.coords x='1' y='61' z=1 is_sharp=False +05 shape.coords x='2' y='98' z=1 is_sharp=False +05 shape.coords x='3' y='100' z=1 is_sharp=False +03 variation.label_spec 'edb65p20' +04 A.shape length=0.04 start=0 z=1 +05 shape.coords x='1' y='89' z=1 is_sharp=False +05 shape.coords x='2' y='100' z=1 is_sharp=False +03 variation.label_spec 'edb65p25' +04 A.shape length=0.04 start=0 z=1 +05 shape.coords x='1' y='80' z=1 is_sharp=False +05 shape.coords x='2' y='100' z=1 is_sharp=False +03 PROFILE.partial 1 deviance=0 adj_volume=74 +03 PROFILE.partial 2 deviance=0 adj_volume=83 +03 PROFILE.partial 3 deviance=0 adj_volume=100 +03 PROFILE.partial 4 deviance=0 adj_volume=86 +03 PROFILE.partial 5 deviance=0 adj_volume=82 +03 PROFILE.partial 6 deviance=0 adj_volume=80 +03 PROFILE.partial 7 deviance=0 adj_volume=86 +03 PROFILE.partial 8 deviance=0 adj_volume=72 +03 PROFILE.partial 9 deviance=0 adj_volume=81 +03 PROFILE.partial 10 deviance=0 adj_volume=91 +03 PROFILE.partial 11 deviance=0 adj_volume=87 +03 PROFILE.partial 12 deviance=0 adj_volume=93 +03 PROFILE.partial 13 deviance=0 adj_volume=90 +03 PROFILE.partial 14 deviance=0 adj_volume=96 +03 PROFILE.partial 15 deviance=0 adj_volume=88 +03 PROFILE.partial 16 deviance=0 adj_volume=77 +03 PROFILE.partial 17 deviance=0 adj_volume=0 +03 PROFILE.partial 18 deviance=0 adj_volume=64 +03 PROFILE.partial 19 deviance=0 adj_volume=77 +03 PROFILE.partial 20 deviance=0 adj_volume=74 +03 PROFILE.partial 21 deviance=0 adj_volume=67 +03 PROFILE.partial 22 deviance=0 adj_volume=79 +03 PROFILE.partial 23 deviance=0 adj_volume=79 +03 PROFILE.partial 24 deviance=0 adj_volume=65 +03 PROFILE.partial 25 deviance=0 adj_volume=62 +03 PROFILE.partial 26 deviance=0 adj_volume=74 +03 PROFILE.partial 27 deviance=0 adj_volume=74 +03 PROFILE.partial 28 deviance=0 adj_volume=69 +03 PROFILE.partial 29 deviance=0 adj_volume=62 +03 PROFILE.partial 30 deviance=0 adj_volume=62 +03 PROFILE.partial 31 deviance=0 adj_volume=61 +03 PROFILE.partial 32 deviance=0 adj_volume=56 +03 PROFILE.partial 33 deviance=0 adj_volume=58 +03 PROFILE.partial 34 deviance=0 adj_volume=56 +02 variation.subvariation for_value=97.0 +03 variation.SPREAD 1 2 3 4 5 6 6 7 7 8 9 9 10 10 11 12 11 13 13 13 14 14 15 15 15 17 16 17 17 18 18 19 19 20 +03 PROFILE.partial 1 deviance=0 adj_volume=99 +04 partial.A ref='edb65p01' weight=1 +04 partial.A ref='fhrocket' weight=10 +04 partial.S ref='edb65p01' weight=7 +04 partial.S ref='bumpslope' weight=2 +03 PROFILE.partial 2 deviance=0 adj_volume=100 +04 partial.A ref='edb65p02' weight=1 +04 partial.A ref='fhrocket2' weight=6 +04 partial.S ref='edb65p02' weight=5 +04 partial.S ref='smoothslope' weight=2 +04 partial.S ref='bumpslope' weight=1 +03 PROFILE.partial 3 deviance=0 adj_volume=100 +04 partial.A ref='edb65p03' weight=1 +04 partial.A ref='fhrocket' weight=8 +04 partial.S ref='edb65p03' weight=6 +04 partial.S ref='smoothslope' weight=1 +04 partial.S ref='bumpslope' weight=1 +03 PROFILE.partial 4 deviance=0 adj_volume=90 +04 partial.A ref='edb65p04' weight=1 +04 partial.A ref='fhrocket' weight=10 +04 partial.S ref='edb65p03' weight=5 +04 partial.S ref='smoothslope' weight=1 +04 partial.S ref='bumpslope' weight=2 +03 PROFILE.partial 5 deviance=0 adj_volume=94 +04 partial.A ref='edb65p05' weight=1 +04 partial.A ref='fhrocket' weight=10 +04 partial.S ref='edb65p05' weight=4 +04 partial.S ref='smoothslope' weight=1 +04 partial.S ref='bumpslope' weight=3 +03 PROFILE.partial 6 deviance=0 adj_volume=98 +03 PROFILE.partial 7 deviance=0 adj_volume=99 +03 PROFILE.partial 8 deviance=0 adj_volume=75 +03 PROFILE.partial 9 deviance=0 adj_volume=82 +03 PROFILE.partial 10 deviance=0 adj_volume=88 +04 partial.A ref='edb65p10' weight=2 +04 partial.A ref='fhrocket' weight=10 +04 partial.S ref='edb65p10' weight=4 +04 partial.S ref='bumpslope' weight=2 +04 partial.S ref='fhdown' weight=1 +03 PROFILE.partial 11 deviance=0 adj_volume=80 +03 PROFILE.partial 12 deviance=0 adj_volume=76 +03 PROFILE.partial 13 deviance=0 adj_volume=89 +03 PROFILE.partial 14 deviance=0 adj_volume=90 +03 PROFILE.partial 15 deviance=0 adj_volume=79 +04 partial.A ref='edb65p15' weight=2 +04 partial.A ref='fhrocket' weight=10 +04 partial.S ref='edb65p15' weight=3 +04 partial.S ref='bumpslope' weight=1 +04 partial.S ref='fhdown' weight=1 +03 PROFILE.partial 16 deviance=0 adj_volume=63 +03 PROFILE.partial 17 deviance=0 adj_volume=74 +03 PROFILE.partial 18 deviance=0 adj_volume=74 +03 PROFILE.partial 19 deviance=0 adj_volume=69 +03 PROFILE.partial 20 deviance=0 adj_volume=60 +04 partial.A ref='edb65p20' weight=2 +04 partial.A ref='fhrocket' weight=10 +04 partial.S ref='edb65p20' weight=2 +04 partial.S ref='bumpslope' weight=1 +04 partial.S ref='fhdown' weight=2 +03 PROFILE.partial 21 deviance=0 adj_volume=67 +03 PROFILE.partial 22 deviance=0 adj_volume=79 +03 PROFILE.partial 23 deviance=0 adj_volume=64 +03 PROFILE.partial 24 deviance=0 adj_volume=62 +03 PROFILE.partial 25 deviance=0 adj_volume=60 +04 partial.A ref='edb65p25' weight=2 +04 partial.A ref='fhrocket' weight=10 +04 partial.S ref='edb65p25' weight=1 +04 partial.S ref='fhdown' weight=9 +03 PROFILE.partial 26 deviance=0 adj_volume=62 +03 PROFILE.partial 27 deviance=0 adj_volume=57 +03 PROFILE.partial 28 deviance=0 adj_volume=52 +03 PROFILE.partial 29 deviance=0 adj_volume=45 +02 variation.subvariation for_value=196.0 +03 variation.SPREAD 1 2 3 4 5 6 6 7 7 8 9 9 10 10 11 12 11 13 13 13 14 14 15 15 15 17 16 17 17 18 18 19 19 20 +03 PROFILE.partial 1 deviance=0 adj_volume=100 +04 partial.A ref='edb65p01' weight=1 +04 partial.A ref='fhrocket' weight=20 +04 partial.S ref='edb65p01' weight=5 +04 partial.S ref='bumpslope' weight=3 +03 PROFILE.partial 2 deviance=0 adj_volume=96 +04 partial.A ref='edb65p02' weight=1 +04 partial.A ref='fhrocket2' weight=8 +04 partial.S ref='edb65p02' weight=6 +04 partial.S ref='smoothslope' weight=3 +04 partial.S ref='bumpslope' weight=2 +03 PROFILE.partial 3 deviance=0 adj_volume=98 +04 partial.A ref='edb65p03' weight=1 +04 partial.A ref='fhrocket' weight=12 +04 partial.S ref='edb65p03' weight=5 +04 partial.S ref='smoothslope' weight=3 +04 partial.S ref='bumpslope' weight=2 +03 PROFILE.partial 4 deviance=0 adj_volume=86 +04 partial.A ref='edb65p04' weight=1 +04 partial.A ref='fhrocket' weight=16 +04 partial.S ref='edb65p04' weight=4 +04 partial.S ref='smoothslope' weight=4 +04 partial.S ref='bumpslope' weight=3 +03 PROFILE.partial 5 deviance=0 adj_volume=85 +04 partial.A ref='edb65p05' weight=1 +04 partial.A ref='fhrocket' weight=20 +04 partial.S ref='edb65p05' weight=3 +04 partial.S ref='bumpslope' weight=10 +03 PROFILE.partial 6 deviance=0 adj_volume=87 +03 PROFILE.partial 7 deviance=0 adj_volume=84 +03 PROFILE.partial 8 deviance=0 adj_volume=73 +03 PROFILE.partial 9 deviance=0 adj_volume=72 +03 PROFILE.partial 10 deviance=0 adj_volume=68 +04 partial.A ref='edb65p10' weight=1 +04 partial.A ref='fhrocket' weight=18 +04 partial.S ref='edb65p10' weight=2 +04 partial.S ref='bumpslope' weight=3 +04 partial.S ref='fhdown' weight=3 +03 PROFILE.partial 11 deviance=0 adj_volume=67 +03 PROFILE.partial 12 deviance=0 adj_volume=64 +03 PROFILE.partial 13 deviance=0 adj_volume=63 +03 PROFILE.partial 14 deviance=0 adj_volume=58 +03 PROFILE.partial 15 deviance=0 adj_volume=56 +04 partial.A ref='edb65p15' weight=1 +04 partial.A ref='fhrocket' weight=12 +04 partial.S ref='edb65p10' weight=1 +04 partial.S ref='fhdown' weight=19 +03 PROFILE.partial 16 deviance=0 adj_volume=50 +03 PROFILE.partial 17 deviance=0 adj_volume=53 +03 PROFILE.partial 18 deviance=0 adj_volume=43 +03 PROFILE.partial 19 deviance=0 adj_volume=30 +02 variation.subvariation for_value=392.0 +03 variation.SPREAD 1 2 3 4 5 6 6 7 7 8 9 9 10 10 11 12 11 13 13 13 14 14 15 15 15 17 16 17 17 18 18 19 19 20 +03 variation.label_spec 'edb65p10' +04 S.shape length=10 start='100' z=1 +05 shape.coords x='2' y='97' z=1 is_sharp=False +05 shape.coords x='9' y='99' z=1 is_sharp=False +05 shape.coords x='10' y='96' z=1 is_sharp=False +05 shape.coords x='12' y='100' z=1 is_sharp=False +05 shape.coords x='13' y='94' z=1 is_sharp=False +05 shape.coords x='16' y='99' z=1 is_sharp=False +05 shape.coords x='19' y='96' z=1 is_sharp=False +05 shape.coords x='20' y='86' z=1 is_sharp=False +05 shape.coords x='100' y='0' z=1 is_sharp=False +03 PROFILE.partial 1 deviance=0 adj_volume=100 +04 partial.A ref='edb65p01' weight=1 +04 partial.A ref='fhrocket' weight=56 +04 partial.S ref='edb65p01' weight=7 +04 partial.S ref='bumpslope' weight=4 +03 PROFILE.partial 2 deviance=0 adj_volume=82 +04 partial.A ref='edb65p02' weight=1 +04 partial.A ref='fhrocket2' weight=16 +04 partial.S ref='edb65p02' weight=6 +04 partial.S ref='smoothslope' weight=4 +04 partial.S ref='bumpslope' weight=8 +03 PROFILE.partial 3 deviance=0 adj_volume=88 +04 partial.A ref='edb65p03' weight=1 +04 partial.A ref='fhrocket' weight=20 +04 partial.S ref='edb65p03' weight=4 +04 partial.S ref='smoothslope' weight=12 +04 partial.S ref='bumpslope' weight=8 +03 PROFILE.partial 4 deviance=0 adj_volume=71 +04 partial.A ref='edb65p04' weight=1 +04 partial.A ref='fhrocket' weight=32 +04 partial.S ref='bumpslope' +03 PROFILE.partial 5 deviance=0 adj_volume=80 +04 partial.A ref='edb65p05' weight=1 +04 partial.A ref='fhrocket' weight=56 +04 partial.S ref='bumpslope' +03 PROFILE.partial 6 deviance=0 adj_volume=72 +03 PROFILE.partial 7 deviance=0 adj_volume=75 +03 PROFILE.partial 8 deviance=0 adj_volume=47 +03 PROFILE.partial 9 deviance=0 adj_volume=58 +03 PROFILE.partial 10 deviance=0 adj_volume=52 +04 partial.A ref='edb65p10' weight=1 +04 partial.A ref='fhrocket' weight=20 +04 partial.S ref='edb65p10' weight=1 +04 partial.S ref='fhdown' weight=39 +02 variation.subvariation for_value=1568.0 +03 variation.SPREAD 1 2 3 4 5 6 6 7 7 8 9 9 10 10 11 12 11 13 13 13 14 14 15 15 15 17 16 17 17 18 18 19 19 20 +03 variation.label_spec 'fhdown' +04 S.shape length=2.0 start='100' z=1 +05 shape.coords x='1' y='100' z=1 is_sharp=False +05 shape.coords x='2' y='45' z=1 is_sharp=False +05 shape.coords x='3' y='60' z=1 is_sharp=False +05 shape.coords x='4' y='48' z=1 is_sharp=False +05 shape.coords x='5' y='30' z=1 is_sharp=False +05 shape.coords x='8' y='25' z=1 is_sharp=False +05 shape.coords x='20' y='24' z=1 is_sharp=False +03 PROFILE.partial 1 deviance=0 adj_volume=100 +04 partial.A ref='edb65p01' weight=1 +04 partial.A ref='fhrocket' weight=70 +04 partial.S ref='edb65p01' weight=2 +04 partial.S ref='bumpslope' weight=3 +03 PROFILE.partial 2 deviance=0 adj_volume=80 +04 partial.A ref='edb65p02' weight=1 +04 partial.A ref='fhrocket2' weight=25 +04 partial.S ref='edb65p02' weight=3 +04 partial.S ref='smoothslope' weight=20 +04 partial.S ref='bumpslope' weight=14 +03 PROFILE.partial 3 deviance=0 adj_volume=85 +04 partial.A ref='edb65p03' weight=1 +04 partial.A ref='fhrocket' weight=30 +04 partial.S ref='edb65p03' weight=4 +04 partial.S ref='smoothslope' weight=7 +04 partial.S ref='bumpslope' weight=12 +03 PROFILE.partial 4 deviance=0 adj_volume=65 +04 partial.A ref='edb65p04' weight=1 +04 partial.A ref='fhrocket' weight=42 +04 partial.S ref='bumpslope' +03 PROFILE.partial 5 deviance=0 adj_volume=52 +04 partial.A ref='edb65p05' weight=1 +04 partial.A ref='fhrocket' weight=63 +04 partial.S ref='bumpslope' +03 PROFILE.partial 6 deviance=0 adj_volume=41 +03 PROFILE.partial 7 deviance=0 adj_volume=32 +03 PROFILE.partial 8 deviance=0 adj_volume=24 +04 partial.A ref='edb65p10' weight=1 +04 partial.A ref='fhrocket' weight=30 +04 partial.S ref='edb65p10' weight=1 +04 partial.S ref='fhdown' weight=46 +02 variation.subvariation for_value=4187.0 +03 variation.basic_properties +04 variation.A ref='fhrocket' +03 variation.SPREAD 1 2 3 4 5 6 6 7 7 8 9 9 10 10 11 12 11 13 13 13 14 14 15 15 15 17 16 17 17 18 18 19 19 20 +03 variation.label_spec 'fhdown' +04 S.shape length=2.0 start='100' z=1 +05 shape.coords x='1' y='100' z=1 is_sharp=False +05 shape.coords x='2' y='45' z=1 is_sharp=False +05 shape.coords x='3' y='50' z=1 is_sharp=False +05 shape.coords x='4' y='48' z=1 is_sharp=False +05 shape.coords x='5' y='30' z=1 is_sharp=False +05 shape.coords x='8' y='25' z=1 is_sharp=False +05 shape.coords x='20' y='24' z=1 is_sharp=False +03 variation.label_spec 'bumpslope' +04 S.shape length=8 start='150' z=1 +05 shape.coords x='1' y='100' z=1 is_sharp=False +05 shape.coords x='3' y='70' z=1 is_sharp=False +05 shape.coords x='4' y='67' z=1 is_sharp=False +05 shape.coords x='5' y='62' z=1 is_sharp=False +05 shape.coords x='11' y='62' z=1 is_sharp=False +05 shape.coords x='12' y='40' z=1 is_sharp=False +05 shape.coords x='13' y='18' z=1 is_sharp=False +05 shape.coords x='15' y='17' z=1 is_sharp=False +03 PROFILE.partial 1 deviance=-40 adj_volume=100 +04 A.shape length=0.05 start=0 z=1 +05 shape.coords x='1' y='20' z=1 is_sharp=False +05 shape.coords x='2' y='95' z=1 is_sharp=True +05 shape.coords x='3' y='40' z=1 is_sharp=False +05 shape.coords x='4' y='100' z=1 is_sharp=False +04 S.shape length=1.2 start='100' z=1 +05 shape.coords x='1' y='65' z=1 is_sharp=False +05 shape.coords x='2' y='45' z=1 is_sharp=False +05 shape.coords x='3' y='30' z=1 is_sharp=False +05 shape.coords x='4' y='28' z=1 is_sharp=False +03 PROFILE.partial 2 deviance=0 adj_volume=70 +03 PROFILE.partial 3 deviance=0 adj_volume=35 +04 partial.S ref='fhdown' +03 PROFILE.partial 4 deviance=0 adj_volume=15 +03 PROFILE.partial 5 deviance=0 adj_volume=12 +03 PROFILE.partial 6 deviance=0 adj_volume=14 +03 PROFILE.partial 7 deviance=0 adj_volume=13 +03 PROFILE.partial 8 deviance=0 adj_volume=11 +01 character.variation depends_on='stress' +02 variation.subvariation for_value=100.0 +03 MORPH.partials '1' +04 partials.shape length=1 start='1' z=1 +05 shape.coords x='1' y='1' z=1 is_sharp=False +02 variation.subvariation for_value=70.0 +03 MORPH.partials '1' +04 partials.shape length=1 start='10+1' z=1 +05 shape.coords x='1' y='2' z=1 is_sharp=False +05 shape.coords x='2' y='2' z=1 is_sharp=True +05 shape.coords x='3' y='2' z=1 is_sharp=False +05 shape.coords x='4' y='1' z=1 is_sharp=False +05 shape.coords x='5' y='1' z=1 is_sharp=False +05 shape.coords x='30' y='1' z=1 is_sharp=False +03 MORPH.partials '2' +04 partials.shape length=1 start='1' z=1 +05 shape.coords x='1' y='1' z=1 is_sharp=False +02 variation.subvariation for_value=0.0 +03 variation.subvariation for_value=1.0 +04 MORPH.partials '1' +05 partials.shape length=1 start='5+1' z=1 +06 shape.coords x='1' y='2' z=1 is_sharp=False +06 shape.coords x='2' y='2' z=1 is_sharp=True +06 shape.coords x='3' y='2' z=1 is_sharp=False +06 shape.coords x='4' y='1' z=1 is_sharp=False +06 shape.coords x='5' y='1' z=1 is_sharp=False +06 shape.coords x='30' y='1' z=1 is_sharp=False +04 MORPH.partials '2' +05 partials.shape length=1 start='1' z=1 +06 shape.coords x='1' y='1' z=1 is_sharp=False +04 MORPH.partials '5' +05 partials.shape length=1 start='5+1' z=1 +06 shape.coords x='1' y='2' z=1 is_sharp=False +06 shape.coords x='2' y='2' z=1 is_sharp=True +06 shape.coords x='3' y='2' z=1 is_sharp=False +06 shape.coords x='4' y='1' z=1 is_sharp=False +06 shape.coords x='5' y='1' z=1 is_sharp=False +06 shape.coords x='30' y='1' z=1 is_sharp=False +04 MORPH.partials '6' +05 partials.shape length=1 start='1' z=1 +06 shape.coords x='1' y='1' z=1 is_sharp=False +03 variation.subvariation for_value=0.0 +04 MORPH.partials '1' +05 partials.shape length=1 start='5+1' z=1 +06 shape.coords x='1' y='2' z=1 is_sharp=False +06 shape.coords x='2' y='2' z=1 is_sharp=True +06 shape.coords x='3' y='2' z=1 is_sharp=False +06 shape.coords x='4' y='1' z=1 is_sharp=False +06 shape.coords x='7' y='1' z=1 is_sharp=False +04 MORPH.partials '2' +05 partials.shape length=1 start='1' z=1 +06 shape.coords x='1' y='1' z=1 is_sharp=False +04 MORPH.partials '5' +05 partials.shape length=1 start='5+1' z=1 +06 shape.coords x='1' y='2' z=1 is_sharp=False +06 shape.coords x='2' y='2' z=1 is_sharp=True +06 shape.coords x='3' y='2' z=1 is_sharp=False +06 shape.coords x='4' y='1' z=1 is_sharp=False +06 shape.coords x='7' y='1' z=1 is_sharp=False +04 MORPH.partials '6' +05 partials.shape length=1 start='1' z=1 +06 shape.coords x='1' y='1' z=1 is_sharp=False 00 instrument 'alpha' NOT_CHANGED_SINCE=1698004260.0 -01 A.shape length=0.021 start=0 z=1 -02 shape.coords x='2' y='3' z=1 is_sharp=False -01 R.shape length=0.2 start=2 z=1 -02 shape.coords x='3' y='1' z=1 is_sharp=False -02 shape.coords x='4' y='0' z=1 is_sharp=False -01 FM.modulation frequency='2' mod_share='2' base_share='3' overdrive=True oscillator='sine' -01 S.shape length=0.7 start=12 z=1 -02 shape.coords x='1' y='12' z='2' is_sharp=False -02 shape.coords x='3' y='11' z=1 is_sharp=False -01 A.shape length=0.015 start=0 z=1 -02 shape.coords x='1' y='2' z='2' is_sharp=False -02 shape.coords x='4' y='3' z=1 is_sharp=False -01 S.shape length=0.55 start=5 z=1 -02 shape.coords x='1' y='4' z='2' is_sharp=False -02 shape.coords x='2' y='3' z=1 is_sharp=False -02 shape.coords x='20' y='1' z=1 is_sharp=False -01 S.shape length=0.7 start=13 z=1 -02 shape.coords x='1' y='12' z='2' is_sharp=False -02 shape.coords x='3' y='11' z=1 is_sharp=False -01 A.shape length=0.015 start=0 z=1 -02 shape.coords x='1' y='2' z='2' is_sharp=False -02 shape.coords x='4' y='3' z=1 is_sharp=False -01 S.shape length=0.55 start=3 z=1 -02 shape.coords x='1' y='2' z=1 is_sharp=False -02 shape.coords x='2' y='2' z='3' is_sharp=False -02 shape.coords x='20' y='1' z=1 is_sharp=False -00 instrument 'ki' NOT_CHANGED_SINCE=1702759275.0 -01 A.shape length=0.03 start=0 z=1 -02 shape.coords x='1' y='1' z=1 is_sharp=False -02 shape.coords x='3' y='1' z=1 is_sharp=False -01 R.shape length=0.2 start=1 z=1 -02 shape.coords x='1' y='1' z=1 is_sharp=False -02 shape.coords x='3' y='0' z=1 is_sharp=False -01 FM.modulation frequency='3' mod_share='5' base_share='2' overdrive=True oscillator='sine' -01 FM.modulation frequency='2' mod_share='3' base_share='1' overdrive=True oscillator='sine' -02 envelope.shape length=1 start=6 z=1 -03 shape.coords x='1' y='1' z=1 is_sharp=False +01 character.basic_properties +02 A.shape length=0.021 start=0 z=1 +03 shape.coords x='2' y='3' z=1 is_sharp=False +02 R.shape length=0.2 start='2' z=1 +03 shape.coords x='3' y='1' z=1 is_sharp=False 03 shape.coords x='4' y='0' z=1 is_sharp=False +02 FM.modulation frequency='2' mod_share='2' base_share='3' overdrive=True oscillator='sine' +01 MORPH.partials '1' +02 partials.shape length=1 start='1' z=1 +03 shape.coords x='1' y='1' z=1 is_sharp=False +01 MORPH.partials '15' +02 partials.shape length=1 start='1' z=1 +03 shape.coords x='1' y='1' z=1 is_sharp=False +01 MORPH.partials '3n' +02 partials.shape length=2 start='10' z=1 +03 shape.coords x='4' y='11' z=1 is_sharp=False +03 shape.coords x='9' y='9' z=1 is_sharp=False +01 MORPH.partials '5n+2' +02 partials.shape length=3 start='11' z=1 +03 shape.coords x='5' y='10' z=1 is_sharp=False +03 shape.coords x='7' y='11' z=1 is_sharp=False +01 TIMBRE.shape length=13000 start='100' z=1 +02 shape.coords x='3' y='92' z=1 is_sharp=False +02 shape.coords x='5' y='102' z=1 is_sharp=True +02 shape.coords x='7' y='72' z=1 is_sharp=True +02 shape.coords x='10' y='94' z=1 is_sharp=True +02 shape.coords x='13' y='65' z=1 is_sharp=False +02 shape.coords x='15' y='89' z=1 is_sharp=True +02 shape.coords x='19' y='75' z=1 is_sharp=False +01 VOLUMES.shape length=15 start='100' z=1 +02 shape.coords x='1' y='93' z=1 is_sharp=False +02 shape.coords x='3' y='79' z=1 is_sharp=False +02 shape.coords x='12' y='70' z=1 is_sharp=False +01 character.variation depends_on='stress' +02 variation.subvariation for_value=75.0 +03 PROFILE.partial 1 deviance=0 +04 S.shape length=0.7 start='12' z=1 +05 shape.coords x='1' y='12' z='2' is_sharp=False +05 shape.coords x='3' y='11' z=1 is_sharp=False +03 PROFILE.partial 15 deviance=0 +04 A.shape length=0.015 start=0 z=1 +05 shape.coords x='1' y='2' z='2' is_sharp=False +05 shape.coords x='4' y='3' z=1 is_sharp=False +04 S.shape length=0.55 start='5' z=1 +05 shape.coords x='1' y='4' z='2' is_sharp=False +05 shape.coords x='2' y='3' z=1 is_sharp=False +05 shape.coords x='20' y='1' z=1 is_sharp=False +02 variation.subvariation for_value=100.0 +03 PROFILE.partial 1 deviance=0 +04 S.shape length=0.7 start='13' z=1 +05 shape.coords x='1' y='12' z='2' is_sharp=False +05 shape.coords x='3' y='11' z=1 is_sharp=False +03 PROFILE.partial 15 deviance=0 +04 A.shape length=0.015 start=0 z=1 +05 shape.coords x='1' y='2' z='2' is_sharp=False +05 shape.coords x='4' y='3' z=1 is_sharp=False +04 S.shape length=0.55 start='3' z=1 +05 shape.coords x='1' y='2' z=1 is_sharp=False +05 shape.coords x='2' y='2' z='3' is_sharp=False +05 shape.coords x='20' y='1' z=1 is_sharp=False +00 instrument 'ki' NOT_CHANGED_SINCE=1702759275.0 +01 character.basic_properties +02 A.shape length=0.03 start=0 z=1 +03 shape.coords x='1' y='1' z=1 is_sharp=False +03 shape.coords x='3' y='1' z=1 is_sharp=False +02 R.shape length=0.2 start='1' z=1 +03 shape.coords x='1' y='1' z=1 is_sharp=False +03 shape.coords x='3' y='0' z=1 is_sharp=False +01 MORPH.partials '1' +02 partials.shape length=1 start='10' z=1 +03 shape.coords x='2' y='11' z=1 is_sharp=False +03 shape.coords x='3' y='9' z=1 is_sharp=False +01 MORPH.partials '4' +02 partials.shape length=1 start='15' z=1 +03 shape.coords x='1' y='16' z=1 is_sharp=False +03 shape.coords x='3' y='14' z=1 is_sharp=False +01 MORPH.partials '7' +02 partials.shape length=1 start='6' z=1 +03 shape.coords x='3' y='7' z=1 is_sharp=False +03 shape.coords x='5' y='6' z=1 is_sharp=False +01 MORPH.partials '2n+1' +02 partials.shape length=1 start='8' z=1 +03 shape.coords x='1' y='6' z=1 is_sharp=False +03 shape.coords x='2' y='7' z=1 is_sharp=False +01 TIMBRE.shape length=7000 start='100' z=1 +02 shape.coords x='1' y='115' z=1 is_sharp=True +02 shape.coords x='2' y='90' z=1 is_sharp=False +02 shape.coords x='3' y='102' z=1 is_sharp=True +02 shape.coords x='4' y='84' z=1 is_sharp=False +02 shape.coords x='6' y='104' z=1 is_sharp=False +02 shape.coords x='7' y='78' z=1 is_sharp=False +02 shape.coords x='8' y='99' z=1 is_sharp=True +02 shape.coords x='10' y='68' z=1 is_sharp=False +02 shape.coords x='11' y='95' z=1 is_sharp=True +02 shape.coords x='16' y='93' z=1 is_sharp=False +02 shape.coords x='20' y='90' z=1 is_sharp=False +01 VOLUMES.shape length=7 start='100' z=1 +02 shape.coords x='1' y='90' z=1 is_sharp=False +02 shape.coords x='2' y='75' z=1 is_sharp=False +02 shape.coords x='5' y='70' z=1 is_sharp=False +01 PROFILE.partial 1 deviance=0 +02 FM.modulation frequency='3' mod_share='5' base_share='2' overdrive=True oscillator='sine' +01 PROFILE.partial 10 deviance=0 +02 FM.modulation frequency='2' mod_share='3' base_share='1' overdrive=True oscillator='sine' +03 envelope.shape length=1 start='6' z=1 +04 shape.coords x='1' y='1' z=1 is_sharp=False +04 shape.coords x='4' y='0' z=1 is_sharp=False 00 bar '001P1L1M1' 01 stress_pattern.stressor 02 stressor.level '3' @@ -296,13 +746,13 @@ 02 stressor.level '0' 02 stressor.level '0' 02 stressor.level '0' -01 tempo.shape length=1 start=312 z=1 +01 tempo.shape length=1 start='312' z=1 02 shape.coords x='1' y='312' z=1 is_sharp=False 01 tempo.levels 32 -01 lower_stress_bound.shape length=1 start=92 z=1 +01 lower_stress_bound.shape length=1 start='92' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False 02 shape.coords x='2' y='83' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=97 z=1 +01 upper_stress_bound.shape length=1 start='97' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False 02 shape.coords x='2' y='88' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 @@ -468,13 +918,13 @@ 04 cluster.note letter='o' shift=2 length=3 04 cluster.note letter='o' shift=0 length=1 00 bar '004P1L2M2' -01 tempo.shape length=1 start=312 z=1 +01 tempo.shape length=1 start='312' z=1 02 shape.coords x='2' y='312' z=1 is_sharp=False 02 shape.coords x='3' y='96' z=1 is_sharp=False -01 lower_stress_bound.shape length=1 start=83 z=1 +01 lower_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='85' z=1 is_sharp=False 02 shape.coords x='3' y='88' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=87 z=1 +01 upper_stress_bound.shape length=1 start='87' z=1 02 shape.coords x='1' y='90' z=1 is_sharp=False 02 shape.coords x='3' y='95' z=1 is_sharp=False 01 bar.tuning offset=8 shift=0 scale='mj' @@ -555,13 +1005,13 @@ 04 cluster.note letter='o' shift=-3 length=1 04 cluster.note letter='o' shift=-6 length=1 00 bar '005P1L3M1' -01 tempo.shape length=1 start=312 z=1 +01 tempo.shape length=1 start='312' z=1 02 shape.coords x='1' y='312' z=1 is_sharp=False -01 lower_stress_bound.shape length=1 start=83 z=1 +01 lower_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='2' y='83' z=1 is_sharp=True 02 shape.coords x='3' y='95' z=1 is_sharp=True 02 shape.coords x='4' y='95' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=88 z=1 +01 upper_stress_bound.shape length=1 start='88' z=1 02 shape.coords x='2' y='88' z=1 is_sharp=True 02 shape.coords x='3' y='100' z=1 is_sharp=True 02 shape.coords x='4' y='100' z=1 is_sharp=False @@ -680,12 +1130,12 @@ 04 cluster.pause length=1 04 cluster.note letter='o' shift=-2 length=2 00 bar '006P1L3M2' -01 lower_stress_bound.shape length=1 start=95 z=1 +01 lower_stress_bound.shape length=1 start='95' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False 02 shape.coords x='2' y='83' z=1 is_sharp=True 02 shape.coords x='3' y='95' z=1 is_sharp=True 02 shape.coords x='4' y='95' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=100 z=1 +01 upper_stress_bound.shape length=1 start='100' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False 02 shape.coords x='2' y='88' z=1 is_sharp=True 02 shape.coords x='3' y='100' z=1 is_sharp=True @@ -835,10 +1285,10 @@ 04 cluster.note letter='o' shift=3 length=4 04 cluster.note letter='o' shift=2 length=1 00 bar '007P1L4M1' -01 lower_stress_bound.shape length=1 start=95 z=1 +01 lower_stress_bound.shape length=1 start='95' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False 02 shape.coords x='8' y='83' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=100 z=1 +01 upper_stress_bound.shape length=1 start='100' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False 02 shape.coords x='8' y='88' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='mj' @@ -942,9 +1392,9 @@ 03 offset.cluster 8 04 cluster.note letter='o' shift=-4 length=2 00 bar '008P1L4M2' -01 lower_stress_bound.shape length=1 start=83 z=1 +01 lower_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='90' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=88 z=1 +01 upper_stress_bound.shape length=1 start='88' z=1 02 shape.coords x='1' y='95' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-3 01 bar.tuning offset=8 shift=3 @@ -1065,10 +1515,10 @@ 04 cluster.pause length=1 04 cluster.note letter='o' shift=-3 length=2 00 bar '009P1L5M1' -01 lower_stress_bound.shape length=1 start=90 z=1 +01 lower_stress_bound.shape length=1 start='90' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False 02 shape.coords x='6' y='83' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=95 z=1 +01 upper_stress_bound.shape length=1 start='95' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False 02 shape.coords x='6' y='88' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-5 @@ -1142,12 +1592,12 @@ 04 cluster.note letter='o' shift=-1 length=1 04 cluster.note letter='o' shift=-3 length=1 00 bar '010P1L6M1' -01 tempo.shape length=1 start=312 z=1 +01 tempo.shape length=1 start='312' z=1 02 shape.coords x='1' y='312' z=1 is_sharp=False 02 shape.coords x='4' y='120' z=1 is_sharp=False -01 lower_stress_bound.shape length=1 start=83 z=1 +01 lower_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=88 z=1 +01 upper_stress_bound.shape length=1 start='88' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False 01 bar.tuning offset=6 shift=0 scale='mn' 01 bar.tuning offset=18 shift=0 scale='chr' @@ -1249,12 +1699,12 @@ 02 stressor.level '2' 02 stressor.level '3' 02 stressor.level '1' -01 tempo.shape length=1 start=552 z=1 +01 tempo.shape length=1 start='552' z=1 02 shape.coords x='1' y='552' z=1 is_sharp=False 01 tempo.levels 8 -01 lower_stress_bound.shape length=1 start=83 z=1 +01 lower_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=88 z=1 +01 upper_stress_bound.shape length=1 start='88' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='ml' 01 bar.voice 'pi' @@ -1335,10 +1785,10 @@ 04 cluster.note letter='' shift=5 04 cluster.pause length=1 00 bar 'A015P2L1M5' -01 lower_stress_bound.shape length=1 start=83 z=1 +01 lower_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False 02 shape.coords x='2' y='85' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=88 z=1 +01 upper_stress_bound.shape length=1 start='88' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False 02 shape.coords x='9' y='90' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='mn' @@ -1367,9 +1817,9 @@ 04 cluster.note letter='' shift=4 04 cluster.pause length=2 00 bar 'A016P2L1M6' -01 lower_stress_bound.shape length=1 start=85 z=1 +01 lower_stress_bound.shape length=1 start='85' z=1 02 shape.coords x='1' y='87' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=90 z=1 +01 upper_stress_bound.shape length=1 start='90' z=1 02 shape.coords x='1' y='92' z=1 is_sharp=False 01 bar.voice 'pi' 02 voice.offset tick=0 @@ -1399,9 +1849,9 @@ 04 cluster.note letter='o' shift=0 length=1 04 cluster.note letter='o' shift=-1 length=1 00 bar 'A018P2L2M1' -01 lower_stress_bound.shape length=1 start=89 z=1 +01 lower_stress_bound.shape length=1 start='89' z=1 02 shape.coords x='1' y='91' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=94 z=1 +01 upper_stress_bound.shape length=1 start='94' z=1 02 shape.coords x='1' y='95' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-2 01 bar.tuning offset=4 shift=0 scale='ml' @@ -2614,10 +3064,10 @@ 03 offset.stem_note pitch='Bb3' 03 offset.stem_note pitch='Bb3' 00 bar 'A085P3L5M7' -01 lower_stress_bound.shape length=1 start=94 z=1 +01 lower_stress_bound.shape length=1 start='94' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False 02 shape.coords x='2' y='85' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=100 z=1 +01 upper_stress_bound.shape length=1 start='100' z=1 02 shape.coords x='2' y='100' z=1 is_sharp=False 02 shape.coords x='3' y='89' z=1 is_sharp=False 01 bar.voice 'alpha' @@ -2662,10 +3112,10 @@ 04 cluster.note letter='' shift=1 04 cluster.note letter='' shift=2 00 bar 'A086P3L6M1' -01 lower_stress_bound.shape length=1 start=85 z=1 +01 lower_stress_bound.shape length=1 start='85' z=1 02 shape.coords x='1' y='82' z=1 is_sharp=False 02 shape.coords x='2' y='79' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=89 z=1 +01 upper_stress_bound.shape length=1 start='89' z=1 02 shape.coords x='1' y='85' z=1 is_sharp=False 02 shape.coords x='2' y='83' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='hm' @@ -2711,10 +3161,10 @@ 04 cluster.note letter='' shift=4 04 cluster.note letter='' shift=5 00 bar 'A087P3L6M2' -01 lower_stress_bound.shape length=1 start=79 z=1 +01 lower_stress_bound.shape length=1 start='79' z=1 02 shape.coords x='2' y='76' z=1 is_sharp=False 02 shape.coords x='3' y='74' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=83 z=1 +01 upper_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='81' z=1 is_sharp=False 02 shape.coords x='3' y='78' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='mn' @@ -2755,9 +3205,9 @@ 04 cluster.note letter='' shift=1 04 cluster.note letter='' shift=2 00 bar 'A088P3L6M3' -01 lower_stress_bound.shape length=1 start=74 z=1 +01 lower_stress_bound.shape length=1 start='74' z=1 02 shape.coords x='1' y='74' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=78 z=1 +01 upper_stress_bound.shape length=1 start='78' z=1 02 shape.coords x='1' y='78' z=1 is_sharp=False 01 bar.voice 'alpha' 02 voice.offset tick=0 @@ -2796,9 +3246,9 @@ 04 cluster.note letter='' shift=1 04 cluster.note letter='' shift=2 00 bar 'A089P3L6M4' -01 lower_stress_bound.shape length=1 start=78 z=1 +01 lower_stress_bound.shape length=1 start='78' z=1 02 shape.coords x='1' y='78' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=83 z=1 +01 upper_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False 01 bar.tuning offset=0 shift=3 01 bar.voice 'pi' @@ -2879,9 +3329,9 @@ 03 offset.stem_note pitch='Db5' 03 offset.stem_note pitch='Db3' 00 bar 'A093P3L7M2' -01 lower_stress_bound.shape length=1 start=78 z=1 +01 lower_stress_bound.shape length=1 start='78' z=1 02 shape.coords x='1' y='81' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=83 z=1 +01 upper_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='85' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-3 01 bar.tuning offset=4 shift=0 scale='ml' @@ -2928,9 +3378,9 @@ 04 cluster.note letter='' shift=-2 length=1 04 cluster.note letter='' shift=0 length=1 00 bar 'A094P3L7M3' -01 lower_stress_bound.shape length=1 start=81 z=1 +01 lower_stress_bound.shape length=1 start='81' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=85 z=1 +01 upper_stress_bound.shape length=1 start='85' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='mn' 01 bar.voice 'pi' @@ -2976,9 +3426,9 @@ 04 cluster.note letter='' shift=-2 length=1 04 cluster.note letter='' shift=0 length=1 00 bar 'A095P3L7M4' -01 lower_stress_bound.shape length=1 start=83 z=1 +01 lower_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='86' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=88 z=1 +01 upper_stress_bound.shape length=1 start='88' z=1 02 shape.coords x='1' y='90' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-4 01 bar.tuning offset=4 shift=1 @@ -3025,9 +3475,9 @@ 04 cluster.note letter='' shift=-6 length=1 04 cluster.note letter='' shift=0 length=1 00 bar 'A096P3L7M5' -01 lower_stress_bound.shape length=1 start=86 z=1 +01 lower_stress_bound.shape length=1 start='86' z=1 02 shape.coords x='1' y='87' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=90 z=1 +01 upper_stress_bound.shape length=1 start='90' z=1 02 shape.coords x='1' y='92' z=1 is_sharp=False 01 bar.tuning offset=0 shift=1 01 bar.tuning offset=4 shift=2 @@ -3074,9 +3524,9 @@ 04 cluster.note letter='' shift=-2 length=1 04 cluster.note letter='' shift=0 length=1 00 bar 'A097P3L7M6' -01 lower_stress_bound.shape length=1 start=87 z=1 +01 lower_stress_bound.shape length=1 start='87' z=1 02 shape.coords x='1' y='90' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=92 z=1 +01 upper_stress_bound.shape length=1 start='92' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-2 01 bar.tuning offset=4 shift=4 @@ -3123,9 +3573,9 @@ 04 cluster.note letter='' shift=-2 length=1 04 cluster.note letter='' shift=0 length=1 00 bar 'A098P4L1M1' -01 lower_stress_bound.shape length=1 start=90 z=1 +01 lower_stress_bound.shape length=1 start='90' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=94 z=1 +01 upper_stress_bound.shape length=1 start='94' z=1 02 shape.coords x='1' y='100' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-2 01 bar.tuning offset=4 shift=0 scale='hm' @@ -3166,9 +3616,9 @@ 05 cluster.note letter='o' shift=-2 length=1 05 cluster.pause length=1 00 bar 'A099P4L1M2' -01 lower_stress_bound.shape length=1 start=94 z=1 +01 lower_stress_bound.shape length=1 start='94' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=100 z=1 +01 upper_stress_bound.shape length=1 start='100' z=1 02 shape.coords x='1' y='100' z=1 is_sharp=False 01 bar.voice 'pi' 02 voice.offset tick=0 @@ -3203,9 +3653,9 @@ 03 offset.stem_note pitch='Bb2' 03 offset.stem_note pitch='Bb1' 00 bar 'A101P4L1M4' -01 lower_stress_bound.shape length=1 start=78 z=1 +01 lower_stress_bound.shape length=1 start='78' z=1 02 shape.coords x='1' y='78' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=83 z=1 +01 upper_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False 01 bar.tuning offset=0 shift=3 01 bar.voice 'pi' @@ -3286,9 +3736,9 @@ 03 offset.stem_note pitch='Db5' 03 offset.stem_note pitch='Db3' 00 bar 'A105P4L2M2' -01 lower_stress_bound.shape length=1 start=78 z=1 +01 lower_stress_bound.shape length=1 start='78' z=1 02 shape.coords x='1' y='81' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=83 z=1 +01 upper_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='85' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-3 01 bar.tuning offset=4 shift=0 scale='ml' @@ -3335,9 +3785,9 @@ 04 cluster.note letter='' shift=-2 length=1 04 cluster.note letter='' shift=0 length=1 00 bar 'A105P4L2M3' -01 lower_stress_bound.shape length=1 start=81 z=1 +01 lower_stress_bound.shape length=1 start='81' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=85 z=1 +01 upper_stress_bound.shape length=1 start='85' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='mn' 01 bar.voice 'pi' @@ -3383,9 +3833,9 @@ 04 cluster.note letter='' shift=-2 length=1 04 cluster.note letter='' shift=0 length=1 00 bar 'A107P4L2M4' -01 lower_stress_bound.shape length=1 start=83 z=1 +01 lower_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='86' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=88 z=1 +01 upper_stress_bound.shape length=1 start='88' z=1 02 shape.coords x='1' y='90' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-4 01 bar.tuning offset=4 shift=1 @@ -3432,9 +3882,9 @@ 04 cluster.note letter='' shift=-6 length=1 04 cluster.note letter='' shift=0 length=1 00 bar 'A108P4L2M5' -01 lower_stress_bound.shape length=1 start=86 z=1 +01 lower_stress_bound.shape length=1 start='86' z=1 02 shape.coords x='1' y='87' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=90 z=1 +01 upper_stress_bound.shape length=1 start='90' z=1 02 shape.coords x='1' y='92' z=1 is_sharp=False 01 bar.tuning offset=0 shift=1 01 bar.tuning offset=4 shift=2 @@ -3481,9 +3931,9 @@ 04 cluster.note letter='' shift=-2 length=1 04 cluster.note letter='' shift=0 length=1 00 bar 'A109P4L2M6' -01 lower_stress_bound.shape length=1 start=87 z=1 +01 lower_stress_bound.shape length=1 start='87' z=1 02 shape.coords x='1' y='90' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=92 z=1 +01 upper_stress_bound.shape length=1 start='92' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-2 01 bar.tuning offset=4 shift=4 @@ -3530,9 +3980,9 @@ 04 cluster.note letter='' shift=-2 length=1 04 cluster.note letter='' shift=0 length=1 00 bar 'A110P4L3M1' -01 lower_stress_bound.shape length=1 start=90 z=1 +01 lower_stress_bound.shape length=1 start='90' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=94 z=1 +01 upper_stress_bound.shape length=1 start='94' z=1 02 shape.coords x='1' y='100' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-2 01 bar.tuning offset=4 shift=0 scale='hm' @@ -3573,9 +4023,9 @@ 05 cluster.note letter='o' shift=-2 length=1 05 cluster.pause length=1 00 bar 'A111P4L3M2' -01 lower_stress_bound.shape length=1 start=94 z=1 +01 lower_stress_bound.shape length=1 start='94' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=100 z=1 +01 upper_stress_bound.shape length=1 start='100' z=1 02 shape.coords x='1' y='100' z=1 is_sharp=False 01 bar.voice 'pi' 02 voice.offset tick=0 @@ -3610,9 +4060,9 @@ 03 offset.stem_note pitch='Bb2' 03 offset.stem_note pitch='Bb1' 00 bar 'A113P4L3M4' -01 lower_stress_bound.shape length=1 start=78 z=1 +01 lower_stress_bound.shape length=1 start='78' z=1 02 shape.coords x='1' y='78' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=83 z=1 +01 upper_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False 01 bar.voice 'alpha' 02 voice.offset tick=0 @@ -3746,9 +4196,9 @@ 04 cluster.note letter='' shift=1 04 cluster.note letter='' shift=2 00 bar 'A117P4L4M3' -01 lower_stress_bound.shape length=1 start=78 z=1 +01 lower_stress_bound.shape length=1 start='78' z=1 02 shape.coords x='1' y='81' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=83 z=1 +01 upper_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='85' z=1 is_sharp=False 01 bar.voice 'alpha' 02 voice.offset tick=0 @@ -3786,9 +4236,9 @@ 04 cluster.note letter='' shift=1 04 cluster.note letter='' shift=4 00 bar 'A118P4L4M4' -01 lower_stress_bound.shape length=1 start=81 z=1 +01 lower_stress_bound.shape length=1 start='81' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=85 z=1 +01 upper_stress_bound.shape length=1 start='85' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='hm' 01 bar.voice 'alpha' @@ -3827,9 +4277,9 @@ 04 cluster.note letter='' shift=2 04 cluster.note letter='' shift=3 00 bar 'A119P4L4M5' -01 lower_stress_bound.shape length=1 start=83 z=1 +01 lower_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='86' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=88 z=1 +01 upper_stress_bound.shape length=1 start='88' z=1 02 shape.coords x='1' y='90' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='mn' 01 bar.tuning offset=4 shift=0 scale='chr' @@ -3874,9 +4324,9 @@ 04 cluster.note letter='' shift=5 04 cluster.note letter='' shift=7 00 bar 'A120P4L5M1' -01 lower_stress_bound.shape length=1 start=83 z=1 +01 lower_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='87' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=90 z=1 +01 upper_stress_bound.shape length=1 start='90' z=1 02 shape.coords x='1' y='92' z=1 is_sharp=False 01 bar.tuning offset=4 shift=0 scale='ml' 01 bar.tuning offset=7 shift=0 scale='mn' @@ -3918,9 +4368,9 @@ 04 cluster.note letter='' shift=2 04 cluster.note letter='' shift=3 00 bar 'A121P4L5M2' -01 lower_stress_bound.shape length=1 start=90 z=1 +01 lower_stress_bound.shape length=1 start='90' z=1 02 shape.coords x='1' y='90' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=94 z=1 +01 upper_stress_bound.shape length=1 start='94' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-2 01 bar.voice 'pi' @@ -4001,9 +4451,9 @@ 04 cluster.note letter='o' shift=0 04 cluster.note letter='' shift=5 00 bar 'A126P4L6M1' -01 lower_stress_bound.shape length=1 start=88 z=1 +01 lower_stress_bound.shape length=1 start='88' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=92 z=1 +01 upper_stress_bound.shape length=1 start='92' z=1 02 shape.coords x='1' y='92' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-3 01 bar.voice 'pi' @@ -4033,9 +4483,9 @@ 04 cluster.note letter='o' shift=0 length=1 04 cluster.note letter='' shift=3 length=1 00 bar 'A129P4L6M4' -01 lower_stress_bound.shape length=1 start=90 z=1 +01 lower_stress_bound.shape length=1 start='90' z=1 02 shape.coords x='1' y='90' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=94 z=1 +01 upper_stress_bound.shape length=1 start='94' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False 01 bar.tuning offset=0 shift=5 01 bar.voice 'pi' @@ -4070,11 +4520,11 @@ 04 cluster.note letter='o' shift=0 length=1 04 cluster.note letter='' shift=3 length=1 00 bar 'A132P4L6M7' -01 tempo.shape length=1 start=160 z=1 +01 tempo.shape length=1 start='160' z=1 02 shape.coords x='1' y='160' z=1 is_sharp=False -01 lower_stress_bound.shape length=1 start=94 z=1 +01 lower_stress_bound.shape length=1 start='94' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=100 z=1 +01 upper_stress_bound.shape length=1 start='100' z=1 02 shape.coords x='1' y='100' z=1 is_sharp=False 01 bar.tuning offset=0 shift=5 01 bar.voice 'pi' @@ -4093,12 +4543,12 @@ 02 stressor.level '2' 02 stressor.level '3' 02 stressor.level '1' -01 tempo.shape length=1 start=552 z=1 +01 tempo.shape length=1 start='552' z=1 02 shape.coords x='1' y='552' z=1 is_sharp=False 01 tempo.levels 8 -01 lower_stress_bound.shape length=1 start=83 z=1 +01 lower_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=88 z=1 +01 upper_stress_bound.shape length=1 start='88' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='ml' 01 bar.voice 'pi' @@ -4179,10 +4629,10 @@ 04 cluster.note letter='' shift=5 04 cluster.pause length=1 00 bar 'B015P2L1M5' -01 lower_stress_bound.shape length=1 start=83 z=1 +01 lower_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False 02 shape.coords x='2' y='85' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=88 z=1 +01 upper_stress_bound.shape length=1 start='88' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False 02 shape.coords x='9' y='90' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='mn' @@ -4211,9 +4661,9 @@ 04 cluster.note letter='' shift=4 04 cluster.pause length=2 00 bar 'B016P2L1M6' -01 lower_stress_bound.shape length=1 start=85 z=1 +01 lower_stress_bound.shape length=1 start='85' z=1 02 shape.coords x='1' y='87' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=90 z=1 +01 upper_stress_bound.shape length=1 start='90' z=1 02 shape.coords x='1' y='92' z=1 is_sharp=False 01 bar.voice 'pi' 02 voice.offset tick=0 @@ -4243,9 +4693,9 @@ 04 cluster.note letter='o' shift=0 length=1 04 cluster.note letter='o' shift=-1 length=1 00 bar 'B018P2L2M1' -01 lower_stress_bound.shape length=1 start=89 z=1 +01 lower_stress_bound.shape length=1 start='89' z=1 02 shape.coords x='1' y='91' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=94 z=1 +01 upper_stress_bound.shape length=1 start='94' z=1 02 shape.coords x='1' y='95' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-2 01 bar.tuning offset=4 shift=0 scale='ml' @@ -5457,10 +5907,10 @@ 03 offset.stem_note pitch='Bb3' 03 offset.stem_note pitch='Bb3' 00 bar 'B085P3L5M7' -01 lower_stress_bound.shape length=1 start=94 z=1 +01 lower_stress_bound.shape length=1 start='94' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False 02 shape.coords x='2' y='85' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=100 z=1 +01 upper_stress_bound.shape length=1 start='100' z=1 02 shape.coords x='2' y='100' z=1 is_sharp=False 02 shape.coords x='3' y='89' z=1 is_sharp=False 01 bar.voice 'alpha' @@ -5505,10 +5955,10 @@ 04 cluster.note letter='' shift=1 04 cluster.note letter='' shift=2 00 bar 'B086P3L6M1' -01 lower_stress_bound.shape length=1 start=85 z=1 +01 lower_stress_bound.shape length=1 start='85' z=1 02 shape.coords x='1' y='82' z=1 is_sharp=False 02 shape.coords x='2' y='79' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=89 z=1 +01 upper_stress_bound.shape length=1 start='89' z=1 02 shape.coords x='1' y='85' z=1 is_sharp=False 02 shape.coords x='2' y='83' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='hm' @@ -5554,10 +6004,10 @@ 04 cluster.note letter='' shift=4 04 cluster.note letter='' shift=5 00 bar 'B087P3L6M2' -01 lower_stress_bound.shape length=1 start=79 z=1 +01 lower_stress_bound.shape length=1 start='79' z=1 02 shape.coords x='2' y='76' z=1 is_sharp=False 02 shape.coords x='3' y='74' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=83 z=1 +01 upper_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='81' z=1 is_sharp=False 02 shape.coords x='3' y='78' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='mn' @@ -5598,9 +6048,9 @@ 04 cluster.note letter='' shift=1 04 cluster.note letter='' shift=2 00 bar 'B088P3L6M3' -01 lower_stress_bound.shape length=1 start=74 z=1 +01 lower_stress_bound.shape length=1 start='74' z=1 02 shape.coords x='1' y='74' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=78 z=1 +01 upper_stress_bound.shape length=1 start='78' z=1 02 shape.coords x='1' y='78' z=1 is_sharp=False 01 bar.voice 'alpha' 02 voice.offset tick=0 @@ -5639,9 +6089,9 @@ 04 cluster.note letter='' shift=1 04 cluster.note letter='' shift=2 00 bar 'B089P3L6M4' -01 lower_stress_bound.shape length=1 start=78 z=1 +01 lower_stress_bound.shape length=1 start='78' z=1 02 shape.coords x='1' y='78' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=83 z=1 +01 upper_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False 01 bar.tuning offset=0 shift=3 01 bar.voice 'pi' @@ -5722,9 +6172,9 @@ 03 offset.stem_note pitch='Db5' 03 offset.stem_note pitch='Db3' 00 bar 'B093P3L7M2' -01 lower_stress_bound.shape length=1 start=78 z=1 +01 lower_stress_bound.shape length=1 start='78' z=1 02 shape.coords x='1' y='81' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=83 z=1 +01 upper_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='85' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-3 01 bar.tuning offset=4 shift=0 scale='ml' @@ -5771,9 +6221,9 @@ 04 cluster.note letter='' shift=-2 length=1 04 cluster.note letter='' shift=0 length=1 00 bar 'B094P3L7M3' -01 lower_stress_bound.shape length=1 start=81 z=1 +01 lower_stress_bound.shape length=1 start='81' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=85 z=1 +01 upper_stress_bound.shape length=1 start='85' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='mn' 01 bar.voice 'pi' @@ -5819,9 +6269,9 @@ 04 cluster.note letter='' shift=-2 length=1 04 cluster.note letter='' shift=0 length=1 00 bar 'B095P3L7M4' -01 lower_stress_bound.shape length=1 start=83 z=1 +01 lower_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='86' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=88 z=1 +01 upper_stress_bound.shape length=1 start='88' z=1 02 shape.coords x='1' y='90' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-4 01 bar.tuning offset=4 shift=1 @@ -5868,9 +6318,9 @@ 04 cluster.note letter='' shift=-6 length=1 04 cluster.note letter='' shift=0 length=1 00 bar 'B096P3L7M5' -01 lower_stress_bound.shape length=1 start=86 z=1 +01 lower_stress_bound.shape length=1 start='86' z=1 02 shape.coords x='1' y='87' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=90 z=1 +01 upper_stress_bound.shape length=1 start='90' z=1 02 shape.coords x='1' y='92' z=1 is_sharp=False 01 bar.tuning offset=0 shift=1 01 bar.tuning offset=4 shift=2 @@ -5917,9 +6367,9 @@ 04 cluster.note letter='' shift=-2 length=1 04 cluster.note letter='' shift=0 length=1 00 bar 'B097P3L7M6' -01 lower_stress_bound.shape length=1 start=87 z=1 +01 lower_stress_bound.shape length=1 start='87' z=1 02 shape.coords x='1' y='90' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=92 z=1 +01 upper_stress_bound.shape length=1 start='92' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-2 01 bar.tuning offset=4 shift=4 @@ -5966,9 +6416,9 @@ 04 cluster.note letter='' shift=-2 length=1 04 cluster.note letter='' shift=0 length=1 00 bar 'B098P4L1M1' -01 lower_stress_bound.shape length=1 start=90 z=1 +01 lower_stress_bound.shape length=1 start='90' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=94 z=1 +01 upper_stress_bound.shape length=1 start='94' z=1 02 shape.coords x='1' y='100' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-2 01 bar.tuning offset=4 shift=0 scale='hm' @@ -6009,9 +6459,9 @@ 05 cluster.note letter='o' shift=-2 length=1 05 cluster.pause length=1 00 bar 'B099P4L1M2' -01 lower_stress_bound.shape length=1 start=94 z=1 +01 lower_stress_bound.shape length=1 start='94' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=100 z=1 +01 upper_stress_bound.shape length=1 start='100' z=1 02 shape.coords x='1' y='100' z=1 is_sharp=False 01 bar.voice 'pi' 02 voice.offset tick=0 @@ -6046,9 +6496,9 @@ 03 offset.stem_note pitch='Bb2' 03 offset.stem_note pitch='Bb1' 00 bar 'B101P4L1M4' -01 lower_stress_bound.shape length=1 start=78 z=1 +01 lower_stress_bound.shape length=1 start='78' z=1 02 shape.coords x='1' y='78' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=83 z=1 +01 upper_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False 01 bar.tuning offset=0 shift=3 01 bar.voice 'pi' @@ -6129,9 +6579,9 @@ 03 offset.stem_note pitch='Db5' 03 offset.stem_note pitch='Db3' 00 bar 'B105P4L2M2' -01 lower_stress_bound.shape length=1 start=78 z=1 +01 lower_stress_bound.shape length=1 start='78' z=1 02 shape.coords x='1' y='81' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=83 z=1 +01 upper_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='85' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-3 01 bar.tuning offset=4 shift=0 scale='ml' @@ -6178,9 +6628,9 @@ 04 cluster.note letter='' shift=-2 length=1 04 cluster.note letter='' shift=0 length=1 00 bar 'B106P4L2M3' -01 lower_stress_bound.shape length=1 start=81 z=1 +01 lower_stress_bound.shape length=1 start='81' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=85 z=1 +01 upper_stress_bound.shape length=1 start='85' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='mn' 01 bar.voice 'pi' @@ -6226,9 +6676,9 @@ 04 cluster.note letter='' shift=-2 length=1 04 cluster.note letter='' shift=0 length=1 00 bar 'B107P4L2M4' -01 lower_stress_bound.shape length=1 start=83 z=1 +01 lower_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='86' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=88 z=1 +01 upper_stress_bound.shape length=1 start='88' z=1 02 shape.coords x='1' y='90' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-4 01 bar.tuning offset=4 shift=1 @@ -6275,9 +6725,9 @@ 04 cluster.note letter='' shift=-6 length=1 04 cluster.note letter='' shift=0 length=1 00 bar 'B108P4L2M5' -01 lower_stress_bound.shape length=1 start=86 z=1 +01 lower_stress_bound.shape length=1 start='86' z=1 02 shape.coords x='1' y='87' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=90 z=1 +01 upper_stress_bound.shape length=1 start='90' z=1 02 shape.coords x='1' y='92' z=1 is_sharp=False 01 bar.tuning offset=0 shift=1 01 bar.tuning offset=4 shift=2 @@ -6324,9 +6774,9 @@ 04 cluster.note letter='' shift=-2 length=1 04 cluster.note letter='' shift=0 length=1 00 bar 'B109P4L2M6' -01 lower_stress_bound.shape length=1 start=87 z=1 +01 lower_stress_bound.shape length=1 start='87' z=1 02 shape.coords x='1' y='90' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=92 z=1 +01 upper_stress_bound.shape length=1 start='92' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-2 01 bar.tuning offset=4 shift=4 @@ -6373,9 +6823,9 @@ 04 cluster.note letter='' shift=-2 length=1 04 cluster.note letter='' shift=0 length=1 00 bar 'B110P4L3M1' -01 lower_stress_bound.shape length=1 start=90 z=1 +01 lower_stress_bound.shape length=1 start='90' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=94 z=1 +01 upper_stress_bound.shape length=1 start='94' z=1 02 shape.coords x='1' y='100' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-2 01 bar.tuning offset=4 shift=0 scale='hm' @@ -6416,9 +6866,9 @@ 05 cluster.note letter='o' shift=-2 length=1 05 cluster.pause length=1 00 bar 'B111P4L3M2' -01 lower_stress_bound.shape length=1 start=94 z=1 +01 lower_stress_bound.shape length=1 start='94' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=100 z=1 +01 upper_stress_bound.shape length=1 start='100' z=1 02 shape.coords x='1' y='100' z=1 is_sharp=False 01 bar.voice 'pi' 02 voice.offset tick=0 @@ -6453,9 +6903,9 @@ 03 offset.stem_note pitch='Bb2' 03 offset.stem_note pitch='Bb1' 00 bar 'B113P4L3M4' -01 lower_stress_bound.shape length=1 start=78 z=1 +01 lower_stress_bound.shape length=1 start='78' z=1 02 shape.coords x='1' y='78' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=83 z=1 +01 upper_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False 01 bar.voice 'alpha' 02 voice.offset tick=0 @@ -6589,9 +7039,9 @@ 04 cluster.note letter='' shift=1 04 cluster.note letter='' shift=2 00 bar 'B117P4L4M3' -01 lower_stress_bound.shape length=1 start=78 z=1 +01 lower_stress_bound.shape length=1 start='78' z=1 02 shape.coords x='1' y='81' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=83 z=1 +01 upper_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='85' z=1 is_sharp=False 01 bar.voice 'alpha' 02 voice.offset tick=0 @@ -6629,9 +7079,9 @@ 04 cluster.note letter='' shift=1 04 cluster.note letter='' shift=4 00 bar 'B118P4L4M4' -01 lower_stress_bound.shape length=1 start=81 z=1 +01 lower_stress_bound.shape length=1 start='81' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=85 z=1 +01 upper_stress_bound.shape length=1 start='85' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='hm' 01 bar.voice 'alpha' @@ -6670,9 +7120,9 @@ 04 cluster.note letter='' shift=2 04 cluster.note letter='' shift=3 00 bar 'B119P4L4M5' -01 lower_stress_bound.shape length=1 start=83 z=1 +01 lower_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='86' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=88 z=1 +01 upper_stress_bound.shape length=1 start='88' z=1 02 shape.coords x='1' y='90' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='mn' 01 bar.tuning offset=4 shift=0 scale='chr' @@ -6717,9 +7167,9 @@ 04 cluster.note letter='' shift=5 04 cluster.note letter='' shift=7 00 bar 'B120P4L5M1' -01 lower_stress_bound.shape length=1 start=83 z=1 +01 lower_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='87' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=90 z=1 +01 upper_stress_bound.shape length=1 start='90' z=1 02 shape.coords x='1' y='92' z=1 is_sharp=False 01 bar.tuning offset=4 shift=0 scale='ml' 01 bar.tuning offset=7 shift=0 scale='mn' @@ -6761,9 +7211,9 @@ 04 cluster.note letter='' shift=2 04 cluster.note letter='' shift=3 00 bar 'B121P4L5M2' -01 lower_stress_bound.shape length=1 start=90 z=1 +01 lower_stress_bound.shape length=1 start='90' z=1 02 shape.coords x='1' y='90' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=94 z=1 +01 upper_stress_bound.shape length=1 start='94' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-2 01 bar.voice 'pi' @@ -6844,9 +7294,9 @@ 04 cluster.note letter='o' shift=0 04 cluster.note letter='' shift=5 00 bar 'B126P4L6M1' -01 lower_stress_bound.shape length=1 start=88 z=1 +01 lower_stress_bound.shape length=1 start='88' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=92 z=1 +01 upper_stress_bound.shape length=1 start='92' z=1 02 shape.coords x='1' y='92' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-3 01 bar.voice 'pi' @@ -6876,9 +7326,9 @@ 04 cluster.note letter='o' shift=0 length=1 04 cluster.note letter='' shift=3 length=1 00 bar 'B129P4L6M4' -01 lower_stress_bound.shape length=1 start=90 z=1 +01 lower_stress_bound.shape length=1 start='90' z=1 02 shape.coords x='1' y='90' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=94 z=1 +01 upper_stress_bound.shape length=1 start='94' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False 01 bar.tuning offset=0 shift=5 01 bar.voice 'pi' @@ -6913,11 +7363,11 @@ 04 cluster.note letter='o' shift=0 length=1 04 cluster.note letter='' shift=3 length=1 00 bar 'B132P4L6M7' -01 tempo.shape length=1 start=160 z=1 +01 tempo.shape length=1 start='160' z=1 02 shape.coords x='1' y='160' z=1 is_sharp=False -01 lower_stress_bound.shape length=1 start=94 z=1 +01 lower_stress_bound.shape length=1 start='94' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=100 z=1 +01 upper_stress_bound.shape length=1 start='100' z=1 02 shape.coords x='1' y='100' z=1 is_sharp=False 01 bar.tuning offset=0 shift=7 01 bar.voice 'pi' @@ -6944,13 +7394,13 @@ 02 stressor.level '1' 02 stressor.level '1' 02 stressor.level '1' -01 tempo.shape length=1 start=400 z=1 +01 tempo.shape length=1 start='400' z=1 02 shape.coords x='1' y='640' z=1 is_sharp=False 02 shape.coords x='3' y='480' z=1 is_sharp=False 01 tempo.levels 32 -01 lower_stress_bound.shape length=1 start=78 z=1 +01 lower_stress_bound.shape length=1 start='78' z=1 02 shape.coords x='1' y='78' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=83 z=1 +01 upper_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False 01 bar.tuning offset=0 shift=5 01 bar.tuning offset=12 shift=0 scale='hm' @@ -7057,10 +7507,10 @@ 04 cluster.note letter='' shift=-2 length=1 04 cluster.note letter='o' shift=-3 length=12 00 bar '135P4L7M3' -01 lower_stress_bound.shape length=1 start=78 z=1 +01 lower_stress_bound.shape length=1 start='78' z=1 02 shape.coords x='2' y='78' z=1 is_sharp=False 02 shape.coords x='3' y='75' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=83 z=1 +01 upper_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='2' y='83' z=1 is_sharp=False 02 shape.coords x='3' y='80' z=1 is_sharp=False 01 bar.tuning offset=15 shift=-3 @@ -7110,12 +7560,12 @@ 04 cluster.pause length=2 04 cluster.note letter='_' shift=0 length=8 00 bar '136P4L7M4' -01 tempo.shape length=1 start=480 z=1 +01 tempo.shape length=1 start='480' z=1 02 shape.coords x='7' y='320' z=1 is_sharp=False 02 shape.coords x='8' y='240' z=1 is_sharp=False -01 lower_stress_bound.shape length=1 start=75 z=1 +01 lower_stress_bound.shape length=1 start='75' z=1 02 shape.coords x='1' y='73' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=80 z=1 +01 upper_stress_bound.shape length=1 start='80' z=1 02 shape.coords x='1' y='77' z=1 is_sharp=False 01 bar.voice 'pi' 02 voice.offset tick=0 @@ -7164,13 +7614,13 @@ 02 stressor.level '1' 02 stressor.level '2' 02 stressor.level '0' -01 tempo.shape length=1 start=552 z=1 +01 tempo.shape length=1 start='552' z=1 02 shape.coords x='1' y='552' z=1 is_sharp=False 01 tempo.levels 8 -01 lower_stress_bound.shape length=1 start=77 z=1 +01 lower_stress_bound.shape length=1 start='77' z=1 02 shape.coords x='1' y='77' z=1 is_sharp=False 02 shape.coords x='2' y='81' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=83 z=1 +01 upper_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False 02 shape.coords x='2' y='86' z=1 is_sharp=False 01 bar.voice 'pi' @@ -7192,9 +7642,9 @@ 04 cluster.note letter='o' shift=0 length=1 04 cluster.note letter='' shift=3 length=1 00 bar '138P5L1M2' -01 lower_stress_bound.shape length=1 start=81 z=1 +01 lower_stress_bound.shape length=1 start='81' z=1 02 shape.coords x='1' y='95' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=86 z=1 +01 upper_stress_bound.shape length=1 start='86' z=1 02 shape.coords x='1' y='100' z=1 is_sharp=False 01 bar.voice 'pi' 02 voice.offset tick=0 @@ -7221,9 +7671,9 @@ 04 cluster.note letter='o' shift=0 length=1 04 cluster.note letter='' shift=3 length=1 00 bar '139P5L1M3' -01 lower_stress_bound.shape length=1 start=95 z=1 +01 lower_stress_bound.shape length=1 start='95' z=1 02 shape.coords x='1' y='95' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=100 z=1 +01 upper_stress_bound.shape length=1 start='100' z=1 02 shape.coords x='1' y='100' z=1 is_sharp=False 01 bar.voice 'pi' 02 voice.offset tick=0 @@ -7261,9 +7711,9 @@ 04 cluster.note letter='' shift=8 04 cluster.note letter='' shift=10 00 bar '140P5L1M4' -01 lower_stress_bound.shape length=1 start=78 z=1 +01 lower_stress_bound.shape length=1 start='78' z=1 02 shape.coords x='1' y='78' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=83 z=1 +01 upper_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False 01 bar.voice 'pi' 02 voice.offset tick=0 @@ -7372,10 +7822,10 @@ 04 cluster.note letter='' shift=1 04 cluster.note letter='' shift=2 00 bar '143P5L1M7' -01 lower_stress_bound.shape length=1 start=77 z=1 +01 lower_stress_bound.shape length=1 start='77' z=1 02 shape.coords x='1' y='77' z=1 is_sharp=False 02 shape.coords x='2' y='81' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=83 z=1 +01 upper_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False 02 shape.coords x='2' y='86' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-5 @@ -7400,9 +7850,9 @@ 04 cluster.note letter='o' shift=0 length=1 04 cluster.note letter='' shift=3 length=1 00 bar '144P5L2M1' -01 lower_stress_bound.shape length=1 start=81 z=1 +01 lower_stress_bound.shape length=1 start='81' z=1 02 shape.coords x='1' y='95' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=86 z=1 +01 upper_stress_bound.shape length=1 start='86' z=1 02 shape.coords x='1' y='100' z=1 is_sharp=False 01 bar.voice 'pi' 02 voice.offset tick=0 @@ -7429,9 +7879,9 @@ 04 cluster.note letter='o' shift=0 length=1 04 cluster.note letter='' shift=3 length=1 00 bar '145P5L2M2' -01 lower_stress_bound.shape length=1 start=95 z=1 +01 lower_stress_bound.shape length=1 start='95' z=1 02 shape.coords x='1' y='95' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=100 z=1 +01 upper_stress_bound.shape length=1 start='100' z=1 02 shape.coords x='1' y='100' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='ml' 01 bar.voice 'pi' @@ -7470,9 +7920,9 @@ 04 cluster.note letter='' shift=6 04 cluster.note letter='' shift=7 00 bar '146P5L2M3' -01 lower_stress_bound.shape length=1 start=78 z=1 +01 lower_stress_bound.shape length=1 start='78' z=1 02 shape.coords x='1' y='78' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=83 z=1 +01 upper_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False 01 bar.voice 'pi' 02 voice.offset tick=0 @@ -7581,10 +8031,10 @@ 04 cluster.note letter='' shift=1 04 cluster.note letter='' shift=2 00 bar '149P5L2M6' -01 lower_stress_bound.shape length=1 start=78 z=1 +01 lower_stress_bound.shape length=1 start='78' z=1 02 shape.coords x='1' y='77' z=1 is_sharp=False 02 shape.coords x='2' y='79' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=83 z=1 +01 upper_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False 02 shape.coords x='2' y='84' z=1 is_sharp=False 01 bar.voice 'pi' @@ -7605,9 +8055,9 @@ 03 offset.cluster 3 04 cluster.note letter='' shift=11 length=2 00 bar '150P5L3M1' -01 lower_stress_bound.shape length=1 start=78 z=1 +01 lower_stress_bound.shape length=1 start='78' z=1 02 shape.coords x='1' y='80' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=84 z=1 +01 upper_stress_bound.shape length=1 start='84' z=1 02 shape.coords x='1' y='85' z=1 is_sharp=False 01 bar.voice 'pi' 02 voice.offset tick=0 @@ -7620,9 +8070,9 @@ 04 cluster.pause length=1 04 cluster.note letter='' shift=9 length=2 00 bar '151P5L3M2' -01 lower_stress_bound.shape length=1 start=80 z=1 +01 lower_stress_bound.shape length=1 start='80' z=1 02 shape.coords x='1' y='81' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=85 z=1 +01 upper_stress_bound.shape length=1 start='85' z=1 02 shape.coords x='1' y='86' z=1 is_sharp=False 01 bar.voice 'pi' 02 voice.offset tick=0 @@ -7633,16 +8083,16 @@ 04 cluster.note letter='' shift=1 length=2 04 cluster.note letter='' shift=2 length=1 00 bar '152P5L3M3' -01 lower_stress_bound.shape length=1 start=81 z=1 +01 lower_stress_bound.shape length=1 start='81' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=86 z=1 +01 upper_stress_bound.shape length=1 start='86' z=1 02 shape.coords x='1' y='87' z=1 is_sharp=False 01 bar.voice 'pi' 02 voice.offset tick=0 00 bar '153P5L3M4' -01 lower_stress_bound.shape length=1 start=83 z=1 +01 lower_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='84' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=87 z=1 +01 upper_stress_bound.shape length=1 start='87' z=1 02 shape.coords x='1' y='89' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='hm' 01 bar.voice 'pi' @@ -7658,9 +8108,9 @@ 04 cluster.pause length=1 04 cluster.note letter='' shift=7 length=2 00 bar '154P5L3M5' -01 lower_stress_bound.shape length=1 start=84 z=1 +01 lower_stress_bound.shape length=1 start='84' z=1 02 shape.coords x='1' y='85' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=89 z=1 +01 upper_stress_bound.shape length=1 start='89' z=1 02 shape.coords x='1' y='90' z=1 is_sharp=False 01 bar.voice 'pi' 02 voice.offset tick=0 @@ -7673,9 +8123,9 @@ 04 cluster.pause length=1 04 cluster.note letter='' shift=8 length=2 00 bar '155P5L3M6' -01 lower_stress_bound.shape length=1 start=85 z=1 +01 lower_stress_bound.shape length=1 start='85' z=1 02 shape.coords x='1' y='87' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=90 z=1 +01 upper_stress_bound.shape length=1 start='90' z=1 02 shape.coords x='1' y='91' z=1 is_sharp=False 01 bar.voice 'pi' 02 voice.offset tick=0 @@ -7687,16 +8137,16 @@ 04 cluster.note letter='' shift=2 length=2 04 cluster.note letter='' shift=3 length=1 00 bar '156P5L3M7' -01 lower_stress_bound.shape length=1 start=87 z=1 +01 lower_stress_bound.shape length=1 start='87' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=91 z=1 +01 upper_stress_bound.shape length=1 start='91' z=1 02 shape.coords x='1' y='92' z=1 is_sharp=False 01 bar.voice 'pi' 02 voice.offset tick=0 00 bar '157P5L4M1' -01 lower_stress_bound.shape length=1 start=88 z=1 +01 lower_stress_bound.shape length=1 start='88' z=1 02 shape.coords x='1' y='89' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=92 z=1 +01 upper_stress_bound.shape length=1 start='92' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False 01 bar.tuning offset=0 shift=2 01 bar.voice 'pi' @@ -7711,9 +8161,9 @@ 04 cluster.note letter='' shift=-1 length=2 04 cluster.note letter='' shift=2 length=2 00 bar '158P5L4M2' -01 lower_stress_bound.shape length=1 start=89 z=1 +01 lower_stress_bound.shape length=1 start='89' z=1 02 shape.coords x='1' y='90' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=94 z=1 +01 upper_stress_bound.shape length=1 start='94' z=1 02 shape.coords x='1' y='95' z=1 is_sharp=False 01 bar.voice 'pi' 02 voice.offset tick=0 @@ -7727,9 +8177,9 @@ 04 cluster.note letter='' shift=-1 length=2 04 cluster.note letter='' shift=2 length=2 00 bar '159P5L4M3' -01 lower_stress_bound.shape length=1 start=90 z=1 +01 lower_stress_bound.shape length=1 start='90' z=1 02 shape.coords x='1' y='91' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=95 z=1 +01 upper_stress_bound.shape length=1 start='95' z=1 02 shape.coords x='1' y='96' z=1 is_sharp=False 01 bar.voice 'pi' 02 voice.offset tick=0 @@ -7741,9 +8191,9 @@ 04 cluster.note letter='' shift=-3 length=1 04 cluster.pause length=3 00 bar '160P5L4M4' -01 lower_stress_bound.shape length=1 start=91 z=1 +01 lower_stress_bound.shape length=1 start='91' z=1 02 shape.coords x='1' y='92' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=96 z=1 +01 upper_stress_bound.shape length=1 start='96' z=1 02 shape.coords x='1' y='97' z=1 is_sharp=False 01 bar.voice 'pi' 02 voice.offset tick=0 @@ -7771,9 +8221,9 @@ 04 cluster.note letter='' shift=-4 length=1 04 cluster.pause length=3 00 bar '161P5L4M5' -01 lower_stress_bound.shape length=1 start=92 z=1 +01 lower_stress_bound.shape length=1 start='92' z=1 02 shape.coords x='1' y='93' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=97 z=1 +01 upper_stress_bound.shape length=1 start='97' z=1 02 shape.coords x='1' y='98' z=1 is_sharp=False 01 bar.tuning offset=0 shift=5 01 bar.voice 'pi' @@ -7805,9 +8255,9 @@ 04 cluster.note letter='o' shift=0 04 cluster.note letter='' shift=12 00 bar '162P5L4M6' -01 lower_stress_bound.shape length=1 start=93 z=1 +01 lower_stress_bound.shape length=1 start='93' z=1 02 shape.coords x='1' y='95' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=98 z=1 +01 upper_stress_bound.shape length=1 start='98' z=1 02 shape.coords x='1' y='100' z=1 is_sharp=False 01 bar.voice 'pi' 02 voice.offset tick=0 @@ -7838,9 +8288,9 @@ 04 cluster.note letter='o' shift=0 04 cluster.note letter='' shift=12 00 bar '163P5L5M1' -01 lower_stress_bound.shape length=1 start=77 z=1 +01 lower_stress_bound.shape length=1 start='77' z=1 02 shape.coords x='1' y='77' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=83 z=1 +01 upper_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='mn' 01 bar.voice 'pi' @@ -7928,11 +8378,11 @@ 03 offset.stem_note pitch='F#1' 03 offset.stem_note pitch='F#2' 00 bar '167P5L5M5' -01 lower_stress_bound.shape length=1 start=77 z=1 +01 lower_stress_bound.shape length=1 start='77' z=1 02 shape.coords x='2' y='77' z=1 is_sharp=False 02 shape.coords x='3' y='73' z='2' is_sharp=False 02 shape.coords x='5' y='73' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=83 z=1 +01 upper_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='2' y='83' z=1 is_sharp=False 02 shape.coords x='3' y='79' z='2' is_sharp=False 02 shape.coords x='5' y='79' z=1 is_sharp=False @@ -7952,9 +8402,9 @@ 04 cluster.note letter='o' shift=0 length=1 04 cluster.note letter='' shift=3 length=1 00 bar '168P5L6M1' -01 lower_stress_bound.shape length=1 start=73 z=1 +01 lower_stress_bound.shape length=1 start='73' z=1 02 shape.coords x='1' y='73' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=79 z=1 +01 upper_stress_bound.shape length=1 start='79' z=1 02 shape.coords x='1' y='79' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='vhb' 01 bar.voice 'pi' @@ -8004,9 +8454,9 @@ 04 cluster.note letter='' shift=2 length=1 04 cluster.note letter='' shift=0 length=1 00 bar '171P5L6M4' -01 lower_stress_bound.shape length=1 start=73 z=1 +01 lower_stress_bound.shape length=1 start='73' z=1 02 shape.coords x='1' y='78' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=79 z=1 +01 upper_stress_bound.shape length=1 start='79' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='vha' 01 bar.voice 'pi' @@ -8027,9 +8477,9 @@ 04 cluster.note letter='' shift=0 04 cluster.note letter='' shift=9 00 bar '172P5L6M5' -01 lower_stress_bound.shape length=1 start=78 z=1 +01 lower_stress_bound.shape length=1 start='78' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=88 z=1 +01 upper_stress_bound.shape length=1 start='88' z=1 02 shape.coords x='1' y='93' z=1 is_sharp=False 01 bar.voice 'pi' 02 voice.offset tick=0 @@ -8055,9 +8505,9 @@ 04 cluster.note letter='' shift=20 04 cluster.pause length=1 00 bar '173P5L7M1' -01 lower_stress_bound.shape length=1 start=88 z=1 +01 lower_stress_bound.shape length=1 start='88' z=1 02 shape.coords x='1' y='93' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=93 z=1 +01 upper_stress_bound.shape length=1 start='93' z=1 02 shape.coords x='1' y='97' z=1 is_sharp=False 01 bar.voice 'alpha' 02 voice.offset tick=4 @@ -8089,9 +8539,9 @@ 04 cluster.note letter='o' shift=0 length=4 04 cluster.note letter='' shift=2 length=4 00 bar '174P5L7M2' -01 lower_stress_bound.shape length=1 start=93 z=1 +01 lower_stress_bound.shape length=1 start='93' z=1 02 shape.coords x='1' y='97' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=97 z=1 +01 upper_stress_bound.shape length=1 start='97' z=1 02 shape.coords x='1' y='100' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='mj' 01 bar.tuning offset=4 shift=0 scale='chr' @@ -8116,10 +8566,10 @@ 03 offset.stem_note pitch='C2' 03 offset.stem_note pitch='F#1' 00 bar '175P5L7M3' -01 lower_stress_bound.shape length=1 start=97 z=1 +01 lower_stress_bound.shape length=1 start='97' z=1 02 shape.coords x='1' y='73' z=1 is_sharp=False 02 shape.coords x='3' y='73' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=100 z=1 +01 upper_stress_bound.shape length=1 start='100' z=1 02 shape.coords x='1' y='79' z=1 is_sharp=False 02 shape.coords x='3' y='79' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='mj' @@ -8137,9 +8587,9 @@ 04 cluster.note letter='' shift=3 length=1 04 cluster.note letter='' shift=0 length=1 00 bar '176P5L7M4' -01 lower_stress_bound.shape length=1 start=73 z=1 +01 lower_stress_bound.shape length=1 start='73' z=1 02 shape.coords x='1' y='73' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=79 z=1 +01 upper_stress_bound.shape length=1 start='79' z=1 02 shape.coords x='1' y='79' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='vhb' 01 bar.voice 'pi' @@ -8189,9 +8639,9 @@ 04 cluster.note letter='' shift=2 length=1 04 cluster.note letter='' shift=0 length=1 00 bar '179P6L1M2' -01 lower_stress_bound.shape length=1 start=73 z=1 +01 lower_stress_bound.shape length=1 start='73' z=1 02 shape.coords x='1' y='78' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=79 z=1 +01 upper_stress_bound.shape length=1 start='79' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='vha' 01 bar.voice 'pi' @@ -8212,9 +8662,9 @@ 04 cluster.note letter='' shift=0 04 cluster.note letter='' shift=9 00 bar '180P6L1M3' -01 lower_stress_bound.shape length=1 start=78 z=1 +01 lower_stress_bound.shape length=1 start='78' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=88 z=1 +01 upper_stress_bound.shape length=1 start='88' z=1 02 shape.coords x='1' y='93' z=1 is_sharp=False 01 bar.voice 'pi' 02 voice.offset tick=0 @@ -8240,9 +8690,9 @@ 04 cluster.note letter='' shift=20 04 cluster.pause length=1 00 bar '181P6L1M4' -01 lower_stress_bound.shape length=1 start=88 z=1 +01 lower_stress_bound.shape length=1 start='88' z=1 02 shape.coords x='1' y='93' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=93 z=1 +01 upper_stress_bound.shape length=1 start='93' z=1 02 shape.coords x='1' y='97' z=1 is_sharp=False 01 bar.voice 'alpha' 02 voice.offset tick=4 @@ -8273,9 +8723,9 @@ 04 cluster.note letter='o' shift=0 length=4 04 cluster.note letter='' shift=1 length=4 00 bar '182P6L1M5' -01 lower_stress_bound.shape length=1 start=93 z=1 +01 lower_stress_bound.shape length=1 start='93' z=1 02 shape.coords x='1' y='97' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=97 z=1 +01 upper_stress_bound.shape length=1 start='97' z=1 02 shape.coords x='1' y='100' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='mj' 01 bar.tuning offset=4 shift=0 scale='chr' @@ -8300,9 +8750,9 @@ 03 offset.stem_note pitch='C2' 03 offset.stem_note pitch='F#1' 00 bar '183P6L1M6' -01 lower_stress_bound.shape length=1 start=94 z=1 +01 lower_stress_bound.shape length=1 start='94' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=100 z=1 +01 upper_stress_bound.shape length=1 start='100' z=1 02 shape.coords x='1' y='100' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='vha' 01 bar.voice 'alpha' @@ -8412,10 +8862,10 @@ 03 offset.stem_note pitch='C2' 03 offset.stem_note pitch='F#1' 00 bar '187P6L2M4' -01 lower_stress_bound.shape length=1 start=97 z=1 +01 lower_stress_bound.shape length=1 start='97' z=1 02 shape.coords x='1' y='78' z='2' is_sharp=False 02 shape.coords x='2' y='78' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=100 z=1 +01 upper_stress_bound.shape length=1 start='100' z=1 02 shape.coords x='1' y='83' z='2' is_sharp=False 02 shape.coords x='2' y='83' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='ml' @@ -8438,9 +8888,9 @@ 03 offset.stem_note pitch='G1' 03 offset.stem_note pitch='G2' 00 bar '188P6L2M5' -01 lower_stress_bound.shape length=1 start=78 z=1 +01 lower_stress_bound.shape length=1 start='78' z=1 02 shape.coords x='1' y='78' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=83 z=1 +01 upper_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False 01 bar.voice 'alpha' 02 voice.offset tick=0 @@ -8542,12 +8992,12 @@ 02 stressor.level '2' 02 stressor.level '3' 02 stressor.level '1' -01 tempo.shape length=1 start=552 z=1 +01 tempo.shape length=1 start='552' z=1 02 shape.coords x='1' y='552' z=1 is_sharp=False 01 tempo.levels 8 -01 lower_stress_bound.shape length=1 start=83 z=1 +01 lower_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=88 z=1 +01 upper_stress_bound.shape length=1 start='88' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='ml' 01 bar.voice 'pi' @@ -8628,10 +9078,10 @@ 04 cluster.note letter='' shift=5 04 cluster.pause length=1 00 bar 'C015=199P6L4M5' -01 lower_stress_bound.shape length=1 start=83 z=1 +01 lower_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False 02 shape.coords x='2' y='85' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=88 z=1 +01 upper_stress_bound.shape length=1 start='88' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False 02 shape.coords x='9' y='90' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='mn' @@ -8660,9 +9110,9 @@ 04 cluster.note letter='' shift=4 04 cluster.pause length=2 00 bar 'C016=200P6L4M6' -01 lower_stress_bound.shape length=1 start=85 z=1 +01 lower_stress_bound.shape length=1 start='85' z=1 02 shape.coords x='1' y='87' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=90 z=1 +01 upper_stress_bound.shape length=1 start='90' z=1 02 shape.coords x='1' y='92' z=1 is_sharp=False 01 bar.voice 'pi' 02 voice.offset tick=0 @@ -8681,9 +9131,9 @@ 04 cluster.note letter='' shift=2 04 cluster.pause length=2 00 bar 'C017=201P6L4M7' -01 lower_stress_bound.shape length=1 start=87 z=1 +01 lower_stress_bound.shape length=1 start='87' z=1 02 shape.coords x='1' y='89' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=92 z=1 +01 upper_stress_bound.shape length=1 start='92' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False 01 bar.tuning offset=0 shift=7 01 bar.tuning offset=4 shift=2 @@ -8696,9 +9146,9 @@ 04 cluster.note letter='o' shift=0 length=1 04 cluster.note letter='o' shift=-1 length=1 00 bar 'C018=202P6L5M1' -01 lower_stress_bound.shape length=1 start=89 z=1 +01 lower_stress_bound.shape length=1 start='89' z=1 02 shape.coords x='1' y='91' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=94 z=1 +01 upper_stress_bound.shape length=1 start='94' z=1 02 shape.coords x='1' y='95' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-2 01 bar.tuning offset=4 shift=0 scale='ml' @@ -8712,9 +9162,9 @@ 04 cluster.note letter='' shift=1 04 cluster.note letter='' shift=2 00 bar 'C019=203P6L5M2' -01 lower_stress_bound.shape length=1 start=83 z=1 +01 lower_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=88 z=1 +01 upper_stress_bound.shape length=1 start='88' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-7 01 bar.tuning offset=2 shift=0 scale='ml' @@ -8799,10 +9249,10 @@ 04 cluster.note letter='' shift=5 04 cluster.pause length=1 00 bar 'C023=207P6L5M6' -01 lower_stress_bound.shape length=1 start=83 z=1 +01 lower_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False 02 shape.coords x='2' y='85' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=88 z=1 +01 upper_stress_bound.shape length=1 start='88' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False 02 shape.coords x='9' y='90' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='hm' @@ -8824,9 +9274,9 @@ 04 cluster.note letter='' shift=3 04 cluster.pause length=2 00 bar '208P6L6M1' -01 lower_stress_bound.shape length=1 start=85 z=1 +01 lower_stress_bound.shape length=1 start='85' z=1 02 shape.coords x='1' y='87' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=90 z=1 +01 upper_stress_bound.shape length=1 start='90' z=1 02 shape.coords x='1' y='92' z=1 is_sharp=False 01 bar.tuning offset=0 shift=1 01 bar.tuning offset=4 shift=-7 @@ -8847,9 +9297,9 @@ 04 cluster.note letter='' shift=9 04 cluster.pause length=2 00 bar '209P6L6M2' -01 lower_stress_bound.shape length=1 start=87 z=1 +01 lower_stress_bound.shape length=1 start='87' z=1 02 shape.coords x='1' y='89' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=92 z=1 +01 upper_stress_bound.shape length=1 start='92' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False 01 bar.tuning offset=0 shift=7 01 bar.tuning offset=4 shift=-7 @@ -8870,9 +9320,9 @@ 04 cluster.note letter='' shift=2 04 cluster.pause length=2 00 bar '210P6L6M3' -01 lower_stress_bound.shape length=1 start=89 z=1 +01 lower_stress_bound.shape length=1 start='89' z=1 02 shape.coords x='1' y='91' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=94 z=1 +01 upper_stress_bound.shape length=1 start='94' z=1 02 shape.coords x='1' y='95' z=1 is_sharp=False 01 bar.tuning offset=0 shift=7 01 bar.tuning offset=4 shift=-5 @@ -8890,10 +9340,10 @@ 04 cluster.note letter='o' shift=0 04 cluster.note letter='' shift=1 00 bar '211P6L6M3' -01 lower_stress_bound.shape length=1 start=83 z=1 +01 lower_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False 02 shape.coords x='3' y='85' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=88 z=1 +01 upper_stress_bound.shape length=1 start='88' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False 02 shape.coords x='4' y='91' z=1 is_sharp=False 01 bar.tuning offset=0 shift=2 @@ -8914,9 +9364,9 @@ 04 cluster.note letter='' shift=3 04 cluster.pause length=2 00 bar '212P6L6M4' -01 lower_stress_bound.shape length=1 start=85 z=1 +01 lower_stress_bound.shape length=1 start='85' z=1 02 shape.coords x='1' y='87' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=91 z=1 +01 upper_stress_bound.shape length=1 start='91' z=1 02 shape.coords x='1' y='93' z=1 is_sharp=False 01 bar.tuning offset=0 shift=5 01 bar.tuning offset=4 shift=-7 @@ -8937,9 +9387,9 @@ 04 cluster.note letter='' shift=9 04 cluster.pause length=2 00 bar '213P6L6M5' -01 lower_stress_bound.shape length=1 start=87 z=1 +01 lower_stress_bound.shape length=1 start='87' z=1 02 shape.coords x='1' y='89' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=93 z=1 +01 upper_stress_bound.shape length=1 start='93' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False 01 bar.tuning offset=0 shift=7 01 bar.tuning offset=4 shift=-7 @@ -8960,9 +9410,9 @@ 04 cluster.note letter='' shift=2 04 cluster.pause length=2 00 bar '214P6L6M6' -01 lower_stress_bound.shape length=1 start=91 z=1 +01 lower_stress_bound.shape length=1 start='91' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=94 z=1 +01 upper_stress_bound.shape length=1 start='94' z=1 02 shape.coords x='1' y='97' z=1 is_sharp=False 01 bar.tuning offset=0 shift=7 01 bar.tuning offset=4 shift=-5 @@ -8980,10 +9430,10 @@ 04 cluster.note letter='o' shift=0 04 cluster.note letter='' shift=1 00 bar '215P6L7M1' -01 lower_stress_bound.shape length=1 start=83 z=1 +01 lower_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False 02 shape.coords x='3' y='85' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=88 z=1 +01 upper_stress_bound.shape length=1 start='88' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False 02 shape.coords x='4' y='91' z=1 is_sharp=False 01 bar.tuning offset=0 shift=2 @@ -9004,9 +9454,9 @@ 04 cluster.note letter='' shift=3 04 cluster.pause length=2 00 bar '216P6L7M2' -01 lower_stress_bound.shape length=1 start=85 z=1 +01 lower_stress_bound.shape length=1 start='85' z=1 02 shape.coords x='1' y='87' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=91 z=1 +01 upper_stress_bound.shape length=1 start='91' z=1 02 shape.coords x='1' y='93' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-7 01 bar.tuning offset=4 shift=2 @@ -9026,9 +9476,9 @@ 04 cluster.note letter='' shift=3 04 cluster.note letter='' shift=5 00 bar '217P6L7M3' -01 lower_stress_bound.shape length=1 start=87 z=1 +01 lower_stress_bound.shape length=1 start='87' z=1 02 shape.coords x='1' y='89' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=93 z=1 +01 upper_stress_bound.shape length=1 start='93' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-2 01 bar.tuning offset=4 shift=5 @@ -9050,9 +9500,9 @@ 04 cluster.note letter='o' shift=0 length=1 04 cluster.pause length=2 00 bar '218P6L7M3' -01 lower_stress_bound.shape length=1 start=89 z=1 +01 lower_stress_bound.shape length=1 start='89' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=94 z=1 +01 upper_stress_bound.shape length=1 start='94' z=1 02 shape.coords x='1' y='97' z=1 is_sharp=False 01 bar.tuning offset=0 shift=7 01 bar.tuning offset=4 shift=-4 @@ -9071,10 +9521,10 @@ 04 cluster.note letter='' shift=4 04 cluster.pause length=2 00 bar '219P6L7M4' -01 lower_stress_bound.shape length=1 start=95 z=1 +01 lower_stress_bound.shape length=1 start='95' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False 02 shape.coords x='2' y='83' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=100 z=1 +01 upper_stress_bound.shape length=1 start='100' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False 02 shape.coords x='2' y='88' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-1 @@ -9095,9 +9545,9 @@ 04 cluster.note letter='' shift=0 length=1 04 cluster.note letter='' shift=-1 length=1 00 bar '220P6L7M5' -01 lower_stress_bound.shape length=1 start=83 z=1 +01 lower_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=88 z=1 +01 upper_stress_bound.shape length=1 start='88' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False 01 bar.voice 'alpha' 02 voice.offset tick=0 @@ -9854,9 +10304,9 @@ 04 cluster.note letter='' shift=1 04 cluster.note letter='' shift=2 00 bar '253P7L5M1' -01 lower_stress_bound.shape length=1 start=78 z=1 +01 lower_stress_bound.shape length=1 start='78' z=1 02 shape.coords x='1' y='78' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=83 z=1 +01 upper_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False 01 bar.voice 'pi' 02 voice.offset tick=0 @@ -9942,9 +10392,9 @@ 03 offset.stem_note pitch='Db5' 03 offset.stem_note pitch='Db3' 00 bar '257P7L5M5' -01 lower_stress_bound.shape length=1 start=78 z=1 +01 lower_stress_bound.shape length=1 start='78' z=1 02 shape.coords x='1' y='81' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=83 z=1 +01 upper_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='85' z=1 is_sharp=False 01 bar.tuning offset=0 shift=1 01 bar.tuning offset=4 shift=0 scale='hm' @@ -9991,9 +10441,9 @@ 04 cluster.note letter='' shift=-3 length=1 04 cluster.note letter='' shift=0 length=1 00 bar '258P7L5M6' -01 lower_stress_bound.shape length=1 start=81 z=1 +01 lower_stress_bound.shape length=1 start='81' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=85 z=1 +01 upper_stress_bound.shape length=1 start='85' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='mn' 01 bar.voice 'pi' @@ -10039,9 +10489,9 @@ 04 cluster.note letter='' shift=-2 length=1 04 cluster.note letter='' shift=0 length=1 00 bar '259P7L6M1' -01 lower_stress_bound.shape length=1 start=83 z=1 +01 lower_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='86' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=88 z=1 +01 upper_stress_bound.shape length=1 start='88' z=1 02 shape.coords x='1' y='90' z=1 is_sharp=False 01 bar.tuning offset=4 shift=7 01 bar.voice 'pi' @@ -10087,9 +10537,9 @@ 04 cluster.note letter='' shift=-1 length=1 04 cluster.note letter='' shift=0 length=1 00 bar '260P7L6M2' -01 lower_stress_bound.shape length=1 start=86 z=1 +01 lower_stress_bound.shape length=1 start='86' z=1 02 shape.coords x='1' y='87' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=90 z=1 +01 upper_stress_bound.shape length=1 start='90' z=1 02 shape.coords x='1' y='92' z=1 is_sharp=False 01 bar.tuning offset=0 shift=7 01 bar.voice 'pi' @@ -10135,9 +10585,9 @@ 04 cluster.note letter='' shift=-1 length=1 04 cluster.note letter='' shift=0 length=1 00 bar '261P7L6M3' -01 lower_stress_bound.shape length=1 start=87 z=1 +01 lower_stress_bound.shape length=1 start='87' z=1 02 shape.coords x='1' y='90' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=92 z=1 +01 upper_stress_bound.shape length=1 start='92' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='ml' 01 bar.tuning offset=4 shift=5 @@ -10184,9 +10634,9 @@ 04 cluster.note letter='' shift=-6 length=1 04 cluster.note letter='' shift=0 length=1 00 bar '262P7L6M4' -01 lower_stress_bound.shape length=1 start=90 z=1 +01 lower_stress_bound.shape length=1 start='90' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=94 z=1 +01 upper_stress_bound.shape length=1 start='94' z=1 02 shape.coords x='1' y='100' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-7 01 bar.voice 'pi' @@ -10232,9 +10682,9 @@ 04 cluster.note letter='' shift=-1 length=1 04 cluster.note letter='' shift=0 length=1 00 bar '263P7L6M5' -01 lower_stress_bound.shape length=1 start=94 z=1 +01 lower_stress_bound.shape length=1 start='94' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=100 z=1 +01 upper_stress_bound.shape length=1 start='100' z=1 02 shape.coords x='1' y='100' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='mn' 01 bar.voice 'pi' @@ -10278,9 +10728,9 @@ 03 offset.stem_note pitch='G3' 03 offset.stem_note pitch='G2' 00 bar '265P7L7M1' -01 lower_stress_bound.shape length=1 start=78 z=1 +01 lower_stress_bound.shape length=1 start='78' z=1 02 shape.coords x='1' y='78' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=83 z=1 +01 upper_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-7 01 bar.voice 'pi' @@ -10367,9 +10817,9 @@ 03 offset.stem_note pitch='Db5' 03 offset.stem_note pitch='Db3' 00 bar '269P7L7M5' -01 lower_stress_bound.shape length=1 start=78 z=1 +01 lower_stress_bound.shape length=1 start='78' z=1 02 shape.coords x='1' y='81' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=83 z=1 +01 upper_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='85' z=1 is_sharp=False 01 bar.tuning offset=0 shift=1 01 bar.tuning offset=4 shift=0 scale='hm' @@ -10416,9 +10866,9 @@ 04 cluster.note letter='' shift=-3 length=1 04 cluster.note letter='' shift=0 length=1 00 bar '270P7L7M6' -01 lower_stress_bound.shape length=1 start=81 z=1 +01 lower_stress_bound.shape length=1 start='81' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=85 z=1 +01 upper_stress_bound.shape length=1 start='85' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='mn' 01 bar.voice 'pi' @@ -10464,9 +10914,9 @@ 04 cluster.note letter='' shift=-2 length=1 04 cluster.note letter='' shift=0 length=1 00 bar '271P8L1M1' -01 lower_stress_bound.shape length=1 start=83 z=1 +01 lower_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='86' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=88 z=1 +01 upper_stress_bound.shape length=1 start='88' z=1 02 shape.coords x='1' y='90' z=1 is_sharp=False 01 bar.tuning offset=4 shift=7 01 bar.voice 'pi' @@ -10512,9 +10962,9 @@ 04 cluster.note letter='' shift=-1 length=1 04 cluster.note letter='' shift=0 length=1 00 bar '272P8L1M2' -01 lower_stress_bound.shape length=1 start=86 z=1 +01 lower_stress_bound.shape length=1 start='86' z=1 02 shape.coords x='1' y='87' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=90 z=1 +01 upper_stress_bound.shape length=1 start='90' z=1 02 shape.coords x='1' y='92' z=1 is_sharp=False 01 bar.tuning offset=0 shift=7 01 bar.voice 'pi' @@ -10560,9 +11010,9 @@ 04 cluster.note letter='' shift=-1 length=1 04 cluster.note letter='' shift=0 length=1 00 bar '273P8L1M3' -01 lower_stress_bound.shape length=1 start=87 z=1 +01 lower_stress_bound.shape length=1 start='87' z=1 02 shape.coords x='1' y='90' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=92 z=1 +01 upper_stress_bound.shape length=1 start='92' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='ml' 01 bar.tuning offset=4 shift=-7 @@ -10609,9 +11059,9 @@ 04 cluster.note letter='' shift=-6 length=1 04 cluster.note letter='' shift=0 length=1 00 bar '274P8L1M4' -01 lower_stress_bound.shape length=1 start=90 z=1 +01 lower_stress_bound.shape length=1 start='90' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=94 z=1 +01 upper_stress_bound.shape length=1 start='94' z=1 02 shape.coords x='1' y='100' z=1 is_sharp=False 01 bar.tuning offset=0 shift=5 01 bar.voice 'pi' @@ -10657,9 +11107,9 @@ 04 cluster.note letter='' shift=-1 length=1 04 cluster.note letter='' shift=0 length=1 00 bar '275P8L1M5' -01 lower_stress_bound.shape length=1 start=94 z=1 +01 lower_stress_bound.shape length=1 start='94' z=1 02 shape.coords x='1' y='94' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=100 z=1 +01 upper_stress_bound.shape length=1 start='100' z=1 02 shape.coords x='1' y='100' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='mn' 01 bar.voice 'pi' @@ -10703,9 +11153,9 @@ 03 offset.stem_note pitch='G3' 03 offset.stem_note pitch='G2' 00 bar '277P8L2M2' -01 lower_stress_bound.shape length=1 start=78 z=1 +01 lower_stress_bound.shape length=1 start='78' z=1 02 shape.coords x='1' y='78' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=83 z=1 +01 upper_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-7 01 bar.voice 'pi' @@ -10844,9 +11294,9 @@ 04 cluster.note letter='' shift=1 04 cluster.note letter='' shift=2 00 bar '281P8L3M1' -01 lower_stress_bound.shape length=1 start=78 z=1 +01 lower_stress_bound.shape length=1 start='78' z=1 02 shape.coords x='1' y='81' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=83 z=1 +01 upper_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='85' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='hm' 01 bar.voice 'alpha' @@ -10881,9 +11331,9 @@ 04 cluster.note letter='' shift=1 04 cluster.note letter='' shift=3 00 bar '282P8L3M2' -01 lower_stress_bound.shape length=1 start=81 z=1 +01 lower_stress_bound.shape length=1 start='81' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=85 z=1 +01 upper_stress_bound.shape length=1 start='85' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False 01 bar.voice 'alpha' 02 voice.offset tick=0 @@ -10921,9 +11371,9 @@ 04 cluster.note letter='' shift=2 04 cluster.note letter='' shift=3 00 bar '283P8L3M3' -01 lower_stress_bound.shape length=1 start=83 z=1 +01 lower_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='86' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=88 z=1 +01 upper_stress_bound.shape length=1 start='88' z=1 02 shape.coords x='1' y='90' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='mn' 01 bar.tuning offset=4 shift=0 scale='chr' @@ -10967,9 +11417,9 @@ 04 cluster.note letter='' shift=3 04 cluster.note letter='' shift=4 00 bar '284P8L3M4' -01 lower_stress_bound.shape length=1 start=83 z=1 +01 lower_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='87' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=90 z=1 +01 upper_stress_bound.shape length=1 start='90' z=1 02 shape.coords x='1' y='92' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='hm' 01 bar.tuning offset=4 shift=0 scale='chr' @@ -11013,10 +11463,10 @@ 04 cluster.note letter='' shift=2 04 cluster.note letter='' shift=3 00 bar '285P8L3M5' -01 lower_stress_bound.shape length=1 start=87 z=1 +01 lower_stress_bound.shape length=1 start='87' z=1 02 shape.coords x='1' y='92' z=1 is_sharp=False 02 shape.coords x='2' y='92' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=92 z=1 +01 upper_stress_bound.shape length=1 start='92' z=1 02 shape.coords x='1' y='97' z=1 is_sharp=False 02 shape.coords x='3' y='97' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='ml' @@ -11037,9 +11487,9 @@ 04 cluster.note letter='o' shift=0 length=1 04 cluster.note letter='' shift=3 length=1 00 bar '286P8L3M6' -01 lower_stress_bound.shape length=1 start=92 z=1 +01 lower_stress_bound.shape length=1 start='92' z=1 02 shape.coords x='1' y='92' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=97 z=1 +01 upper_stress_bound.shape length=1 start='97' z=1 02 shape.coords x='1' y='97' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='mn' 01 bar.tuning offset=2 shift=0 scale='mj' @@ -11171,7 +11621,7 @@ 04 cluster.note letter='o' shift=0 length=1 04 cluster.note letter='' shift=3 length=1 00 bar '293P8L4M7' -01 upper_stress_bound.shape length=1 start=100 z=1 +01 upper_stress_bound.shape length=1 start='100' z=1 02 shape.coords x='1' y='100' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-6 01 bar.voice 'pi' @@ -11188,7 +11638,7 @@ 04 cluster.note letter='o' shift=0 length=1 04 cluster.note letter='' shift=3 length=1 00 bar '294P8L4M8' -01 tempo.shape length=1 start=240 z=1 +01 tempo.shape length=1 start='240' z=1 02 shape.coords x='1' y='240' z=1 is_sharp=False 01 bar.voice 'pi' 02 voice.offset tick=0 @@ -11220,13 +11670,13 @@ 02 stressor.level '1' 02 stressor.level '1' 02 stressor.level '1' -01 tempo.shape length=1 start=400 z=1 +01 tempo.shape length=1 start='400' z=1 02 shape.coords x='1' y='640' z=1 is_sharp=False 02 shape.coords x='3' y='480' z=1 is_sharp=False 01 tempo.levels 32 -01 lower_stress_bound.shape length=1 start=78 z=1 +01 lower_stress_bound.shape length=1 start='78' z=1 02 shape.coords x='1' y='78' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=83 z=1 +01 upper_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False 01 bar.tuning offset=24 shift=1 01 bar.voice 'pi' @@ -11319,11 +11769,11 @@ 04 cluster.note letter='' shift=-3 length=8 04 cluster.note letter='' shift=-5 length=2 00 bar '297P8L5M3' -01 lower_stress_bound.shape length=1 start=78 z=1 +01 lower_stress_bound.shape length=1 start='78' z=1 02 shape.coords x='4' y='87' z=1 is_sharp=True 02 shape.coords x='5' y='76' z=1 is_sharp=False 02 shape.coords x='6' y='76' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=83 z=1 +01 upper_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='4' y='95' z=1 is_sharp=True 02 shape.coords x='5' y='80' z=1 is_sharp=False 02 shape.coords x='6' y='80' z=1 is_sharp=False @@ -11408,10 +11858,10 @@ 02 voice.offset tick=16 03 offset.stem_note pitch='Ab3' 00 bar '298P8L5M4' -01 lower_stress_bound.shape length=1 start=75 z=1 +01 lower_stress_bound.shape length=1 start='75' z=1 02 shape.coords x='1' y='73' z=1 is_sharp=False 02 shape.coords x='2' y='73' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=80 z=1 +01 upper_stress_bound.shape length=1 start='80' z=1 02 shape.coords x='1' y='77' z=1 is_sharp=False 02 shape.coords x='2' y='77' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-4 @@ -11476,12 +11926,12 @@ 02 stressor.level '2' 02 stressor.level '3' 02 stressor.level '1' -01 tempo.shape length=1 start=552 z=1 +01 tempo.shape length=1 start='552' z=1 02 shape.coords x='1' y='552' z=1 is_sharp=False 01 tempo.levels 8 -01 lower_stress_bound.shape length=1 start=83 z=1 +01 lower_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='83' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=88 z=1 +01 upper_stress_bound.shape length=1 start='88' z=1 02 shape.coords x='1' y='88' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='ml' 01 bar.voice 'pi' @@ -11578,9 +12028,9 @@ 04 cluster.note letter='' shift=2 04 cluster.pause length=1 00 bar '303P8L6M5' -01 lower_stress_bound.shape length=1 start=83 z=1 +01 lower_stress_bound.shape length=1 start='83' z=1 02 shape.coords x='1' y='85' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=88 z=1 +01 upper_stress_bound.shape length=1 start='88' z=1 02 shape.coords x='1' y='91' z=1 is_sharp=False 01 bar.tuning offset=0 shift=0 scale='mn' 01 bar.voice 'pi' @@ -11605,9 +12055,9 @@ 04 cluster.note letter='o' shift=0 length=1 04 cluster.note letter='' shift=3 length=1 00 bar '304P8L7M1' -01 lower_stress_bound.shape length=1 start=85 z=1 +01 lower_stress_bound.shape length=1 start='85' z=1 02 shape.coords x='1' y='95' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=91 z=1 +01 upper_stress_bound.shape length=1 start='91' z=1 02 shape.coords x='1' y='100' z=1 is_sharp=False 01 bar.voice 'pi' 02 voice.offset tick=0 @@ -11627,9 +12077,9 @@ 04 cluster.note letter='o' shift=0 length=1 04 cluster.note letter='' shift=3 length=1 00 bar '305P8L7M2' -01 lower_stress_bound.shape length=1 start=95 z=1 +01 lower_stress_bound.shape length=1 start='95' z=1 02 shape.coords x='1' y='95' z=1 is_sharp=False -01 upper_stress_bound.shape length=1 start=100 z=1 +01 upper_stress_bound.shape length=1 start='100' z=1 02 shape.coords x='1' y='100' z=1 is_sharp=False 01 bar.tuning offset=0 shift=-6 01 bar.voice 'pi' @@ -11703,4 +12153,4 @@ 04 cluster.note letter='' shift=4 04 cluster.note letter='' shift=5 04 cluster.note letter='' shift=6 -00 bar '310P8L7M7' \ No newline at end of file +00 bar '310P8L7M7'