John,
I'm used to build lilypond following
http://lilypond.org/doc/v2.19/Documentation/contributor/compiling-with-lilydev
If I nuke my build-directory and do all from scratch your branch successfully
builds now.
Though this prevents keeping the test-baseline to run `make check` against, at
least following the method in CG. Though my attempt to do regtest-comparision
localy didn't work out.
Nevertheless, I took all files from /input/regression/musicxml and compiled
them (most simple) with
~~~
for f in *.xml
do
musicxml2ly "$f"
done
~~~
Two files returned problems:
~~~
musicxml2ly: Reading MusicXML from 32b-Articulations-Texts.xml ...
musicxml2ly: Converting to LilyPond expressions...
musicxml2ly: Output to `32b-Articulations-Texts.ly'
Traceback (most recent call last):
File "/home/hermann/lilypond-git/build/out/bin/musicxml2ly", line 3269, in
<module>
main()
File "/home/hermann/lilypond-git/build/out/bin/musicxml2ly", line 3263, in
main
voices = convert(filename, options)
File "/home/hermann/lilypond-git/build/out/bin/musicxml2ly", line 3180, in
convert
print_voice_definitions(printer, part_list, voices)
File "/home/hermann/lilypond-git/build/out/bin/musicxml2ly", line 2940, in
print_voice_definitions
voice.ly_voice.print_ly (printer)
File
"/home/hermann/lilypond-git/build/out/lib/lilypond/current/python/musicexp.py",
line 579, in print_ly
MusicWrapper.print_ly (self, func)
File
"/home/hermann/lilypond-git/build/out/lib/lilypond/current/python/musicexp.py",
line 553, in print_ly
self.element.print_ly (func)
File
"/home/hermann/lilypond-git/build/out/lib/lilypond/current/python/musicexp.py",
line 755, in print_ly
e.print_ly (printer)
File
"/home/hermann/lilypond-git/build/out/lib/lilypond/current/python/musicexp.py",
line 546, in print_ly
printer (self.ly_expression ())
File
"/home/hermann/lilypond-git/build/out/lib/lilypond/current/python/musicexp.py",
line 131, in __call__
self.dump (arg)
File
"/home/hermann/lilypond-git/build/out/lib/lilypond/current/python/musicexp.py",
line 139, in dump
words = utilities.split_string_and_preserve_doublequoted_substrings(str)
File
"/home/hermann/lilypond-git/build/out/lib/lilypond/current/python/utilities.py",
line 72, in split_string_and_preserve_doublequoted_substrings
return list(lex)
File "/usr/lib/python2.7/shlex.py", line 269, in next
token = self.get_token()
File "/usr/lib/python2.7/shlex.py", line 96, in get_token
raw = self.read_token()
File "/usr/lib/python2.7/shlex.py", line 172, in read_token
raise ValueError, "No closing quotation"
ValueError: No closing quotation
~~~
~~~
musicxml2ly: Reading MusicXML from 45f-Repeats-InvalidEndings.xml ...
musicxml2ly: Converting to LilyPond expressions...
musicxml2ly: Output to `45f-Repeats-InvalidEndings.ly'
Traceback (most recent call last):
File "/home/hermann/lilypond-git/build/out/bin/musicxml2ly", line 3269, in
<module>
main()
File "/home/hermann/lilypond-git/build/out/bin/musicxml2ly", line 3263, in
main
voices = convert(filename, options)
File "/home/hermann/lilypond-git/build/out/bin/musicxml2ly", line 3180, in
convert
print_voice_definitions(printer, part_list, voices)
File "/home/hermann/lilypond-git/build/out/bin/musicxml2ly", line 2940, in
print_voice_definitions
voice.ly_voice.print_ly (printer)
File
"/home/hermann/lilypond-git/build/out/lib/lilypond/current/python/musicexp.py",
line 579, in print_ly
MusicWrapper.print_ly (self, func)
File
"/home/hermann/lilypond-git/build/out/lib/lilypond/current/python/musicexp.py",
line 553, in print_ly
self.element.print_ly (func)
File
"/home/hermann/lilypond-git/build/out/lib/lilypond/current/python/musicexp.py",
line 755, in print_ly
e.print_ly (printer)
File
"/home/hermann/lilypond-git/build/out/lib/lilypond/current/python/musicexp.py",
line 794, in print_ly
self.music.print_ly (printer)
File
"/home/hermann/lilypond-git/build/out/lib/lilypond/current/python/musicexp.py",
line 755, in print_ly
e.print_ly (printer)
File
"/home/hermann/lilypond-git/build/out/lib/lilypond/current/python/musicxml2ly_conversion.py",
line 41, in print_ly
ly.warning(_("Encountered unprocessed marker %s\n") % self)
NameError: global name '_' is not defined
~~~
I hope I took the correct music2ly:
~~~
musicxml2ly --version
musicxml2ly (LilyPond) 2.19.41
Copyright (c) 2005--2016 by
Han-Wen Nienhuys <[email protected]>,
Jan Nieuwenhuizen <[email protected]> and
Reinhold Kainhofer <[email protected]>
Patrick L. Schmidt <[email protected]>
This program is free 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.
~~~
looks correct, though
---
** [issues:#4751] Import Philomelos enhancements to musicxml2ly**
**Status:** Started
**Created:** Sun Jan 24, 2016 02:27 AM UTC by John Gourlay
**Last Updated:** Sun May 08, 2016 09:16 AM UTC
**Owner:** John Gourlay
Import Philomelos enhancements to musicxml2ly from
github.com/Philomelos/lilypond-musicxml2ly-dev. This includes the following:
- New command line option --transpose c TOPITCH.
- Added the sound tempo recognition for midi output.
- Added support for standalone sound elements.
- Added the --shift-meter option to make the music look faster/slower.
- Implemented recognition of stem values "up" and "down".
- Added support for ChordNames transposition.
- Added the command line options --tc / --tabclef [tab|moderntab]
to be able to switch between the two styles of the tab clef.
- Added transpose support for FretDiagrams.
- Allow only "moderntab" and "tab" for tab_clef value.
- Added the command line options --sn / --string-numbers [t|f] to activate
(default) | deactivate the string number stencil.
- Added conversion of <frame> elements to a separate FretBoards voice.
- No longer use the staff tuning option.
- Added --no-stem-direction option to ignore stem directions from MusicXML.
- Added <credit> elements recognition.
- Added page layout handling options.
- Fixed the issue with spaces/brackets in filename.
- Recognize the print-lyric attribute.
- Colored noteheads.
- Allow both <fermata>angled</fermata> and <fermata type="angled"></fermata>
and convert them correctly.
- Color-attribute ignored. Color of notehead and stem can be set with
hexadecimal strings. Color of stem is set even if
conversion_settings.convert_stem_direction is False.
- Include articulate.ly if options.midi == True.
- If a <instrument-sound>-tag is present, attempt to map its value to a
corresponding Lilypond midi-instrument and assign it to the correct staff.
- Automatically include the philomelos tagline in the header.
- Fix numerous bugs.
---
Sent from sourceforge.net because [email protected] is
subscribed to https://sourceforge.net/p/testlilyissues/issues/
To unsubscribe from further messages, a project admin can change settings at
https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is
a mailing list, you can unsubscribe from the mailing list.------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
Testlilyissues-auto mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto