Re: Lilypond document reformatting script?

2017-03-30 Thread Devon LePage
lefoon Oorspronkelijk bericht Onderwerp: Re: Lilypond document reformatting script? Van: m.tarensk...@zonnet.nl Aan: Devon LePage Cc: Maybe an alternative option is to write a python script to manipulate the musicxml code, befóre feeding it to musicxml2ly? After that such code

Re: Lilypond document reformatting script?

2017-03-30 Thread Jacques Menu Muzhic
---- > Onderwerp: Re: Lilypond document reformatting script? > Van: m.tarensk...@zonnet.nl > Aan: Devon LePage > Cc: > > > Maybe an alternative option is to write a python script to manipulate the > musicxml code, befóre feeding it to musicxml2ly? > > After

Fw: Lilypond document reformatting script?

2017-03-30 Thread m.tarensk...@zonnet.nl
Verzonden vanaf mijn Huawei mobiele telefoon Oorspronkelijk bericht Onderwerp: Re: Lilypond document reformatting script?Van: m.tarensk...@zonnet.nlAan: Devon LePage <devonlep...@gmail.com>Cc: Maybe an alternative option is to write a python script to manipulate the musicxm

Re: Lilypond document reformatting script?

2017-03-30 Thread Devon LePage
Rémy— Whenever I use musicxml2ly on a MusicXML file generated by Smart Score X2, I get LilyPond code that looks something like this: { a4 b4 c4 d4 e4 f4 g2 g8 f8 e8 d8 c8 b8 \times 2/3 { a8 b8 c8 } } I would like to create a Python script that would reformat the code to

Re: Lilypond document reformatting script?

2017-03-30 Thread Devon LePage
Urs— Here are 2 gists that contain “messy" excerpts from a MusicXML file: https://gist.github.com/devonlepage/7b6b373bd4a16aac92eae68f7534113e https://gist.github.com/devonlepage/6c92575e38f3e6e2bd78d07b35c6059c These are from a transcription of a John Coltrane performance, unrelated to my main

Re: Lilypond document reformatting script?

2017-03-30 Thread Urs Liska
Am 30.03.2017 um 10:45 schrieb Devon LePage: > I’m currently working on a project that involves importing a lot of > music into LilyPond via MusicXML. (Before this, the music is scanned > and OCR-ed in Smart Score X2, if that is relevant.) > > Unfortunately, the resulting LilyPond code is a bit

re: Lilypond document reformatting script?

2017-03-30 Thread Remy CLAVERIE
A : "Lilypond-User Mailing List" > Copie à : > Objet : Lilypond document reformatting script? > > I’m currently working on a project that involves importing a lot of music into LilyPond via MusicXML. (Before this, the music is scanned and OCR-ed in Smart Score X

Lilypond document reformatting script?

2017-03-30 Thread Devon LePage
I’m currently working on a project that involves importing a lot of music into LilyPond via MusicXML. (Before this, the music is scanned and OCR-ed in Smart Score X2, if that is relevant.) Unfortunately, the resulting LilyPond code is a bit messy and difficult to read. I'd like to reformat these