Changelog for
lilypond-fonts-common-2.18.2-4.1.noarch.rpm :
Wed Jul 1 14:00:00 2015 tjcwAATTphysics.org
- Add netpbm BuildRequires in all paths, to fix build break
Tue Feb 24 13:00:00 2015 dimstarAATTopensuse.org
- Add netpbm BuildRequires: needed for pngtopnm.
Mon Mar 31 14:00:00 2014 pgajdosAATTsuse.com
- updated to 2.18.2: This version provides a number of updates to
2.18.0, including updated manuals. We recommend all users to
upgrade to this version.
Thu Jan 2 13:00:00 2014 pgajdosAATTsuse.com
- updated to 2.18.0:
* final release, see changelogs for beta versions
- dropped use-recommended-freetype-include.patch (upstreamed)
Wed Dec 18 13:00:00 2013 pgajdosAATTsuse.com
- updated to 2.17.97:
* beta phase to 2.18
* bugfixes
Wed Dec 11 13:00:00 2013 hrvoje.senjanAATTgmail.com
- Added use-recommended-freetype-include.patch -- Freetype upstream
recommends using their macros together with ft2build include.
Positive sideeffect is that this patch makes it build with both
freetype2 2.5.1, and older version
Tue Nov 26 13:00:00 2013 pgajdosAATTsuse.com
- updated to 2.17.96:
* beta phase to 2.18
* bugfixes
Mon Sep 9 14:00:00 2013 pgajdosAATTsuse.com
- updated to 2.17.26:
* Decimal numbers can now be written directly in music, without a
hash sign. Together with the previous change in the way object
properties are specified, the code to change the length of stems
has changed from this:
\\override Stem #\'length = #5.6
e\' f\' g\' a\'
to this:
\\override Stem.length = 5.6
e\' f\' g\' a\'
One has to write a digit on both sides of the dot - values like
`4.\' or `-.3\' are not allowed.
Decimal fractions are also not accepted in `\\chordmode\'.
* A number of shorthands like `(\', `)\', `|\', `[\', `]\', `~\', `\\(\',
`\\)\' and others can now freely be redefined like normal commands.
An example would be
\"\\\\{\" = (
\"\\\\}\" = )
\"(\" = \\melisma
\")\" = \\melismaEnd
\
ew Staff <<
\\relative c\' {
c8 \\{ d e f \\} % slurred
g ( a b c ) % no slur, but with melisma
c,1 \\bar \"|.\"
}
\\addlyrics { Li -- ly -- pond. }
>>
[image of music]
* The articulation shorthand for `\\staccatissimo\' has been renamed
from `-|\' to `-!\'.
* Tempo change ranges are now written as `\\tempo 4 = 60 - 68\' rather
than `\\tempo 4 = 60 ~ 68\'.
- make-doc-crash.patch upstreamed
Tue Aug 13 14:00:00 2013 pgajdosAATTsuse.com
- updated to 2.17.24:
* bugfixes
- make doc do not crash anymore
+ lilypond-make-doc-crash.patch
Tue Aug 6 14:00:00 2013 pgajdosAATTsuse.com
- updated to 2.17.23:
* bugfixes
- removed python26.patch and gcc44-relocate.patch
Wed Jun 12 14:00:00 2013 pgajdosAATTsuse.com
- updated to 2.17.20:
* Grob `OctavateEight\' was renamed to `ClefModifier\'. Related
context properties were renamed from `xxxOctavationyyy\' to
`xxxTranspositionyyy\'.
* There is a new `\\absolute\' command explicitly marking music as
being entered in absolute pitch. While this has been the default
previously, an explicit `\\absolute\' also prevents reinterpretation
when the passage is placed inside of `\\relative\':
\\relative c { c\'4 \\absolute { f\'\' g\'\' } c }
[image of music]
* When `\\relative\' is used without an explicit reference pitch, the
reference pitch now is the middle of the first octave, making the
first entered pitch indistinguishable from absolute pitch.
Previously, omitting the reference pitch would have lead to a
default of `c\'\'. Since that choice was somewhat arbitrary,
recommended usage was to always specify the reference pitch.
* A new command `\\single\' can be used for converting a property
override into a tweak to be applied on a single music expression:
1
[image of music]
* Two ways of letting graphical objects not appear in the output are
overriding its `transparent\' property with `#t\' (retaining the
original spacing) or overriding its `stencil\' property with `#f\'
(not using any space at all). Those two operations now have the
shorthands `\\hide\' and `\\omit\', respectively. They can either be
given a music expression to tweak, or the name of a graphical
object for which an override should be created (for specifying
both, use `\\single\' on the override form):
\
ew Staff \\with { \\omit Clef }
\\relative c\'\' 1
[image of music]
* A new command `\\temporary\' can be applied to overrides in order to
not have them replace previous property settings. If a `\\revert\'
is applied to the same property subsequently, the previous setting
reappears:
\\override NoteHead.color = #red c4
\\override NoteHead.color = #green d
\\revert NoteHead.color e2
\\override NoteHead.color = #red c4
\\temporary\\override NoteHead.color = #green d
\\revert NoteHead.color e
\\revert NoteHead.color c
[image of music]
This is mainly useful for writing music functions that need to
have some property changed just for the duration of the function.
* `\\tag\', `\\removeWithTag\', and `\\keepWithTag\' can now accept a list
of symbols rather than just a single symbol for marking, removing,
and keeping music with any of multiple tags. This is particularly
important for `\\keepWithTag\' since one cannot achieve the same
effect by using multiple consecutive `\\keepWithTag\' commands.
* The `-d old-relative\' option has been removed. Not actually
accessible from the command line any more, its remaining use was
for interpretating `\\relative\' in LilyPond files converted
automatically from version 1.8 or older. It is unclear how much
of this was actually still operative.
Wed Mar 27 13:00:00 2013 pgajdosAATTsuse.com
- updated to 2.17.14:
* The meaning of `instrumentTransposition\' has been reversed. After
\\set instrumentTransposition = #{ b #}
a written `c\'\' now sounds like `b\'. Previously, this would have
been the other way round. This and the following change should
make dealing with transposing instruments more straightforward.
* The music generated by `\\set\' and `\\override\' commands is no
longer affected by `\\transpose\'. The main consequence is that
`\\transpose\' will transpose audible/concert pitch and printed
pitch by the same amount even when the transposed music contains
`\\transposition\'. Previously,
\\transpose c\' f\' \\transposition bes\'
was equivalent to `\\transposition f\'\'. Now it stays equivalent to
`\\transposition bes\'\'.
* Tuplets are now created with the `\\tuplet\' command, which takes a
fraction `T/N\' to specify that T notes are played in the time
usually allowed for N. One `\\tuplet\' command can create several
tuplet groups if their duration is typed after the fraction.
\\tuplet 3/2 { c8 d e } \\tuplet 3/2 { f e d } c2
\\tuplet 3/2 4 { c8 d e f e d } c2
[image of music]
The `\\times\' command with its inverted fraction order `N/T\' is
still available.
etc. see NEWS.txt
Mon Dec 31 13:00:00 2012 pgajdosAATTsuse.com
- updated to 2.17.9:
* The `\\clef\' command supports optional octavation:
\\clef \"treble_(8)\"
c2 c
\\clef \"bass^[15]\"
c2 c
* The LilyPond syntax of dot-separated words `Voice.Accidental\' has
been made interchangeable with `#\'(Voice Accidental)\', a Scheme
list of symbols. As one result, code like
\\override Voice.TextSpanner #\'(bound-details left text) = \"rit.\"
is now equivalent to
\\override Voice.TextSpanner bound-details.left.text = \"rit.\"
or even
\\override #\'(Voice TextSpanner) bound-details.left.text = \"rit.\"
* Grob and grob property path no longer need to be specified as two
separate arguments to commands like `\\override\' and `\\revert\',
allowing for the syntax
\\override Voice.TextSpanner.bound-details.left.text = \"rit.\"
Since complementary music functions like `\\overrideProperty\'
cannot support forms with and without separating space at the same
time, using a single dotted path is now the preferred form.
Specifying grob path and grob property path separately, currently
still supported with `\\override\' and `\\revert\' for compatibility
reasons, is deprecated.
* Due to words now being accepted as symbol function arguments, the
interfaces of `\\accidentalStyle\', `\\alterBroken\', `\\footnote\' and
`\\tweak\' had to be redesigned where optional symbol arguments were
involved. Please check the respective music function
documentation for details.
* Several commands now accept symbol lists (conveniently entered as
dot-separated words) for various kinds of arguments. These
include `\\accidentalStyle\', `\\alterBroken\', `\\footnote\', `\\hide\',
`\\omit\', `\\overrideProperty\', `\\shape\', and `\\tweak\'.
* The bar line user interface has changed. Bar glyphs now resemble
the appearance of the bar line, so a left repeat sign has to be
coded as `.|:\'. The command `\\defineBarLine\' provides an easy way
to define additional bar line styles.
* Accidentals in the key signature may be printed in octaves other
than their traditional positions, or in multiple octaves.
Mon Nov 19 13:00:00 2012 j.mairboeckAATTgmail.com
- update to version 2.16.1
- This is a bugfix update see :
http://code.google.com/p/lilypond/issues/list?can=1&q=Fixed_2_16_1
Tue Aug 28 14:00:00 2012 j.mairboeckAATTgmail.com
- Re-add lilypond-doc.spec again to build the offline documentation
again. It has been adjusted for 2.16.0 from the latest revision
where it was still part of and a bit cleaned up. Info pages are
excluded because they are part of the main package now.
Sun Aug 26 14:00:00 2012 davejplaterAATTgmail.com
- Update to release 2.16.0
- See :
http://lilypond.org/doc/v2.16/Documentation/changes/index.html
For upstream changes.
Tue Aug 7 14:00:00 2012 pgajdosAATTsuse.com
- updated to 2.15.42:
* Support for Kievan square notation:
\
ew KievanVoice {
\\cadenzaOn
c d e f g a bes
\\bar \"kievan\"
}
[image of music]
* Augmentation dots now avoid the other voice in two-voice polyphony
so that users can move the `Dot_column_engraver\' to set dots
independently for each `Voice\'.
[image of music]
* A Scheme function to adjust the control points of curves such as
slurs and ties, developed by several users, is now included in
LilyPond.
g8->( bes,-.) d4
\\shape Slur #\'((-0.5 . 1.5) (-3 . 0) (0 . 0) (0 . 0))
g8->( bes,!-.) d4
[image of music]
* etc., see NEWS.txt
Tue Jul 24 14:00:00 2012 wernerAATTsuse.de
- Make if build with latest TeXLive 2012
Mon Jun 25 14:00:00 2012 pgajdosAATTsuse.com
- use Fedora spec file, updated to 2.15.40
Sat Mar 17 13:00:00 2012 davejplaterAATTgmail.com
- Split off documentation build to a separate linked package.
Sat Mar 17 13:00:00 2012 davejplaterAATTgmail.com
- Fixed rpmlint errors in post script and comment in preparation
- to submit to factory see bnc#733730
Thu Feb 23 13:00:00 2012 j.mairboeckAATTgmail.com
- Add Workaround for g++ bug #51323 in 12.1 (compiler flag
- fno-optimize-sibling-calls)
- Use the guile1 patch only on Factory, on 12.1 guile1 provides
still guile-config and not guile1-config
Fri Feb 10 13:00:00 2012 cooloAATTsuse.com
- use original source
Fri Feb 10 13:00:00 2012 cooloAATTsuse.com
- do not hardcode library names that no longer exist
Tue Feb 7 13:00:00 2012 cooloAATTsuse.com
- trying to get the info symlink right
Tue Feb 7 13:00:00 2012 cooloAATTsuse.com
- take out the non-portable overwrite of brp scripts
Tue Jan 31 13:00:00 2012 cooloAATTsuse.com
- make use of guile1 instead of guile
Tue Nov 29 13:00:00 2011 davejplaterAATTgmail.com
- Created package guile1 to fix factory and 12.1 build.
- Updated to release 12.14.2 and removed unnecessary patches,
created lilypond-2.14.2-fsfaddr.patch.
- For the many upstream changes use info lilypond-changes or visit
http://lilypond.org/doc/v2.14/Documentation/changes/index.html
2.14.2 contains minor bug fixes since 2.14.0
Fri Dec 10 13:00:00 2010 davejplaterAATTgmail.com
- Fixed factory documentation build problem due to
texlive-bin-2010-34.2 bibtex change in behaviour with patch from
lilypond git - lilypond-bib2html.patch.
- The patch fixes the following issues :
With the latest update of TeX Live 2009, bibtex became a \"safe\"
command in that it cannot write output to any directory other than
(a) a subdirectory of the current directory
(b) a subdirectory of TEXMFOUTPUT
Setting TEXMFOUTPUT to the temporary directory permits bibtex to
write in that directory.
Additionally, use mkstemp() instead mktemp(), since the latter
function has been deprecated since Python 2.3.
Thu Oct 14 14:00:00 2010 davejplaterAATTgmail.com
- Removed droid-fonts to fix factory build with ghostscript 9
see bnc#646093
Sun Apr 11 14:00:00 2010 davejplaterAATTgmail.com
- Update URL: to the new lilypond website.
Mon Feb 22 13:00:00 2010 davejplaterAATTgmail.com
- Fixed gcc45 build failure with lilypond-2.12.3-gcc45fix.patch
Mon Feb 22 13:00:00 2010 davejplaterAATTgmail.com
- Update to 2.12.3-2 to fix documentation issues.
Sun Jan 17 13:00:00 2010 davejplaterAATTgmail.com
- Added droid-fonts to build requirements
Sun Jan 10 13:00:00 2010 davejplaterAATTgmail.com
- Restored old documentation build from source and removed doc tarball
- Worked around buld failure due to ghostscript seg fault see bnc#568280
Mon Jan 4 13:00:00 2010 davejplaterAATTgmail.com
- Fix info files with no DIR headers with patch 1 and 2
- Unpack documentation in %prep stage to enable easy patching of info files
Thu Dec 31 13:00:00 2009 davejplaterAATTgmail.com
- Update to 2.12.3
- Change documentation build for 11.2 onwards to noarch
-
*2009-12-15 Graham PercivalFix out-of-build compile for ja. stable/2.12 release/2.12.3-1
* 2009-12-09 Graham PercivalPossible dist-check fix for missing ja files.
* 2009-09-26 Neil PuttockExclude headers/top-level markup when processing system...
* 2009-09-26 Jan NieuwenhuizenOnly delete intermediate file if it exists. Works...
* 2009-09-16 Patrick McCartyconfigure: Match one PFB font if duplicates are found
* 2009-09-16 Patrick McCartyFix `make install\', and fix #812
* 2009-09-16 Werner Lemberg[config] Use fc-list.
* 2009-09-16 Werner Lemberg[configure]: Reject OTF versions from Century fonts...
* 2009-09-16 Patrick McCartyAutoconf: fix CFLAGS/CXXFLAGS recognition
* 2009-09-16 Patrick McCartyFix build with Autoconf 2.64
* 2009-09-12 Neil PuttockFix #743: Reinstate warnings for unterminated span...
* 2009-09-06 Joe NeemanFix cross-staff thinko.
* 2009-07-25 Neil PuttockLSR: Update.
* 2009-07-24 Neil PuttockRemove unused folder input/new/revised/. (cherry picked...
* 2009-07-20 Carl SorensenFix fret diagram xo string offsets
* 2009-07-20 Carl SorensenAdjust FretBoards so all orientations share a common...
* 2009-07-20 Carl SorensenRefactor fret diagrams for simpler calls
* 2009-07-20 Carl SorensenAdd regression test for fretboard orientation origins
* 2009-07-20 Neil PuttockDOCS -- add NEWS items for fret diagrams
* 2009-07-20 Mark PoleskyDocs: NR B.6 The Feta font: Rename nodes, fix whitespace.
* 2009-07-20 Graham PercivalDoc: add Font to all font nodes (avoids potential confu...
* 2009-07-20 Mark PoleskyDocs: NR B.6 The Feta font: Add menu; separate into...
* 2009-07-20 Trevor DanielsDocs: NR Tweak command: can\'t be used to modify stems,
* 2009-07-20 Mark PoleskyDocs: NR B.6 The Feta font: Organize glyph list.
* 2009-07-20 Patrick McCartyTypo fix
* 2009-07-20 Mark PoleskyDocs: NR 1.2.1 Durations: add 128th notes to examples.
* 2009-07-20 Trevor DanielsDocs: AU 3.4: Improve convert-ly usage
* 2009-07-20 Trevor DanielsDocs: AU 3.4 Clarify action of convert-ly -e
* 2009-07-20 Trevor DanielsDocs: AU 3.4 Clarify Convert-ly
* 2009-07-20 Mark PoleskyNR 4.4.3 (ex.1) \\override -> \\overrideProperty
* 2009-07-20 Neil PuttockTypos.
* 2009-07-20 Mark PoleskyTypo: AATTvar{} -> AATTcode{}.
* 2009-07-20 Neil PuttockNitpick: ly:spanner-bound grob name slur -> spanner.
* 2009-07-20 Reinhold KainhoferFix doc string
* 2009-07-20 Neil PuttockConsider accidentals in optical spacing correction.
* 2009-07-19 Joe NeemanFix 546.
* 2009-07-19 Joe NeemanRefactor accidental-placement.
* 2009-07-19 Joe NeemanStart to break Accidental_placement::calc_positioning_d...
* 2009-07-19 Neil PuttockMinor regtest correction.
* 2009-07-19 Carl SorensenFix default measure length in beaming-pattern
* 2009-07-19 Reinhold KainhoferMusicXML: Don\'t crash when a part is missing the id...
* 2009-07-19 Reinhold KainhoferMusicXML: Some more broken MusicXML applications (beami...
* 2009-07-19 Reinhold KainhoferMusicXML: Add exceptions for more broken MusicXML exporters
* 2009-07-19 Neil Puttockmodified: Documentation/user/tutorial.itely
* 2009-07-19 Jonathan KulpDocs: fix bison link in AU
* 2009-07-19 Francisco VilaTypo.
* 2009-07-19 KierenAdd docstrings to functions in music-functions-init...
* 2009-07-19 Francisco VilaTypo.
* 2009-07-19 Jonathan KulpDocs: insert language AATTwarning for non-default languages
* 2009-07-19 Jonathan KulpDocs: added line specifying language \\include files...
* 2009-07-19 Trevor DanielsDocs: NR 1.2.3 Fix AATTref
* 2009-07-19 Jonathan Kulpchanged \\book to \\score in running.itely
* 2009-07-19 Neil PuttockClean formatting on ly/music-functions-init.ly
* 2009-07-19 Andrew WilsonAdd doc strings for functions applyOutput to bar (inclu...
* 2009-07-19 Carl SorensenAdd internationalization to dosctring for table-of...
* 2009-07-19 Trevor DanielsDocs: NR 4.6.2: Explain effect of system-count
* 2009-07-19 Carl SorensenDoc -- clarification to parenthesize by Jon Kulp, based...
* 2009-07-19 Trevor DanielsDocs: NR various: links to Stems
* 2009-07-19 Trevor DanielsDocs: NR 1.2.4 Beams: add note about beaming over...
* 2009-07-19 Trevor DanielsDocs: NR 1.8 Text: Clarify use of fetaBraces
* 2009-07-19 Jonathan KulpDocs: typo
* 2009-07-19 Patrick McCartyDocs: IR: fix documentation of \'style values
* 2009-07-19 Neil PuttockFix LyricText alignment when ignoreMelismata = ##t.
* 2009-07-18 Neil PuttockReally fix #741.
* 2009-07-17 Patrick McCartyFix compile
* 2009-07-17 John MandereauDocs makefiles: get rid of unconditional translations...
* 2009-07-17 John MandereauDocs: prepare direct translation of node names in Texin...
* 2009-07-17 John MandereauDocs: do not attempt a build of Japanese docs in PDF
* 2009-07-17 John MandereauMake Perl treat all I/O streams as UTF-8
* 2009-07-17 John MandereauDocs: move common files and factorize Texinfo macros
* 2009-07-17 Carl SorensenEliminate unix-specific -u flags from internationalizat...
* 2009-07-17 Maximilian... Use hashlib instead of deprecated md5 module if Python...
* 2009-07-17 Neil PuttockFix #741 from Nicolas.
* 2009-07-17 John MandereauTranslated docs: fix \'cp\' error about multiple CSS...
* 2009-07-17 Reinhold Kainhofertexi2html: Don\'t break with the latest texi2html version
* 2009-07-17 Patrick McCartyBackport some regression tests. Fixes compile.
* 2009-07-17 Patrick McCartyFix compile
* 2009-07-17 Mark PoleskyRemove email address.
* 2009-07-17 Neil PuttockRemove deprecated function ly:set-point-and-click.
* 2009-07-17 Neil PuttockFix #767.
* 2009-07-17 Jan NieuwenhuizenGenerate RELEASE_FILES in $(outdir). Fixes make dists...
* 2009-07-17 Neil PuttockFix #781.
* 2009-07-17 Patrick McCartyFix #778
* 2009-07-17 John MandereauGit command call fix (remove dash)
* 2009-07-17 Joe NeemanAdd a regression test for 453.
* 2009-07-17 Joe NeemanFix 453.
* 2009-07-17 Graham PercivalRemove text files from makefile, I\'m an idiot.
* 2009-07-17 Graham PercivalDoc: Remove unneeded doc files (merged with CG).
* 2009-07-17 Patrick McCartyFix crash when output-preview-framework is missing
* 2009-07-17 Reinhold KainhoferDoc: Fix HTML output
* 2009-07-17 Reinhold Kainhofertexi2html: Use only one for ...
* 2009-07-17 Reinhold KainhoferUse HTML tags, not XHTML tags like
(HTML validato...
* 2009-07-17 Joe NeemanFix 541.
* 2009-07-17 Joe NeemanFix memory leak of an Output_def.
* 2009-07-17 Joe NeemanFix 739.
* 2009-07-17 Joe NeemanFix 759.
* 2009-07-17 Francisco VilaChange web target name to doc in various places
* 2009-07-17 Reinhold KainhoferBetter detection which characters need to be quoted...
* 2009-07-17 John MandereauAdd support for texidocs in check-translation
* 2009-07-17 Neil PuttockNitpick: make web -> make doc.
- See http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=log;h=refs/tags/release/2.12.3-1
for more changes.
Tue Nov 3 13:00:00 2009 pgajdosAATTsuse.cz
- Don\'t build documentation because of problems on x86_64.
Sun May 10 14:00:00 2009 CET - jannekeAATTgnu.org
- Update to 2.12.2
- Update build dependencies.
- Add sensible description from Debian.
- Update (quite stale) list of authors.
- Fix licence: GPL version 2.
- Remove configure options: --enable-shared --disable-optimising.
- Fix images in info docs.