summaryrefslogtreecommitdiff
path: root/actions/mxml2ly2denemo
AgeCommit message (Expand)AuthorFilesLines
2010-11-09Add some leftover nwctext example I want to get out from my git :)Nils Gey1-0/+132
2010-09-12New LilyPond parser used by Denemo. Local tables are made in .denemo.Richard Shann11-11451/+0
2010-09-12Lily parser: rests and whole measure rests now workingRichard Shann2-64/+11
2010-09-11lyimport: tuplets handled. Some rest handling.Richard Shann5-25/+89
2010-09-11Do dotted duration in lilyparserRichard Shann3-16/+29
2010-09-11Parse (and throw away) embedded scheme at toplevelRichard Shann2-4/+7
2010-09-11Read embedded scheme. Note parser is not yet expecting the SCM_TOKEN ...Richard Shann1-0/+7
2010-09-10Realistic input file from denemo - only version and embedded scheme are comme...Richard Shann1-34/+12
2010-09-10Add a block lexer to parse header blocks etc - at the moment they are discardedRichard Shann6-8/+87
2010-09-10lily parser: get octaves and accidentals workingRichard Shann2-62/+68
2010-09-10Lily parse: fix durations of notesRichard Shann2-7/+23
2010-09-10lily import: do initial keysigs etc for multiple staffs/voicesRichard Shann2-3/+3
2010-09-10lyimport: do not add staffs/voices unless neededRichard Shann1-1/+14
2010-09-10Create new movements correctly in lily importRichard Shann1-1/+1
2010-09-10lily import: Avoid inserting clef/keysig/timesig changes at startRichard Shann2-30/+69
2010-09-09Add a lexer for the quoted string state and parser \bar xxx with itRichard Shann6-13/+120
2010-09-08Document and quietenRichard Shann2-33/+46
2010-09-08Use the multiple lexer mechanism - only one notes state lexer defined so farRichard Shann3-11/+1164
2010-09-08Get normal notation for chords working in lily parser. Note \bar is not prope...Richard Shann3-31/+107
2010-09-07Allow header and layout inside scoreblockRichard Shann2-4/+6
2010-09-07Allow (empty) layout blocks as well in ly parserRichard Shann2-3/+20
2010-09-07remove out-of-order tokens, tokens now follow order of parser.yyRichard Shann1-17/+11
2010-09-07Add in tokens from LilyPond parser, and rule for \headerRichard Shann2-9/+243
2010-09-06LilyPond parser does keysignaturesRichard Shann2-2/+2
2010-09-06Lily Parser sets timesiggsRichard Shann2-1/+2
2010-09-06Add clef parsingRichard Shann4-7/+6
2010-09-06Sort out multiple score blocksRichard Shann2-4/+4
2010-09-06Parser now handles chords and new staff contexts simultaneouslyRichard Shann3-73/+56
2010-09-05Handle identifiers holding staff contextsRichard Shann2-9/+7
2010-09-05Extend lily parser to new contexts and chords simultaneouslyRichard Shann3-38/+92
2010-09-03Lily Parser now handles chords and notes, generated script actually creates a...Richard Shann2-15/+17
2010-09-02Extend ly parser to swallow chords. Note the chord creation is unusable so farRichard Shann3-13/+39
2010-09-01Some work in progress on parsing a simpley lilypond file to a denemo scriptRichard Shann4-108/+48
2010-08-22lyimport: WIP / transportNils Gey3-17/+18
2010-08-21lyimport: start looping through the parser outputNils Gey1-13/+19
2010-08-21lyimport: First steps to convert the final list to denemo syntax. Right now o...Nils Gey2-11/+36
2010-08-21Split the import to three files, clean and comment. Also added a few tests an...Nils Gey3-657/+651
2010-08-20lyimport: Make movement part of the listNils Gey1-2/+2
2010-08-20Add trigger to add movements laterNils Gey2-4/+3
2010-08-20lyimport: remove chaotic displayNils Gey1-6/+5
2010-08-20lyimport: Final lists now consists of pairs with a type/identifier. Including...Nils Gey3-27/+41
2010-08-18Add wip/transport dataNils Gey3-18/+127
2010-08-16lyimport: Nested Assignments and more possible now. Creates a final list in t...Nils Gey2-33/+57
2010-08-15lyimport: Overnight save. Parses fine through multiple assignments and save t...Nils Gey2-33/+64
2010-08-15lyimport: Add diagram file to visualize the parser. Open with the program diaNils Gey1-0/+0
2010-08-14lyimport: Rename file and add GPL3+ headerNils Gey1-0/+0
2010-08-14Remove old and unused filesNils Gey5-3213/+0
2010-08-14Assignments are now saved in a hashtable and get detected correctly once they...Nils Gey3-20/+96
2010-08-13Many new parser rules, keywords and tokens. Parses the example .ly file up to...Nils Gey2-23/+228
2010-08-13Merge .ly filesNils Gey2-42/+40