Commit Graph
51 Commits
Author SHA1 Message Date
vvakame 56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
Kohei Hisakuni 220e6719ea Change module back to namespace 2016-02-17 07:25:16 -08:00
Kohei Hisakuni 0c8b821916 Make sure vexflow can be loaded with jspm 2016-02-13 12:53:18 -08:00
Aya Morisawa 94e9eb1be4 Remove trailing whitespaces 2016-01-27 20:06:53 +09:00
Daniel Rosenwasser 4d9af200a7 Removed undocumented property in object literal in test for 'vexflow'. 2015-08-26 17:48:02 -07:00
Daniel Rosenwasser f4b5bc37e4 Fixed ordering of namespaces/classes to avoid errors from https://github.com/Microsoft/TypeScript/issues/4485 in 'vexflow'. 2015-08-26 17:47:21 -07:00
Daniel Rosenwasser 6ffcb6a8d6 Use 'namespace' keyword in 'vexflow'. 2015-08-26 17:37:52 -07:00
Roman Quiring ab17e16853 fixed definition of Vex.Flow.Formatter
- fixed arguments of FormatAndDraw()
- fixed arguments of FormatAndDrawTab()
2015-08-06 19:04:38 +02:00
Roman Quiring b4b5855f86 added vexflow-tests.ts 2015-08-06 18:55:31 +02:00
Roman Quiring fea6bb785a fixed definition of Vex.Flow.TabNote 2015-08-06 18:49:37 +02:00
Roman Quiring b330fede59 fixed definition of Vex.Flow.TextBracket
- fixed argument of setFont()
2015-08-06 18:47:42 +02:00
Roman Quiring 77445160ad changed CATEGORY property of several classes from static to const 2015-08-06 18:19:54 +02:00
Roman Quiring f8fb63d8cc changed definition of Vex.Flow.Modifier
- changed Position enum to const
2015-08-06 18:15:50 +02:00
Roman Quiring af4b4626fa changed definition of Vex.Flow.Curve
- changed Position enum to const
2015-08-06 18:15:08 +02:00
Roman Quiring 73c7432489 changed Vex.Flow.Barline
- changed type enum to const
2015-08-06 18:14:24 +02:00
Roman Quiring f5ec5ac8f0 changed Vex.Flow.Annotation
- changed enums to const
2015-08-06 18:13:33 +02:00
Roman Quiring 727502c429 fixed definition of Vex.Flow.StaveNote
- changed STEM_UP and STEM_DOWN from static to const
- fixed constructor arguments
2015-08-06 18:10:46 +02:00
Roman Quiring 15ccac22d6 changed Vex.Flow.Tickable from class to interface
- added respective methods to Vex.Flow.Note
2015-08-06 18:07:13 +02:00
Roman Quiring 59dd256bf2 fixed definition of Vex.Flow.Formatter
- fixed arguments of FormatAndDraw
- fixed arguments of FormatAndDrawTab
2015-08-06 18:02:33 +02:00
Roman Quiring 66440e6fb3 fixed definition of Vex.Flow.TabStave 2015-08-06 18:00:10 +02:00
Roman Quiring bc8e29fcd0 fixed definition of Vex.Flow.Glyph
- fixed argument of setOptions()
2015-08-06 17:57:07 +02:00
Roman Quiring f6c8562355 changed definition of Vex.Flow.Volta
- changed type enum to const
2015-08-06 17:53:41 +02:00
Roman Quiring 25f06dbb00 fixed definition of Vex.Flow.Voice
- changed enum Mode to const
- fixed constructor arguments
2015-08-06 17:50:22 +02:00
Roman Quiring dcef9183ea changed definition of Vex.Flow.Tuplet
- changed LOCATION_TOP and LOCATION_BOTTOM from static to const
2015-08-06 17:47:30 +02:00
Roman Quiring 6970bb6f78 changed definition of Vex.Flow.Tuning
- added names constant
2015-08-06 17:44:46 +02:00
Roman Quiring 1365098304 changed definition of Vex.Flow.TimeSignature
- added constant glyphs
2015-08-06 17:40:50 +02:00
Roman Quiring b3f154c5c3 fixed definition of Vex.Flow.TextNote
- changed Justification enum to const
- added GLYPHS const
- fixed constructor arguments
2015-08-06 17:37:05 +02:00
Roman Quiring c377f8452f fixed definition of Vex.Flow.TextBracket
- changed Positions enum to const
- fixed setFont()
- fixed constructor argument
2015-08-06 17:27:50 +02:00
Roman Quiring 0cf5c33231 fixed definition of Vex.Flow.TabTie 2015-08-06 17:23:04 +02:00
Roman Quiring 8eb312c09a fixed definition of Vex.Flow.TabSlide
- changed constants SLIDE_UP and SLIDE_DOWN from static to const
- fixed constructor arguments
2015-08-06 17:20:53 +02:00
Roman Quiring 45599bb3cf fixed definition of Vex.Flow.TabNote 2015-08-06 17:18:08 +02:00
Roman Quiring 41f25f3c76 changed definition of Vex.Flow.Stroke
- changed Type enum to const
2015-08-06 17:12:31 +02:00
Roman Quiring 57bd0ee3d5 fixed definition of Vex.Flow.StringNumber
- fixed arguments of setNote() and setLastNote()
2015-08-06 17:10:00 +02:00
Roman Quiring 8c097669b0 changed definition of Vex.Flow.Stem
- changed constants UP and DOWN from static to const
- removed constants WIDTH and HEIGHT as they are set by
Vex.Flow.STEM_WIDTH and Vex.Flow.STEM_HEIGHT
- added hide property
2015-08-06 17:03:31 +02:00
Roman Quiring 41a8267383 fixed definition of Vex.Flow.StaveTie 2015-08-06 16:57:21 +02:00
Roman Quiring 6add88934f fixed definition of Vex.Flow.StaveTempo
- fixed arguments of setTempo()
2015-08-06 16:51:39 +02:00
Roman Quiring 0936292468 changed definition of Vex.Flow.StaveLine
- changed enums to const
2015-08-06 16:45:22 +02:00
Roman Quiring b067174872 fixed definition of Vex.Flow.StaveHairpin
- changed type enum to const
- fixed arguments of FormatByTicksAndDraw()
- added missing declaration of renderHairpin()
2015-08-06 16:39:50 +02:00
Roman Quiring dbb9d1cbde fixed definition of Vex.Flow.StaveConnector
- changed type enum to const
- fixed type of setFont()
2015-08-06 16:32:38 +02:00
Roman Quiring 531a057c38 changed definition of Vex.Flow.Stave
- removed static THICKNESS as it is set by Vex.Flow.STAVE_LINE_THICKNESS
2015-08-06 16:28:44 +02:00
Roman Quiring b37a49c004 changed definition of Vex.Flow.Repetition
- changed type enum to const
2015-08-06 16:20:20 +02:00
Roman Quiring a4a2aaf62a changed definition of Vex.Flow.Renderer
- changed type of enums to const
2015-08-06 16:18:30 +02:00
Roman Quiring 09154f4618 changed definition of Vex.Flow.Pedalmarking
- added GLYPHS const
- changed Styles enum from static to const
2015-08-04 11:49:39 +02:00
Roman Quiring 52dbf6cb6f fixed definition of Vex.Flow.NoteHead 2015-08-04 11:41:33 +02:00
Roman Quiring 25288cd386 changed difinition of Vex.Flow.Music
- changed NUM_TONES from static to const
- added definitions of helper tables
2015-08-04 04:10:16 +02:00
Roman Quiring b2d719a615 fixed definition of Vex.Flow.GraceNoteGroup 2015-08-04 03:36:32 +02:00
Roman Quiring d64b972ee9 fixed definition of Vex.Flow.GraceNote 2015-08-04 03:34:18 +02:00
Roman Quiring a8643986ac fixed definition of Vex.Flow.Bend 2015-08-04 03:12:43 +02:00
Roman Quiring d2e5432873 changed constants in Vex.Flow from var to const 2015-07-25 14:28:46 +02:00
Roman Quiring b1dc72bc6e corrected definition for Vex.Flow.StaveNote 2015-07-25 14:15:54 +02:00