Re: Problems with musicxml2ly

2022-12-21 Thread mark damerell
Thank you very much all who replied. Paul Hodges said (in part): ... Music XML files always require a lot of processing to get acceptable > output ... > This is certainly true in this instance!! Thank you all.

Re: Problems with musicxml2ly

2022-12-20 Thread Jacques Menu
Well, well, it seems I’m getting too old to try and help other users, and that the only misleading thing is my environment being set to have ‘.mxl’ files opened by MuseScore... Sorry for the (large) noise! JM

Re: Problems with musicxml2ly

2022-12-20 Thread Silvain Dupertuis
a suffix point: historically, MusicXML has used ‘.xml’, which is marked as obsolete by MuseScore. An attempt to change that to ‘.musicxml’ doesn’t seem to have gained approval yet, though. Converting O_Holy_Night.xml to LilyPond with: *musicxml2ly (LilyPond) 2.23.82* *Copyright (c) 2005--2022 by

Re: Problems with musicxml2ly

2022-12-20 Thread Paul Hodges
From: Jacques Menu The legend on this page is misleading: the files that can be downloaded clicking on the supposedly MusicXML icon have a ‘.mxl’ suffix, i.e. they are MuseScore files in fact: .mxl files are the standard compressed form of Music XML files; the Music XML file is compre

Re: Problems with musicxml2ly

2022-12-20 Thread m.tarensk...@kpnmail.nl
ing on the supposedly MusicXML icon have a ‘.mxl’ > suffix, i.e. they are MuseScore files in fact:Are you sure? I think .mxl is the extension for MusicXML files compressed in a standard way. Seehttps://www.w3.org/2021/06/musicxml40/tutorial/compressed-mxl-files/So the issue smells like a musicxml2ly bug to me, but I didn't investigate much more.Best,Jean

Re: Problems with musicxml2ly

2022-12-20 Thread Silvain Dupertuis
I do not think the problem is with the msl format, which is an archive containing a xml file. I tried on another mxl file directly and it worked. But it was actually a score coming from Lilypond. In the case of Minuit, I tried extracting the xml file from the mxl file and using musicxml2ly on

Re: Problems with musicxml2ly

2022-12-20 Thread Jean Abou Samra
e files in fact: Are you sure? I think .mxl is the extension for MusicXML files compressed in a standard way. See https://www.w3.org/2021/06/musicxml40/tutorial/compressed-mxl-files/ So the issue smells like a musicxml2ly bug to me, but I didn't investigate much more. Best, Jean Op

Problems with musicxml2ly

2022-12-19 Thread mark damerell via LilyPond user discussion
Sorry about the length of this: In outline: I tried to use musicxml2ly on a xml file. This ran with no error, but when I ran lilypond on the result, I got a flood of warnings & then a fatal error & no output. I append the (truncated) error report I hope. Unfortunately I do not know

Re: musicxml2ly in python

2022-02-25 Thread Jacques Menu
example Makefile, which I use to convert all the .xml files in a folder with my xml2ly.It can be used with musicxml2ly too: drop this Makefile in the given folder and use it as shown below. ‘OPTIONS=...‘ is neccesary in this case because there is otherwise a default ‘-q’ (quiet) to be used by xml2ly

Re: musicxml2ly in python

2022-02-25 Thread Sebastian Adams
out there have a Python script for converting a folder of > > musicxml (.xml) files into .ly or know how to do this? > > > > Welcome to the list. > > This question sounds like you want to learn about what your shell > can do. Assuming UNIX (not Windows, that is): > >

Re: musicxml2ly in python

2022-02-24 Thread Jean Abou Samra
Windows, that is): find . -name "*.xml" -exec musicxml2ly {} \; Best, Jean

Re: musicxml2ly in python

2022-02-24 Thread Valentin Petzel
Hello Sebastian, musicxml2ly is not a part of python-ly, but a standalone python script included with lilypond using lilylib. It shouldn’t be too hard to figure out how to turn this into a module. The file does already come with a main method that is called on calling it as a script. Just

musicxml2ly in python

2022-02-24 Thread Sebastian Adams
Hi All, I spent a couple of hours trying to figure out whether I should be able to invoke the musicxml2ly command in python-ly and didn't get anywhere. Does anybody out there have a Python script for converting a folder of musicxml (.xml) files into .ly or know how to do this? Thanks in ad

Re: musicxml2ly problem as of 2.20.0

