Skip to content

Commit

Permalink
Merge commit 'c8384567615d82bc76ba733830ae2d5cda30a863'
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Nov 30, 2015
2 parents 610951c + c838456 commit e7ce826
Show file tree
Hide file tree
Showing 93 changed files with 5,337 additions and 3,158 deletions.
12 changes: 6 additions & 6 deletions Verovio.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
4DF28A041A754DF000BA9F7D /* floatingelement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = floatingelement.cpp; path = src/floatingelement.cpp; sourceTree = "<group>"; };
4DF2AF7D1A62F6A50016F869 /* drawinginterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = drawinginterface.h; path = include/vrv/drawinginterface.h; sourceTree = "<group>"; };
8F086EA9188534680037FD8E /* Verovio */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Verovio; sourceTree = BUILT_PRODUCTS_DIR; };
8F086EB6188539540037FD8E /* aligner.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = aligner.cpp; path = src/aligner.cpp; sourceTree = "<group>"; };
8F086EB6188539540037FD8E /* aligner.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = aligner.cpp; path = src/aligner.cpp; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.cpp; };
8F086EB8188539540037FD8E /* barline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = barline.cpp; path = src/barline.cpp; sourceTree = "<group>"; };
8F086EB9188539540037FD8E /* bboxdevicecontext.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = bboxdevicecontext.cpp; path = src/bboxdevicecontext.cpp; sourceTree = "<group>"; };
8F086EBA188539540037FD8E /* beam.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = beam.cpp; path = src/beam.cpp; sourceTree = "<group>"; };
Expand All @@ -330,12 +330,12 @@
8F086EC5188539540037FD8E /* keysig.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = keysig.cpp; path = src/keysig.cpp; sourceTree = "<group>"; };
8F086EC6188539540037FD8E /* layer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = layer.cpp; path = src/layer.cpp; sourceTree = "<group>"; };
8F086EC7188539540037FD8E /* layerelement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = layerelement.cpp; path = src/layerelement.cpp; sourceTree = "<group>"; };
8F086EC9188539540037FD8E /* measure.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = measure.cpp; path = src/measure.cpp; sourceTree = "<group>"; };
8F086EC9188539540037FD8E /* measure.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = measure.cpp; path = src/measure.cpp; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.cpp; };
8F086ECA188539540037FD8E /* mensur.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mensur.cpp; path = src/mensur.cpp; sourceTree = "<group>"; };
8F086ECB188539540037FD8E /* multirest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = multirest.cpp; path = src/multirest.cpp; sourceTree = "<group>"; };
8F086ECC188539540037FD8E /* note.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = note.cpp; path = src/note.cpp; sourceTree = "<group>"; };
8F086ECD188539540037FD8E /* object.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = object.cpp; path = src/object.cpp; sourceTree = "<group>"; };
8F086ECE188539540037FD8E /* page.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = page.cpp; path = src/page.cpp; sourceTree = "<group>"; };
8F086ECE188539540037FD8E /* page.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = page.cpp; path = src/page.cpp; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.cpp; };
8F086ECF188539540037FD8E /* pitchinterface.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = pitchinterface.cpp; path = src/pitchinterface.cpp; sourceTree = "<group>"; };
8F086ED0188539540037FD8E /* positioninterface.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = positioninterface.cpp; path = src/positioninterface.cpp; sourceTree = "<group>"; };
8F086ED1188539540037FD8E /* rest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = rest.cpp; path = src/rest.cpp; sourceTree = "<group>"; };
Expand All @@ -354,7 +354,7 @@
8F086EE0188539540037FD8E /* view.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = view.cpp; path = src/view.cpp; sourceTree = "<group>"; };
8F086EE1188539540037FD8E /* vrv.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = vrv.cpp; path = src/vrv.cpp; sourceTree = "<group>"; };
8F086F4D18853CA90037FD8E /* liblibverovio.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = liblibverovio.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
8F59290D18854BF800FE51AD /* aligner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = aligner.h; path = include/vrv/aligner.h; sourceTree = "<group>"; };
8F59290D18854BF800FE51AD /* aligner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = aligner.h; path = include/vrv/aligner.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
8F59290F18854BF800FE51AD /* barline.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = barline.h; path = include/vrv/barline.h; sourceTree = "<group>"; };
8F59291018854BF800FE51AD /* bboxdevicecontext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bboxdevicecontext.h; path = include/vrv/bboxdevicecontext.h; sourceTree = "<group>"; };
8F59291118854BF800FE51AD /* beam.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = beam.h; path = include/vrv/beam.h; sourceTree = "<group>"; };
Expand All @@ -371,11 +371,11 @@
8F59291C18854BF800FE51AD /* keysig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = keysig.h; path = include/vrv/keysig.h; sourceTree = "<group>"; };
8F59291D18854BF800FE51AD /* layer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = layer.h; path = include/vrv/layer.h; sourceTree = "<group>"; };
8F59291E18854BF800FE51AD /* layerelement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = layerelement.h; path = include/vrv/layerelement.h; sourceTree = "<group>"; };
8F59292018854BF800FE51AD /* measure.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = measure.h; path = include/vrv/measure.h; sourceTree = "<group>"; };
8F59292018854BF800FE51AD /* measure.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = measure.h; path = include/vrv/measure.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
8F59292118854BF800FE51AD /* mensur.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mensur.h; path = include/vrv/mensur.h; sourceTree = "<group>"; };
8F59292218854BF800FE51AD /* multirest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = multirest.h; path = include/vrv/multirest.h; sourceTree = "<group>"; };
8F59292318854BF800FE51AD /* note.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = note.h; path = include/vrv/note.h; sourceTree = "<group>"; };
8F59292418854BF800FE51AD /* object.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = object.h; path = include/vrv/object.h; sourceTree = "<group>"; };
8F59292418854BF800FE51AD /* object.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = object.h; path = include/vrv/object.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
8F59292518854BF800FE51AD /* page.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = page.h; path = include/vrv/page.h; sourceTree = "<group>"; };
8F59292618854BF800FE51AD /* pitchinterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pitchinterface.h; path = include/vrv/pitchinterface.h; sourceTree = "<group>"; };
8F59292718854BF800FE51AD /* positioninterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = positioninterface.h; path = include/vrv/positioninterface.h; sourceTree = "<group>"; };
Expand Down
3 changes: 3 additions & 0 deletions data/Bravura.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@
<glyph glyph-code="E888" x="0.0" y="0.0" width="639.0" height="772.0" />
<glyph glyph-code="E889" x="0.0" y="2.0" width="590.0" height="780.0" />
<glyph glyph-code="E88A" x="16.0" y="164.0" width="230.0" height="406.0" />
<glyph glyph-code="E901" x="0.0" y="-346.0" width="694.0" height="2234.0" />
<glyph glyph-code="E904" x="0.0" y="-2189.0" width="999.0" height="3399.0" />
<glyph glyph-code="E909" x="0.0" y="-1638.0" width="500.0" height="3276.0" />
<glyph glyph-code="E938" x="0.0" y="-289.0" width="578.0" height="578.0" />
<glyph glyph-code="E939" x="2.0" y="-289.0" width="579.0" height="578.0" />
<glyph glyph-code="E93C" x="0.0" y="-377.0" width="655.0" height="755.1" />
Expand Down
8 changes: 8 additions & 0 deletions data/Bravura/E901-mensuralGclefPetrucci.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<symbol id="E901"
viewBox="0 0 2048 2048"
overflow="inherit"
horiz-adv-x="694">
<g transform="scale(1,-1)">
<path d="M412 37q0 74 18 147q-78 -4 -125 -51v-39q0 -191 84 -255q68 -52 148 -52q29 0 49 4q10 0 10 52t-10 77q-2 8 -39 8l-74 -2q-20 0 -24 2q-37 35 -37 109zM555 1585q0 101 -43 159q-42 58 -110 58t-99 -30q-51 -52 -51 -160t29 -219t60 -161t49 -78t32 -56l24 43 q66 141 88 270t21 174zM469 172q0 -53 31 -131q12 12 17 15t50 3l115 -6q12 -49 12 -96q0 -125 -72 -211t-159 -92h-12q-63 0 -127 41q-63 41 -84 96q-35 95 -35 187t82 198t184 137l18 43q78 176 29 338q-27 100 -139 283q-29 -33 -117 -116t-141 -159t-58 -170 q1 -74 49 -131t78 -57q12 -8 12 -12t-10 -27t-26 -40t-27 -17q-23 10 -29 12q-5 2 -27 18q-78 55 -83 191v10q0 68 39 150q47 88 176 224t145 155l-59 100q-119 223 -119 387q0 88 22 146q22 59 50 110q66 115 199 135q10 2 30 2q135 0 135 -205q0 -141 -65 -360 q-59 -176 -111 -260q166 -293 166 -430q0 -100 -88 -291l-10 -20l25 2q66 0 122 -41q14 -14 -25 -71q-38 -58 -63 -58l-2 2h-4q-41 25 -94 26v-10z"/>
</g>
</symbol>
8 changes: 8 additions & 0 deletions data/Bravura/E904-mensuralFclefPetrucci.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<symbol id="E904"
viewBox="0 0 2048 2048"
overflow="inherit"
horiz-adv-x="999">
<g transform="scale(1,-1)">
<path d="M797 -422l82 139l-127 213l-80 -135zM672 276l125 -217l82 140l-127 213zM774 1190q0 20 21 20h26q20 0 21 -20v-631q19 -25 77 -126t69 -124t11 -36t-6 -25l-114 -195q-6 -11 -6 -19t41 -82t61 -108q20 -33 20 -59l-4 -25q-156 -299 -213 -344v-1585q0 -20 -20 -20h-27 q-20 0 -20 20v1596q-20 29 -81 135q-62 107 -72 118t-9 26q0 15 8 36l113 201q8 10 8 17t-8 17q-6 10 -64 112t-57 114l12 33l164 286q23 47 49 60v608zM117 -109h239q53 0 62 76v78q-16 47 -56 47h-247q-39 0 -47 -47v-86q8 -68 49 -68zM459 369q25 0 24 -39v-2263 q0 -25 -6 -31t-18 -6h-17q-16 0 -20 9t-4 28v1609q-16 47 -56 48h-247q-39 0 -47 -48v-36q0 -20 -25 -21h-18q-25 0 -25 21v708q0 20 25 21h18q25 0 25 -21v-20q8 -68 49 -68h239q53 0 62 80q2 29 24 29h17z"/>
</g>
</symbol>
8 changes: 8 additions & 0 deletions data/Bravura/E909-mensuralCclefPetrucciPosMiddle.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<symbol id="E909"
viewBox="0 0 2048 2048"
overflow="inherit"
horiz-adv-x="499">
<g transform="scale(1,-1)">
<path d="M119 356q-37 0 -49 -47v-73q8 -76 61 -76h248q37 0 47 47q4 16 4 24v78q-14 47 -55 47h-256zM131 -346h248q43 0 51 67v54q-5 75 -55 75h-260q-41 -10 -45 -75v-45q8 -76 61 -76zM51 1638q19 0 19 -34v-971q8 -68 51 -68h248q35 -1 46 19t15 57v465q0 23 6 29t21 6h18 q25 0 25 -35v-2220q0 -23 -6 -29t-19 -6h-26q-19 0 -19 35v485q-8 78 -61 78h-238q-53 0 -61 -78v-975q0 -22 -6 -28t-20 -6h-26q-18 0 -18 34v3208q0 22 6 28t20 6h25z"/>
</g>
</symbol>
3 changes: 3 additions & 0 deletions data/Gootville.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@
<glyph glyph-code="E888" x="0.0" y="0.0" width="200.0" height="400.0" />
<glyph glyph-code="E889" x="0.0" y="0.0" width="200.0" height="400.0" />
<glyph glyph-code="E88A" x="0.0" y="0.0" width="200.0" height="400.0" />
<glyph glyph-code="E901" x="0.0" y="0.0" width="200.0" height="400.0" />
<glyph glyph-code="E904" x="0.0" y="0.0" width="200.0" height="400.0" />
<glyph glyph-code="E909" x="0.0" y="0.0" width="200.0" height="400.0" />
<glyph glyph-code="E938" x="0.0" y="0.0" width="200.0" height="400.0" />
<glyph glyph-code="E939" x="0.0" y="0.0" width="200.0" height="400.0" />
<glyph glyph-code="E93C" x="0.0" y="0.0" width="200.0" height="400.0" />
Expand Down
8 changes: 8 additions & 0 deletions data/Gootville/E901-mensuralGclefPetrucci.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<symbol id="E901"
viewBox="0 0 1000 1000"
overflow="inherit"
horiz-adv-x="">
<g transform="scale(1,-1)">
<path d="M0 0v400h200v-400h-200zM10 10h180v380h-180v-380z"/>
</g>
</symbol>
8 changes: 8 additions & 0 deletions data/Gootville/E904-mensuralFclefPetrucci.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<symbol id="E904"
viewBox="0 0 1000 1000"
overflow="inherit"
horiz-adv-x="">
<g transform="scale(1,-1)">
<path d="M0 0v400h200v-400h-200zM10 10h180v380h-180v-380z"/>
</g>
</symbol>
8 changes: 8 additions & 0 deletions data/Gootville/E909-mensuralCclefPetrucciPosMiddle.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<symbol id="E909"
viewBox="0 0 1000 1000"
overflow="inherit"
horiz-adv-x="">
<g transform="scale(1,-1)">
<path d="M0 0v400h200v-400h-200zM10 10h180v380h-180v-380z"/>
</g>
</symbol>
3 changes: 3 additions & 0 deletions data/Leipzig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,7 @@
<glyph glyph-code="E101" x="0.0" y="-242.0" width="508.0" height="484.0" />
<glyph glyph-code="E501" x="0.0" y="-242.0" width="750.0" height="484.0" />
<glyph glyph-code="E502" x="0.0" y="-242.0" width="1234.0" height="484.0" />
<glyph glyph-code="E901" x="-12.1" y="-176.3" width="461.1" height="935.5" />
<glyph glyph-code="E904" x="0.0" y="-883.0" width="677.0" height="1208.0" />
<glyph glyph-code="E909" x="0.0" y="-602.0" width="309.0" height="1197.0" />
</bounding-boxes>
2 changes: 1 addition & 1 deletion data/Leipzig/E4A8-articStaccatissimoWedgeAbove.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
overflow="inherit"
horiz-adv-x="153">
<g transform="scale(1,-1)">
<path d="M153 214h-37c-10 -4 -18.667 -14 -26 -30c-3.33301 -7.33301 -8 -12 -14 -14c-4 1.33301 -10.667 10 -20 26c-4.66699 8.66699 -11.333 14.667 -20 18h-36l76 -214z"/>
<path d="M153 214h-37c-10 -4 -18.667 -14 -26 -30c-3.333 -7.33299 -8 -12 -14 -14c-4 1.33299 -10.667 10 -20 26c-4.667 8.66701 -11.333 14.667 -20 18h-36l76 -214z"/>
</g>
</symbol>
2 changes: 1 addition & 1 deletion data/Leipzig/E4A9-articStaccatissimoWedgeBelow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
overflow="inherit"
horiz-adv-x="153">
<g transform="scale(1,-1)">
<path d="M153 -214h-37c-10 4 -18.667 14 -26 30c-3.33301 7.33301 -8 12 -14 14c-4 -1.33301 -10.667 -10 -20 -26c-4.66699 -8.66699 -11.333 -14.667 -20 -18h-36l76 214z"/>
<path d="M153 -214h-37c-10 4 -18.667 14 -26 30c-3.333 7.33299 -8 12 -14 14c-4 -1.33299 -10.667 -10 -20 -26c-4.667 -8.66701 -11.333 -14.667 -20 -18h-36l76 214z"/>
</g>
</symbol>
2 changes: 1 addition & 1 deletion data/Leipzig/E500-repeat1Bar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
overflow="inherit"
horiz-adv-x="508">
<g transform="scale(1,-1)">
<path d="M508 242l-362 -484h-146l362 484h146zM52 118c0 13.333 4.33301 24.667 13 34s19.333 14.333 32 15c14 0 25.667 -4 35 -12s14.333 -19 15 -33c0 -13.333 -4.33301 -24.667 -13 -34s-19.333 -14.333 -32 -15c-14 0 -25.667 4 -35 12s-14.333 19 -15 33zM361 -121 c0 13.333 4.33301 24.667 13 34s19.334 14.333 32 15c14 0 25.667 -4 35 -12s14.333 -19 15 -33c0 -13.333 -4.33301 -24.667 -13 -34s-19.333 -14.333 -32 -15c-14 0 -25.667 4 -35 12s-14.333 19 -15 33z"/>
<path d="M508 242l-362 -484h-146l362 484h146zM52 118c0 13.333 4.333 24.667 13 34s19.333 14.333 32 15c14 0 25.667 -4 35 -12c9.33299 -8 14.333 -19 15 -33c0 -13.333 -4.33299 -24.667 -13 -34c-8.667 -9.333 -19.333 -14.333 -32 -15c-14 0 -25.667 4 -35 12 s-14.333 19 -15 33zM361 -121c0 13.333 4.33301 24.667 13 34s19.334 14.333 32 15c14 0 25.667 -4 35 -12s14.333 -19 15 -33c0 -13.333 -4.33301 -24.667 -13 -34s-19.333 -14.333 -32 -15c-14 0 -25.667 4 -35 12s-14.333 19 -15 33z"/>
</g>
</symbol>
2 changes: 1 addition & 1 deletion data/Leipzig/E501-repeat2Bars.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
overflow="inherit"
horiz-adv-x="751">
<g transform="scale(1,-1)">
<path d="M750 242l-362 -484h-146l362 484h146zM508 242l-362 -484h-146l362 484h146zM52 118c0 13.333 4.33301 24.667 13 34s19.333 14.333 32 15c14 0 25.667 -4 35 -12s14.333 -19 15 -33c0 -13.333 -4.33301 -24.667 -13 -34s-19.333 -14.333 -32 -15c-14 0 -25.667 4 -35 12 s-14.333 19 -15 33zM603 -121c0 13.333 4.33301 24.667 13 34s19.334 14.333 32 15c14 0 25.667 -4 35 -12s14.333 -19 15 -33c0 -13.333 -4.33301 -24.667 -13 -34s-19.333 -14.333 -32 -15c-14 0 -25.667 4 -35 12s-14.333 19 -15 33z"/>
<path d="M750 242l-362 -484h-146l362 484h146zM508 242l-362 -484h-146l362 484h146zM52 118c0 13.333 4.333 24.667 13 34s19.333 14.333 32 15c14 0 25.667 -4 35 -12c9.33299 -8 14.333 -19 15 -33c0 -13.333 -4.33299 -24.667 -13 -34c-8.667 -9.333 -19.333 -14.333 -32 -15 c-14 0 -25.667 4 -35 12s-14.333 19 -15 33zM603 -121c0 13.333 4.33301 24.667 13 34s19.334 14.333 32 15c14 0 25.667 -4 35 -12s14.333 -19 15 -33c0 -13.333 -4.33301 -24.667 -13 -34s-19.333 -14.333 -32 -15c-14 0 -25.667 4 -35 12s-14.333 19 -15 33z"/>
</g>
</symbol>
2 changes: 1 addition & 1 deletion data/Leipzig/E502-repeat4Bars.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
overflow="inherit"
horiz-adv-x="1234">
<g transform="scale(1,-1)">
<path d="M1234 242l-362 -484h-146l362 484h146zM992 242l-362 -484h-146l362 484h146zM750 242l-362 -484h-146l362 484h146zM508 242l-362 -484h-146l362 484h146zM52 118c0 13.333 4.33301 24.667 13 34s19.333 14.333 32 15c14 0 25.667 -4 35 -12s14.333 -19 15 -33 c0 -13.333 -4.33301 -24.667 -13 -34s-19.333 -14.333 -32 -15c-14 0 -25.667 4 -35 12s-14.333 19 -15 33zM1087 -121c0 13.333 4.33301 24.667 13 34s19.334 14.333 32 15c14 0 25.667 -4 35 -12s14.333 -19 15 -33c0 -13.333 -4.33301 -24.667 -13 -34 s-19.333 -14.333 -32 -15c-14 0 -25.667 4 -35 12s-14.333 19 -15 33z"/>
<path d="M1234 242l-362 -484h-146l362 484h146zM992 242l-362 -484h-146l362 484h146zM750 242l-362 -484h-146l362 484h146zM508 242l-362 -484h-146l362 484h146zM52 118c0 13.333 4.333 24.667 13 34s19.333 14.333 32 15c14 0 25.667 -4 35 -12c9.33299 -8 14.333 -19 15 -33 c0 -13.333 -4.33299 -24.667 -13 -34c-8.667 -9.333 -19.333 -14.333 -32 -15c-14 0 -25.667 4 -35 12s-14.333 19 -15 33zM1087 -121c0 13.333 4.32996 24.667 13 34s19.33 14.333 32 15c14 0 25.67 -4 35 -12s14.33 -19 15 -33c0 -13.333 -4.32996 -24.667 -13 -34 s-19.33 -14.333 -32 -15c-14 0 -25.67 4 -35 12s-14.33 19 -15 33z"/>
</g>
</symbol>
2 changes: 1 addition & 1 deletion data/Leipzig/E521-dynamicMezzo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
overflow="inherit"
horiz-adv-x="405">
<g transform="scale(1,-1)">
<path d="M337 262c21 0 43 -14 43 -35v-7l-63 -183c0 -13 4 -20 12 -21c8 0 17 5 26 15s15 16 16 17c4 7 18.6328 31.6631 20 35l14 41h23l-24 -63c-8.30371 -21.7969 -31 -45 -44 -58s-29 -20 -46 -21c-18 0 -34 5 -49 14l-16 15c-3 7 -5 12 -5 17c20 63 44 124 65 186 c0 7 -5 12 -15 13c-16 0 -31 -15 -44 -45l-64 -182h-71l77 214c0 9 -6 13 -17 13c-9 0 -17 -4 -22 -11s-12 -19 -20 -34l-64 -182h-69l77 210v4c0 10 -5 12 -12 16c-25 0 -52 -47 -66 -73c-5 -9 -12 -23 -21 -42h-22c19 39 40 76 64 107c21 27 47 40 79 40 c21 0 31 -19 34 -41c19 17 34 27 45 32c11 6 24 9 39 9c21 0 32 -19 35 -41c22 17 49 41 85 41z"/>
<path d="M337 262c21 0 43 -14 43 -35v-7l-63 -183c0 -13 4 -20 12 -21c8 0 17 5 26 15s15 16 16 17c4 7 18.633 31.6631 20 35l14 41h23l-24 -63c-8.30399 -21.7969 -31 -45 -44 -58s-29 -20 -46 -21c-18 0 -34 5 -49 14l-16 15c-3 7 -5 12 -5 17c20 63 44 124 65 186 c0 7 -5 12 -15 13c-16 0 -31 -15 -44 -45l-64 -182h-71l77 214c0 9 -6 13 -17 13c-9 0 -17 -4 -22 -11s-12 -19 -20 -34l-64 -182h-69l77 210v4c0 10 -5 12 -12 16c-25 0 -52 -47 -66 -73c-5 -9 -12 -23 -21 -42h-22c19 39 40 76 64 107c21 27 47 40 79 40 c21 0 31 -19 34 -41c19 17 34 27 45 32c11 6 24 9 39 9c21 0 32 -19 35 -41c22 17 49 41 85 41z"/>
</g>
</symbol>
Loading

0 comments on commit e7ce826

Please sign in to comment.