summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2016-06-19 15:51:03 +0200
committerStefan Husmann2016-06-19 15:51:03 +0200
commitb3c3a71a8238da692528588413a87da3a9abf486 (patch)
treeb9ff873d48a62303d949ae1da47b621c6c54ef7a
parentede4a8f9c38a4c319f6fbeab2914f2180ae9a89e (diff)
downloadaur-b3c3a71a8238da692528588413a87da3a9abf486.tar.gz
Updated version (2.19.43.1.45.gdcf8c37 -> 2.19.43.1.46.g893eca2).
Changelog ========= Issue 4883 Implement public definition of bar-line::draw-filled-box (893eca2) Add halfopenvertical to script.scm (dcf8c37) Issue 4866/2: Remove the settings that ignore some major OTC fonts (ef61cca) Issue 4866/1: Improve OTC fonts support (26290fc) Issue 4890: Fix ly:format for the string that contain zero (211634b) Issue 4889/2: Integrate Type1 font embedding procedures (2a058ff) Issue 4889/1: Rewrite Type1 font converting procedures (2056697) Issue 2232: fix MIDI output of abutting (de)crescendi (f4e12f1) Avoid using ?: on lvalues in Protected_scm (5d40b49) Dynamic_performer: eliminate an unnecessary variable Use -1 to represent an unknown volume. (421a3bd) Issue 3945: fix (De)crescendo with unspecified starting volume in MIDI (0743ea2) Set minimum size dots for text spanner to be round. (fa512e3) Issue 4881: Axis_group_engraver: add interesting items only once (9e6c934) Issue 4886: Replace Grace_beam_engraver::listen_beam (ece0ac8) Add the non-default property to the KeySignature grob (05ddf3b) Doc-fr: updates texidocs (14b131c) Web-fr: updates community and manuals (111efbf) Merge branch 'master' of /home/jcharles/GIT/Lily/. into translation (ef95123) Bring dev/johngourlay/issue-4751 up to date with respect to staging. (720bdb2) Release: bump VERSION. (37da55e) Merge remote branch 'origin/release/unstable' into HEAD (2b0c08a) Issue 4880: Add ly:get-font-format to get the font format (887eee2) Doc-it: update translation (d149020) Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/lilypond into dev/johngourlay/issue-4751 to bring the development branch up to date. (57a6fdc) Remove a nonsensical line from the \paper section of ly output. (d1d1846) In python/musicexp.py: In the ly output add a space between a direction modifier and quote. Remove a redundant <<. In python/musicxml2ly_conversion.py: Add a definition for _. (bdafccd) Web-ja: typo (25dcf6a) Merge branch 'master' into dev/johngourlay/issue-4751 (729c453) Doc-it: fix links to external manuals (ae7afe4) Import rational in musicxml2ly_conversion.py (db03c56) Resurrect the file musicxml2ly_conversion.py, moving the few functions and classes to it from musicxml2ly.py that are also used in musicxml.py. (8ba96c3) Merge branch 'master' into philomelos (0398fdb) Bring musicxml2ly up to date with changes made in the LilyPond version since the Philomelos version was split off. (1ad144e) Correct a misplaced << in the body of a TabStaff block. At this point modifications to the Philomelos version of musicxml2ly have made it able to process all of the MusicXML regression tests without errors either from it or from LilyPond processing its output. (a617983) Fix a bug that produced incorrect syntax for the staccatissimo articulation. The correct syntax is "-!". It originally produced "-|". (ec0da1a) In scripts/musicxml2ly.py fix a bug that caused a dynamic on the last note of a tuplet to be emitted after the tuplet's braces rather than within them. (9b2a61f) Convert miscellaneous description elements to texidoc items. (1f6e0e7) Remove references to philomelos, which are not appropriate in LilyPond's own version of musicxml2ly. (589f549) In musicexp.py generate "Staff.keyAlterations" rather than "Staff.keySignature". In musicxml2ly.py store the LilyPond version in one variable, lilypond_version. (6676553) Handle LilyPond version better. (42b6a18) Correct an inconsistency in the Lyric class. (edb29ef) Add a new file utilities.py. (da6591b) Incorporate musicxml2ly_conversion.py into musicxml2ly.py. (dc90b89) Copy the lastest musicxml2ly files from Philomelos. These versions overwrite changes made directly in the LilyPond repository. Those changes will be reintroduced subsequently. (2ab5d80) Merge branch 'master' into philomelos (ba40d4d) Add new file musicxml2ly_conversion.py. (1dcaad0)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38fe67016fc3..5b8891cb8f3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jun 18 18:32:03 UTC 2016
+# Sun Jun 19 13:51:02 UTC 2016
pkgbase = lilypond-git
pkgdesc = An automated music engraving system (Git snapshot)
- pkgver = 2.19.43.1.45.gdcf8c37
+ pkgver = 2.19.43.1.46.g893eca2
pkgrel = 1
url = http://lilypond.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index e72857d9e206..a959028fa5ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# delete the $srcdir directory before building
pkgname=lilypond-git
-pkgver=2.19.43.1.45.gdcf8c37
+pkgver=2.19.43.1.46.g893eca2
pkgrel=1
pkgdesc="An automated music engraving system (Git snapshot)"
arch=('i686' 'x86_64')