| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
`make all` starts with generating the manual pages for lilypond's python
scripts using help2man. However, at the time `midi2ly --help` gets called,
the 'midi' python module (which is based on code written in C) imported by
'midi2ly' has not been compiled yet, making help2man abort.
|
| |
| |
| |
| | |
This completes issue 4833.
|
| |
| |
| |
| |
| | |
and classes to it from musicxml2ly.py that are also used in
musicxml.py.
|
|\|
| |
| |
| |
| |
| |
| | |
Conflicts resolved in:
python/musicexp.py
python/musicxml.py
scripts/musicxml2ly.py
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
XeTeX (xdvipdfmx) replaces link destination names with integers.
In this case, the replaced destination names of
remote PDF cannot be known.
In order to avoid replacement,
this commit adds xdvipdfmx commandline option.
|
| |
| |
| |
| |
| |
| |
| |
| | |
This patch aims at fixing two warnings reported by Google Analytics:
1. analytics.js is the new javascript library which replaces urchin.js
2. the website should be available at one hostname only and we chose
lilypond.org over www.lilypond.org
|
| | |
|
| |
| |
| |
| | |
since the Philomelos version was split off.
|
| |
| |
| |
| | |
The correct syntax is "-!". It originally produced "-|".
|
| |
| |
| |
| | |
of a tuplet to be emitted after the tuplet's braces rather than within them.
|
| | |
|
| |
| |
| |
| | |
version of musicxml2ly.
|
| |
| |
| |
| | |
In musicxml2ly.py store the LilyPond version in one variable, lilypond_version.
|
| | |
|
| | |
|
|/
|
|
|
| |
changes made directly in the LilyPond repository. Those changes will be
reintroduced subsequently.
|
|
|
|
|
|
|
|
| |
Fixes a problem that was
generated by Sibelius'
own internal MusicXML
export functionality
(not Dolet).
|
|
|
|
|
| |
This commit removes makefiles to convert to OTF and install URW++ fonts.
(Century Schoolbook L, Nimbus Sans L, Nimbus Mono L)
|
|
|
|
| |
This commit deletes Century Schoolbook L settings from TeX's map file.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
option
|
| |
|
|
|
|
|
| |
before switching from texi2html to texi2any:
utf-8 -> UTF-8 everywhere
|
|
|
|
|
|
|
|
|
| |
Issue 4359
To use environment variable TMP and TEMP is
Windows-only conventions.
The POSIX convention is
to look in the TMPDIR.
|
|
|
|
|
|
|
|
|
|
| |
Apparently Ubuntu 15.04 has a version of "compare" that cannot be easily
persuaded to return anything but exit status 1 (which indicates
dissimilar images but no actual error condition) so we allow this in
script/build/output-distance.py in order to keep "make check" from
failing.
This patch is somewhat artless but does the trick.
|
|
|
|
|
|
|
|
|
| |
Issue 4332
Add sans-serif and monospace fonts
Nimbus Sans L (Helvetica substitute) as sans-serif font.
Nimbus Mono L (Courier substitute) as monospace font.
|
|
|
|
| |
We thus no longer handle the copyright years by ourselves.
|
|\ |
|
| | |
|
| | |
|
|/ |
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Rewrite paths relative to the lily-output-dir or the output dir
depending on which one is being used. Always use forward slashes
since this is what lilypond expects, even on Windows.
|
| |
| |
| |
| |
| |
| | |
Commit 2d3a5d87166caa13feb036e23086b0d4f23283f4 let
scripts/auxiliar/update-with-convert-ly.sh call the non-existent
Makefile target "make pythonmodules" instead of "make python-modules".
|
|/ |
|
|
|
|
|
|
|
|
|
| |
* Check for tracker issues missing OWNER or SUMMARY fields.
* Convert tabs to spaces in tracker issue summaries.
* Add lilypond-issues.csv to .gitignore.
* Add Heikki to mailmap.
* Update documentation.
* Fix typos.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is part of moving away from implementing LilyPond infrastructure
via the C preprocessor rather than C++ features since C++ features tend
to be more transparent to IDEs, debuggers, editors, and newcomers.
sed -i "$(git grep -h DECLARE_UNSMOB|sed 's/.*(\(.*\), \(.*\)).*/s\/unsmob_\2\\b\/\1::unsmob\/g/')" $(git grep -l unsmob_)
sed -i '/^DECLARE_UNSMOB/d' `git grep -l DECLARE_UNSMOB`
git checkout Documentation/misc/CHANGES-1.3
(the changes to the CHANGES file are not useful).
The definition of DECLARE_UNSMOB is removed in a separate commit.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Regarding curried definitions, GUILE has problems with define-public
before version 2.0.10, and with define*-public even later.
define-safe-public is implemented by LilyPond itself rather than the
(ice-9 curried-definitions) module and is unproblematic.
This is basically a cop-out since juggling with overriding bugfix
definitions of define-public is a distraction for getting GUILEv2
migration under way that we can do without.
|
| |
|
| |
|
|
|
|
| |
Also run makelsr.py.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In make
a b: c
command
is shorthand for
a: c
command
b: c
command
this means that in parallel builds the same command may be invoked twice.
Fix this by associating each command with only one target, and adding
dummy dependencies. Also, generate the .pe for only one design size at
a time.
Relative to botched commit 366316fd6be846c2050be6b1b3955b261026187e,
this:
* does not write .dep files from gen-emmentaler-scripts (the makefile
already writes them)
* declares explicit dependencies on out/*.lisp for the out/%.otf-table
rule.
|
|
|
|
|
|
|
| |
This reverts commit 366316fd6be846c2050be6b1b3955b261026187e.
See <URL:http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/58153>
for the rationale
|