2021-03-26 Thread Jacques Menu
t; <mailto:j...@abou-samra.fr>> a écrit : >> >> Doesn't ring any bell here :-( Any Mac OS experts out there? >> >> >> And, what happens if you run >> /Applications/LilyPond-2.22.0-1.app/Contents/Resources/bin/musicxml2ly >> directly? >> >> Thanks, >> Jean >> >> >

Re: musicxml2ly problem as of 2.20.0

2021-03-26 Thread Jacques Menu
; /Applications/LilyPond-2.22.0-1.app/Contents/Resources/bin/musicxml2ly > directly? > > Thanks, > Jean > >

Re: musicxml2ly problem as of 2.20.0

2021-03-26 Thread Jean Abou Samra
10 15:49 Contents/Resources/lib/libintl.8.dylib -> LilyPond.app/Contents/Resources/lib/libintl.dylib Doesn't ring any bell here :-(  Any Mac OS experts out there? And, what happens if you run /Applications/LilyPond-2.22.0-1.app/Contents/Resources/bin/musicxml2ly directly? Thanks, Jean

Re: musicxml2ly problem as of 2.20.0

2021-03-26 Thread Jacques Menu
l Public >> License and you are welcome to change it and/or distribute copies of it >> under certain conditions. Invoke as `lilypond --warranty' for more >> information. >> >> >> When I run musicxml2ly, I get: >> >> menu@macbookprojm: ~/libmusi

Re: musicxml2ly problem as of 2.20.0

2021-03-26 Thread Jean Abou Samra
ree software. It is covered by the GNU General Public License and you are welcome to change it and/or distribute copies of it under certain conditions. Invoke as `lilypond --warranty' for more information. When I run musicxml2ly, I get: menu@macbookprojm: ~/libmusicxml-git/soundnotation/B

musicxml2ly problem as of 2.20.0

2021-03-26 Thread Jacques Menu
lic License and you are welcome to change it and/or distribute copies of it under certain conditions. Invoke as `lilypond --warranty' for more information. When I run musicxml2ly, I get: menu@macbookprojm: ~/libmusicxml-git/soundnotation/Beispiel1 > musicxml2ly Beispiel-1.xml File &qu

Re: musicxml2ly

2020-05-25 Thread Jonas Hahnfeld
Am Montag, den 25.05.2020, 16:17 +0200 schrieb Lukas-Fabian Moser: > On Sat, 23 May 2020, Martin Tarenskeen wrote: > > > > There must be something seriously broken if musicxml2ly can't convert > > > > this > > > > > > P.S. I just tried down

Re: musicxml2ly

2020-05-25 Thread Lukas-Fabian Moser
On Sat, 23 May 2020, Martin Tarenskeen wrote: There must be something seriously broken if musicxml2ly can't convert this P.S. I just tried downgrading to lilypond 2.19.84 (from Fedora repo) and the problem disappeared. So it does look like a regression to me. Thanks Martin; I’ve opened

Re: musicxml2ly

2020-05-24 Thread Valentin Villenave
On 5/23/20, Martin Tarenskeen wrote: > > On Sat, 23 May 2020, Martin Tarenskeen wrote: >> There must be something seriously broken if musicxml2ly can't convert >> this > > P.S. I just tried downgrading to lilypond 2.19.84 (from Fedora repo) and > the problem dis

musicxml2ly

2020-05-23 Thread Martin Tarenskeen
Attached: a simple single F chord created from Musescore 3.4.2 (simpleChord.mscz), exported as musicxml, (simpleChord.musicxml) and converted using musicxml2ly without extra options (simpleChord.ly). Using Lilypond 2.21.1 on Linux Fedora 32. There must be something seriously broken if

Re: musicxml2ly

2020-05-23 Thread Martin Tarenskeen
On Sat, 23 May 2020, Martin Tarenskeen wrote: Attached: a simple single F chord created from Musescore 3.4.2 (simpleChord.mscz), exported as musicxml, (simpleChord.musicxml) and converted using musicxml2ly without extra options (simpleChord.ly). Using Lilypond 2.21.1 on Linux Fedora 32

Re: musicxml2ly 2.20 bug

2020-03-22 Thread Jacques Menu
0 à 16:08, David Kastrup a écrit : > > David Wright writes: > >> On Sun 22 Mar 2020 at 10:54:29 (+0300), Павел Буданов wrote: >>> I tried to use musicxml2ly from official repository of manjaro linux and >>> get this output: >>> Traceback (most recent ca

Re: musicxml2ly 2.20 bug

2020-03-22 Thread David Kastrup
David Wright writes: > On Sun 22 Mar 2020 at 10:54:29 (+0300), Павел Буданов wrote: >> I tried to use musicxml2ly from official repository of manjaro linux and >> get this output: >> Traceback (most recent call last): >> File "/usr/bin/musicxml2ly", lin

Re: musicxml2ly 2.20 bug

2020-03-22 Thread David Wright
On Sun 22 Mar 2020 at 10:54:29 (+0300), Павел Буданов wrote: > I tried to use musicxml2ly from official repository of manjaro linux and > get this output: > Traceback (most recent call last): > File "/usr/bin/musicxml2ly", line 44, in > import lilylib as ly >

Re: musicxml2ly 2.20 bug

2020-03-22 Thread mari+lilypond
It's no bug in musicxml2ly. I compiled v2.20 from source and it works as expected. Either it's a problem with the manjaro repository or with your python environment. On 3/22/20 10:15 AM, Martin Tarenskeen wrote: > > > On Sun, 22 Mar 2020, Павел Буданов wrote: > >>

Re: musicxml2ly 2.20 bug

2020-03-22 Thread Martin Tarenskeen
On Sun, 22 Mar 2020, Павел Буданов wrote: I tried to use musicxml2ly from official repository of manjaro linux and get this output: Traceback (most recent call last):   File "/usr/bin/musicxml2ly", line 44, in     import lilylib as ly ImportError: No module named lilylib Then

musicxml2ly 2.20 bug

2020-03-22 Thread Павел Буданов
I tried to use musicxml2ly from official repository of manjaro linux and get this output: Traceback (most recent call last): File "/usr/bin/musicxml2ly", line 44, in import lilylib as ly ImportError: No module named lilylib Then I tried to install lilypond from official cite

Re: musicxml2ly was re abc2ly

2018-12-10 Thread Urs Liska
Am 10.12.18 um 13:22 schrieb Andrew Bernard: Using musicxml2ly with 2.19.82 on a file converted from ABC with the current downloadbale versionof abc2xml, I get a badly messed up header block, which throws errors in lilypond. Here's an example of a tune converted from thesession.org

musicxml2ly was re abc2ly

2018-12-10 Thread Andrew Bernard
Using musicxml2ly with 2.19.82 on a file converted from ABC with the current downloadbale versionof abc2xml, I get a badly messed up header block, which throws errors in lilypond. Here's an example of a tune converted from thesession.org, perfectly good ABC notation: \header { source =

Re: Enconding problems with musicxml2ly

2018-11-16 Thread Lukas-Fabian Moser
Hi Urs, In the ly file created by musicxml2ly, any quoted string contains strange characters which prevent Lilypond from compiling the file. On my system, they are displayed thus (I include Kate's warning): This was discussed recently. I don't recall exactly what it was about but

Re: Enconding problems with musicxml2ly

2018-11-15 Thread Urs Liska
Am 16.11.18 um 08:29 schrieb Lukas-Fabian Moser: Dear List, I try to transfer music written in MuseScore 2.3.2 (Linux) to Lilypond using MuseScore's musicxml export and musicxml2ly from 2.19.80. In the ly file created by musicxml2ly, any quoted string contains strange characters

Enconding problems with musicxml2ly

2018-11-15 Thread Lukas-Fabian Moser
Dear List, I try to transfer music written in MuseScore 2.3.2 (Linux) to Lilypond using MuseScore's musicxml export and musicxml2ly from 2.19.80. In the ly file created by musicxml2ly, any quoted string contains strange characters which prevent Lilypond from compiling the file. On my s

musicxml2ly fails on start and stop

2018-05-07 Thread Menu Jacques
Hello folks, The MusicXML example below causes musicxml2ly 2.19.80 to create the following code, which is not acceptable to LilyPond: Starting lilypond 2.19.80 [ExtendStartAndStop.ly]... Processing `/Users/menu/Documents/LaTeX/PartitionsLilypond/lyrics/ExtendStartAndStop.ly' Parsing... /

Re: Problems with musicxml2ly

2017-05-10 Thread Simon Albrecht
Am 10.05.2017 um 10:08 schrieb Don Gingrich: I thought(hoped) that we had got past the days of "Standards aren't":-) That’s a good thing to hope for. Though… Thumbs up to MEI… Best, Simon ___ lilypond-user mailing list lilypo

Re: Problems with musicxml2ly

2017-05-10 Thread Richard Shann
lyrics and probably quite a lot of other things, just concentrates on reducing the labor of putting in all those dratted notes and durations again. The upside of this is that it will often get you *something* while musicxml2ly generally used to give up if it encountered something bad in the input

Re: Problems with musicxml2ly

2017-05-10 Thread Don Gingrich
ed this because I thought that it might be useful to those working on musicxml2ly. And, by the way, the chordnames above the staves vanished somewhere in your import. I've now got two versions that I can try to work with. So, thanks for having a go. Cheers, -Don > > FWIW I imported th

Re: Problems with musicxml2ly

2017-05-10 Thread Richard Shann
On Wed, 2017-05-10 at 13:43 +1000, Don Gingrich wrote: > Perhaps cubase does something unusual with the setup > of the XML file? Unfortunately MusicXML is IMHO just a rag-bag of ideas for fields to describe poorly documented music features, every program devises its own interpretation of the "stan

Problems with musicxml2ly

2017-05-09 Thread Don Gingrich
musicxml2ly. So, no replies required unless I've stuffed up something obvious. Perhaps cubase does something unusual with the setup of the XML file? Cheers -Don XML file follows: (sorry, it's *BIG*, but didn't know where/how to edit for

Re: musicxml2ly makes an apparently defective lilypond file

2016-12-15 Thread Jacques Menu Muzhic
Hello Patrick, I did as you said with LP 2.19.44 and got in the end what follows. JM -- \version "2.19.47" % automatically converted by musicxml2ly from test.xml \pointAndClickOff \header { encodingsoftware = "MuseScore 2.0.3.1" encodingdate = "2016-12-15&q

musicxml2ly makes an apparently defective lilypond file

2016-12-14 Thread Patrick Karl
.1 and export an xml file, named test_midi_Musescore.xml I run musicxml2ly test_midi_Musescore.xml, which generates a lilypond file named test_midi_Musescore.ly. There seem to be two problems with the output of musicxml2ly: * file test_midi_Musescore.ly produces: test_midi_Musescore.ly: d

Re: MusicXML2Ly: Problem with minor chords

2016-08-25 Thread David Kastrup
on 2.19.28). >>> >>> Does that mean that there are no (regression)tests for musicxml2ly? >> >> Probably not enough. > > BTW, how are such regression tests devised and organized? For musicxml2ly I have no idea really. Just take a look at what's there I gue

Re: MusicXML2Ly: Problem with minor chords

2016-08-19 Thread Jacques Menu Muzhic
rsion 2.19.28). >> >> Does that mean that there are no (regression)tests for musicxml2ly? > > Probably not enough. > > -- > David Kastrup > > ___ > lilypond-user mailing list

Re: MusicXML2Ly: Problem with minor chords

2016-08-17 Thread David Kastrup
Johan Vromans writes: > David Kastrup wrote: > >> ... the change to let >> c:5 exclude the third was introduced as late as version 2.19.28). > > Does that mean that there are no (regression)tests for musicxml2ly? Probably not en

Re: MusicXML2Ly: Problem with minor chords

2016-08-17 Thread Johan Vromans
David Kastrup wrote: > ... the change to let > c:5 exclude the third was introduced as late as version 2.19.28). Does that mean that there are no (regression)tests for musicxml2ly? ___ lilypond-user mailing list lilypond-user@gnu.org

Re: MusicXML2Ly: Problem with minor chords

2016-08-17 Thread Johan Vromans
de the third was introduced as late as version 2.19.28). $ /usr/bin/musicxml2ly minor.xml musicxml2ly: Reading MusicXML from minor.xml ... musicxml2ly: Converting to LilyPond expressions... musicxml2ly: Output to `minor.ly' musicxml2ly: Converting to current version (2.19.45) nota

Re: MusicXML2Ly: Problem with minor chords

2016-08-17 Thread David Kastrup
ily be > interpreted to mean that c is the same as c:5, and that c1:m is the > same as c:m. However, the trailing '5' makes a power chord (no > 3rd). In the case of minor the distinction with the major chord is > lost. > > I really wonder if it is intentional behaviour

Re: MusicXML2Ly: Problem with minor chords

2016-08-17 Thread Johan Vromans
r, the trailing '5' makes a power chord (no 3rd). In the case of minor the distinction with the major chord is lost. I really wonder if it is intentional behaviour for musicxml2ly to use m5 for minor. Same goes for :5 (for major), :aug5, :dim5, :di

MusicXML2Ly: Problem with minor chords

2016-08-16 Thread Johan Vromans
chords: Bm7b5 becomes b:dim5m7. Is this a known problem? Googling for "musicxml2ly minor" did not return anything relevant. -- Johan \version "2.19.45" % automatically converted by musicxml2ly from x.xml \pointAndClickOff \header { encodingsoftware = "MuseScore 2

Re: musicxml2ly evolution

2015-10-29 Thread Menu Jacques
r. > > AFAIK it doesn't exist, as it's an "external" script. > > I suggest trying to contact people who have worked or are still working on > it. First of all, the Philomelos project: > https://github.com/Philomelos/lilypond-musicxml2ly-dev > > > ___

Re: musicxml2ly evolution

2015-10-29 Thread Federico Bruni
still working on it. First of all, the Philomelos project: https://github.com/Philomelos/lilypond-musicxml2ly-dev ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: musicxml2ly evolution

2015-10-29 Thread Menu Jacques
Hello Knute, Sorry for not being more clear, it’s documentation about the source code that I’m looking for. JM > Le 29 oct. 2015 à 15:48, Knute Snortum a écrit : > > http://www.lilypond.org/doc/v2.19/Documentation/usage/invoking-musicxml2ly > <http://www.lilypond.org/doc/v2.1

Re: musicxml2ly evolution

2015-10-29 Thread Knute Snortum
http://www.lilypond.org/doc/v2.19/Documentation/usage/invoking-musicxml2ly Knute Snortum (via Gmail) On Thu, Oct 29, 2015 at 3:03 AM, Menu Jacques wrote: > Hello folks, > > I’ve started looking at the internals of musicxml2ly, to try and > understand what it does. > Is ther

musicxml2ly evolution

2015-10-29 Thread Menu Jacques
Hello folks, I’ve started looking at the internals of musicxml2ly, to try and understand what it does. Is there documentation about this to be found somewhere? Thanks for the help! JM ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: Error when using musicxml2ly - how to proceed ?

2015-09-08 Thread Richard Shann
vast bulk of the notes are there for you to work with, separated > > into voices. > > I know Denemo only by name, never reall tried it, but I am wondering: does > it have it's own MusicXML->LilyPond conversion mechanisms or does it rely > on the musicxml2ly tool that is s

Re: Error when using musicxml2ly - how to proceed ?

2015-09-08 Thread Martin Tarenskeen
name, never reall tried it, but I am wondering: does it have it's own MusicXML->LilyPond conversion mechanisms or does it rely on the musicxml2ly tool that is shipped with LilyPond? -- MT ___ lilypond-user mailing list lilypond-user@gnu.o

Re: Error when using musicxml2ly - how to proceed ?

2015-09-08 Thread Richard Shann
: > Dear Lilyponder, > > a couple of years ago I created a score in Sibelius that I now would > like to continue to work on with Lilypond. I thus have exported from > Sibelius (7.1.3) in MusicXML and tried to import in Lilypond using > musicxml2ly (2.19.26). > > Unfortuna

Re: Error when using musicxml2ly - how to proceed ?

2015-09-08 Thread Avner Dorman
l Gerdau wrote: > Dear Lilyponder, > > a couple of years ago I created a score in Sibelius that I now would > like to continue to work on with Lilypond. I thus have exported from > Sibelius (7.1.3) in MusicXML and tried to import in Lilypond using > musicxml2ly (2.19.26). &

Error when using musicxml2ly - how to proceed ?

2015-09-08 Thread Michael Gerdau
Dear Lilyponder, a couple of years ago I created a score in Sibelius that I now would like to continue to work on with Lilypond. I thus have exported from Sibelius (7.1.3) in MusicXML and tried to import in Lilypond using musicxml2ly (2.19.26). Unfortunately I get an error (see attached logfile

Re: Missing \new Voice in output of musicxml2ly

2015-06-22 Thread Michael Gerdau
> What is the aim in tampering the MusicXML file? I would convert everything > to LP and then remove what’s too much in the latter format. The objective is to create a short example that displays the - as I see it - errorneous behavour. Apart from the noted IMO buggy code musicxml2ly d

Re: Missing \new Voice in output of musicxml2ly

2015-06-22 Thread Jacques Menu
) MusicXML file > (attached) that I wish to import to lilypond. I also attached what > musicxml2ly produces. > > I'm using lilypond 2.19.21 on linux. > > The main problem is in this block (similar for all other voices): > ... > \new Staff << >\se

Missing \new Voice in output of musicxml2ly

2015-06-21 Thread Michael Gerdau
Hi list, I have a short Finale created (and by hand shortened) MusicXML file (attached) that I wish to import to lilypond. I also attached what musicxml2ly produces. I'm using lilypond 2.19.21 on linux. The main problem is in this block (similar for all other voices): ... \new

Re: want to report problem of musicxml2ly

2015-06-08 Thread Richard Shann
On Mon, 2015-06-08 at 17:56 +0800, Haipeng Hu wrote: > Hello, > I'm using musicxml2ly to process a large orchestral piece, to see > how the composer deals with percussion parts with various kinds of > pitched and unpitched instruments switched in the middle of the piece.

want to report problem of musicxml2ly

2015-06-08 Thread Haipeng Hu
Hello, I'm using musicxml2ly to process a large orchestral piece, to see how the composer deals with percussion parts with various kinds of pitched and unpitched instruments switched in the middle of the piece. But musicxml2ly reports lots of problems, and ends up with failure. I rem

Re: musicxml2ly

2015-03-21 Thread Jim Long
D'oh! Thanks for catching my proofreading error. On Sun, Mar 22, 2015 at 12:20:46AM +0100, Noeck wrote: > > PATH=${PATH}:/Applications/LilyPond.app/Contents/Resources/bin/musicxml2ly > > The folder should be in the path, not the executable: > > PATH=${PATH}:/Application

Re: musicxml2ly

2015-03-21 Thread Noeck
> PATH=${PATH}:/Applications/LilyPond.app/Contents/Resources/bin/musicxml2ly The folder should be in the path, not the executable: PATH=${PATH}:/Applications/LilyPond.app/Contents/Resources/bin ___ lilypond-user mailing list lilypond-user@gnu.

Re: musicxml2ly

2015-03-21 Thread Jim Long
Also, like most UNIX OSes, OSX probably has an 'alias' command, so those command-line params can also be specified once and then not re-typed later: PATH=${PATH}:/Applications/LilyPond.app/Contents/Resources/bin/musicxml2ly alias musicxml2ly='musicxml2ly --nd --nrp --npl --no-beam

Re: musicxml2ly

2015-03-20 Thread Knute Snortum
>> Hi Craig, >> >> on which OS? On Linux (bash) you can do this: >> >> for f in folder/*.xml; do musicxml2ly $f; done >> >> where folder is your folder containing the xml files. >> > > or simply > > for f in *.xml > when you are already

Re: musicxml2ly

2015-03-20 Thread Michael Hendry
loop: >> >> for f in *.xml; do >> /Applications/LilyPond.app/Contents/Resources/bin/musicxml2ly --nd >> --nrp --npl --no-beaming -m --language=english $f; done >> >> (all this is one line – or written in several lines:) >> >> for f in *.xml >> d

Re: musicxml2ly

2015-03-19 Thread Stephen MacNeil
for i in *.xml; do path/musicxml2ly --nd --nrp --npl --no-beaming -m --language=english $i; done path shouldn't be needed if musicxml2lyis in your path so this should be fine for i in *.xml; do musicxml2ly --nd --nrp --npl --no-beaming -m --language=english $i; done Stephen On Thu, M

Re: musicxml2ly

2015-03-19 Thread Craig Dabelstein
all your command within the for loop: > > > > for f in *.xml; do > > /Applications/LilyPond.app/Contents/Resources/bin/musicxml2ly --nd > > --nrp --npl --no-beaming -m --language=english $f; done > > > > (all this is one line – or written in several lines:) >

Re: musicxml2ly

2015-03-19 Thread Martin Tarenskeen
On Fri, 20 Mar 2015, Noeck wrote: Hi Craig, Do I append "for f in *.xml" to the end of my command; No, you put all your command within the for loop: for f in *.xml; do /Applications/LilyPond.app/Contents/Resources/bin/musicxml2ly --nd --nrp --npl --no-beaming -m --language=

Re: musicxml2ly

2015-03-19 Thread Noeck
Hi Craig, > Do I append "for f in *.xml" to the end of my command; No, you put all your command within the for loop: for f in *.xml; do /Applications/LilyPond.app/Contents/Resources/bin/musicxml2ly --nd --nrp --npl --no-beaming -m --language=english $f; done (all this is one line

Re: musicxml2ly

2015-03-19 Thread Craig Dabelstein
Thanks for your responses everyone. I'm on a Mac. Do I append "for f in *.xml" to the end of my command; e.g. /Applications/LilyPond.app/Contents/Resources/bin/musicxml2ly --nd --nrp --npl --no-beaming -m --language=english for f in *.xml Craig On Fri, 20 Mar 2015 at 06:58

musicxml2ly

2015-03-19 Thread Cynthia Karl
> > Message: 4 > Date: Thu, 19 Mar 2015 20:06:23 + > From: Craig Dabelstein > Subject: musicxml2ly > > Is there a command for converting a whole folder of xml files to lilypond, > rather than doing them one by one? In any OS with a bash-like shell: for f in *.xml

Re: musicxml2ly

2015-03-19 Thread Urs Liska
Am 19.03.2015 um 21:14 schrieb Noeck: Hi Craig, on which OS? On Linux (bash) you can do this: for f in folder/*.xml; do musicxml2ly $f; done where folder is your folder containing the xml files. or simply for f in *.xml when you are already in the same folder. (I think this should

Re: musicxml2ly

2015-03-19 Thread Noeck
Hi Craig, on which OS? On Linux (bash) you can do this: for f in folder/*.xml; do musicxml2ly $f; done where folder is your folder containing the xml files. HTH, Joram > Is there a command for converting a whole folder of xml files to > lilypond, rather than doing them one

musicxml2ly

2015-03-19 Thread Craig Dabelstein
Hi all, Is there a command for converting a whole folder of xml files to lilypond, rather than doing them one by one? Many thanks, Craig *Craig Dabelstein* e:craig.dabelst...@gmail.com _

Re: musicxml2ly

2015-02-07 Thread Richard Shann
On Sat, 2015-02-07 at 10:35 +0100, Jan-Peter Voigt wrote: > Hi Richard, > > I installed Denemo on my ubuntu workstation and it did import the > xml-file - even with the wrong work-information. The exported lilypond > file seems to be fine for me, except the lyrics are missing? yes, lyrics are n

Re: musicxml2ly

2015-02-07 Thread Jan-Peter Voigt
Hi Richard, I installed Denemo on my ubuntu workstation and it did import the xml-file - even with the wrong work-information. The exported lilypond file seems to be fine for me, except the lyrics are missing? I will have a deeper look at it. For now best, Jan-Peter Am 06.02.2015 um 13:08 s

Re: musicxml2ly

2015-02-07 Thread Jan-Peter Voigt
Hi Urs, thank you, I will have a look at neoscores. Cheers, Jan-Peter Am 06.02.2015 um 13:21 schrieb Urs Liska: Am 06.02.2015 um 11:57 schrieb Jan-Peter Voigt: Hi list, in the project, Iam currently working on, I am importing music-xml-files created by Score Perfect. I have to "repair" all

Re: musicxml2ly

2015-02-06 Thread Urs Liska
Am 06.02.2015 um 11:57 schrieb Jan-Peter Voigt: Hi list, in the project, Iam currently working on, I am importing music-xml-files created by Score Perfect. I have to "repair" all of the files and remove the work-part. That way most files can be converted, but some files fail with the message: A

Re: musicxml2ly

2015-02-06 Thread Richard Shann
On Fri, 2015-02-06 at 11:57 +0100, Jan-Peter Voigt wrote: > Hi list, > > in the project, Iam currently working on, I am importing music-xml-files > created by Score Perfect. I have to "repair" all of the files and remove > the work-part. That way most files can be converted, but some files fail >

Re: musicxml2ly

2015-02-06 Thread Jan-Peter Voigt
Tank you :) I'll send one later Cheers, Jan-Peter Am 6. Februar 2015 12:08:09 MEZ, schrieb pls : >Hi Jan-Peter, > >I’m very familiar with musicxml2ly. I can offer to have a look at your >files (tomorrow or sunday). > >Cheers, >Patrick >On 06.02.2015, at 11:57, Ja

Re: musicxml2ly

2015-02-06 Thread pls
Hi Jan-Peter, I’m very familiar with musicxml2ly. I can offer to have a look at your files (tomorrow or sunday). Cheers, Patrick On 06.02.2015, at 11:57, Jan-Peter Voigt wrote: > Hi list, > > in the project, Iam currently working on, I am importing music-xml-files > created by S

musicxml2ly

2015-02-06 Thread Jan-Peter Voigt
Hi list, in the project, Iam currently working on, I am importing music-xml-files created by Score Perfect. I have to "repair" all of the files and remove the work-part. That way most files can be converted, but some files fail with the message: AttributeError: PartGroupInfo instance has no attrib

Re: Finale Notepad xml file vs musicxml2ly

2014-11-21 Thread Urs Liska
tePad (2012) and did the tutorial2.mus. Then Exported to xml. Then did a CLI using musicxml2ly. Only the first bar appears with notes, and they are not correct, The remaining bars are all rests. In fact there are 7 bars with notes in the Voice part. The Piano part is all rests as this is just a

Finale Notepad xml file vs musicxml2ly

2014-11-21 Thread Peter Teeson
Hi all: I am testing Finale NotePad (2012) and did the tutorial2.mus. Then Exported to xml. Then did a CLI using musicxml2ly. Only the first bar appears with notes, and they are not correct, The remaining bars are all rests. In fact there are 7 bars with notes in the Voice part. The Piano part

Re: lilypond-musicxml2ly-dev

2014-02-04 Thread pls
On 04.02.2014, at 09:41, Urs Liska wrote: > Am 04.02.2014 09:08, schrieb Martin Tarenskeen: >> >> Hi, >> >> When I look at the lilypond-musicxml2ly-dev fork from Philomenos.net on >> Github I see that the last commit has been 6 months ago. Also when I &

Re: lilypond-musicxml2ly-dev

2014-02-04 Thread Urs Liska
Am 04.02.2014 09:08, schrieb Martin Tarenskeen: Hi, When I look at the lilypond-musicxml2ly-dev fork from Philomenos.net on Github I see that the last commit has been 6 months ago. Also when I look at their code the Lilypond version still says "2.15.95". I always wondered why the im

lilypond-musicxml2ly-dev

2014-02-04 Thread Martin Tarenskeen
Hi, When I look at the lilypond-musicxml2ly-dev fork from Philomenos.net on Github I see that the last commit has been 6 months ago. Also when I look at their code the Lilypond version still says "2.15.95". I always wondered why the improvements on musicxml2ly could not be done

Re: musicxml2ly on Windows

2014-01-06 Thread TaoCG
Alex Loomis-2 wrote > Have you tried upgrading to 2.18? It's possible that if the issue is with > musicxml2ly that it has been fixed. > > > > On Jan 5, 2014, at 4:42 PM, TaoCG < > tao_lilyponduser@ > > wrote: > >> TaoCG wrote >>>

Re: musicxml2ly on Windows

2014-01-05 Thread Alex Loomis
Have you tried upgrading to 2.18? It's possible that if the issue is with musicxml2ly that it has been fixed. On Jan 5, 2014, at 4:42 PM, TaoCG wrote: > TaoCG wrote >> >> Phil Holmes-2 wrote >>> - Original Message - >>> From: "TaoCG&

Re: musicxml2ly on Windows

2014-01-05 Thread TaoCG
TaoCG wrote > > Phil Holmes-2 wrote >> - Original Message - >> From: "TaoCG" < >> tao_lilyponduser@ >> > >> To: < >> lilypond-user@ >> > >> Sent: Sunday, January 05, 2014 3:32 PM >> Subject: Re:

Re: musicxml2ly on Windows

2014-01-05 Thread TaoCG
Phil Holmes-2 wrote > - Original Message - > From: "TaoCG" < > tao_lilyponduser@ > > > To: < > lilypond-user@ > > > Sent: Sunday, January 05, 2014 3:32 PM > Subject: Re: musicxml2ly on Windows > > >> Phil Holm

Re: musicxml2ly on Windows

2014-01-05 Thread Phil Holmes
- Original Message - From: "TaoCG" To: Sent: Sunday, January 05, 2014 3:32 PM Subject: Re: musicxml2ly on Windows Phil Holmes-2 wrote - Original Message - From: "TaoCG" < tao_lilyponduser@ > To: < lilypond-user@ > Sent: Sunday,

Re: musicxml2ly on Windows

2014-01-05 Thread TaoCG
Phil Holmes-2 wrote > - Original Message - > From: "TaoCG" < > tao_lilyponduser@ > > > To: < > lilypond-user@ > > > Sent: Sunday, January 05, 2014 2:40 PM > Subject: musicxml2ly on Windows > > >> Dear all, >> >&g

Re: musicxml2ly on Windows

2014-01-05 Thread Phil Holmes
- Original Message - From: "TaoCG" To: Sent: Sunday, January 05, 2014 2:40 PM Subject: musicxml2ly on Windows Dear all, what would be the best way to invoke musicxml2ly on Windows when there is also a Python 3 installation. When I try to run it with the python that

  1   2   3   >