| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Run make grand-replace to update all coopyright statements
|
|
|
|
|
|
| |
Replaces do{ ... } while(flip (&d) != DOWN/UP/... with a macro for(DOWN_and_UP/UP_and_DOWN/....) { }
Signed-off-by: David Kastrup <dak@gnu.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Apologies for the inconvenience in patch handling, but getting
this done at once will cause less long-term problems than trying
to do this piecemeal.
Note for future git historians: this patch was created by running
scripts/auxiliar/fixcc.py \
$(find flower lily -name '*cc' -o -name '*hh' | grep -v /out)
with astyle 2.02 installed. No manual changes were made.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Signed-off-by: Han-Wen Nienhuys <hanwen@xs4all.nl>
Signed-off-by: Jan Nieuwenhuizen <janneke@gnu.org>
Signed-off-by: John Mandereau <john.mandereau@gmail.com>
Signed-off-by: Graham Percival <graham@percival-music.ca>
Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
Signed-off-by: Joe Neeman <joeneeman@gmail.com>
Signed-off-by: Heikki Johannes Junes <hjunes@gmail.com>
Signed-off-by: Neil Puttock <n.puttock@gmail.com>
Signed-off-by: Carl D. Sorensen <c_sorensen@byu.edu>
Signed-off-by: Mats Bengtsson <mats.bengtsson@s3.kth.se>
Signed-off-by: Werner Lemberg <wl@gnu.org>
Signed-off-by: Patrick McCarty <pnorcks@gmail.com>
Signed-off-by: Nicolas Sceaux <nicolas.sceaux@free.fr>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* lily
* kpath-guile: Nitpick run: buildscripts/fixcc.py.
|
|
|
|
|
|
| |
function. Keep ledgered note heads at a minimum distance.
Introduce minimum-length-fraction
(print): introduce length-fraction property.
|
| |
|
| |
|
| |
|
|
|
|
| |
lyric spacing on the penultimate column.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Debian lmodern support.
* scm/framework-tex.scm (font-load-command): TeX font name
mangling for latin1 encoded cork-lm fonts.
(convert-to-ps): Load lm.map if available.
* ly/paper-defaults.ly: Use cork-lm encoding if ec is not
available.
* scm/encoding.scm (coding-alist): Add cork-lm encoding.
* scm/font.scm: Add header. Autoload cork-lm and ec fonts if
available.
* lily/kpath.cc (ly_kpathsea_find_file): Rename. Do not use
path for absolute file name, that is silly.
* lily/score-engraver.cc (initialize):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* lily/text-item.cc (interpret_string): accept string input
encoding too.
* scm/encoding.scm (read-encoding-file): print warning when file
can't be found.
* tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
* lily/rod.cc (columnize): robustness fix. Don't crash for
nil span points. Fixes: appoggiatura-segfault.ly
(add_to_cols): extra robustness fix.
|
| |
|
| |
|
|
|
|
|
| |
* lily, flower: Ran buildscripts/ontgaar.py. See also
http://lilypond.org/wiki/?CodingStandards.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
=====
* experimental grace notes:
- add grace timing to Moment
- hack to Sequential_music_iterator to use the correct timing for
the note before a grace
- change the implementation of \grace construct
- property set/unset (eg. font size) is done through startGraceMusic
and stopGraceMusic
- various engraver fixes to deal with the fact that the
main-time-moment may remain the same during several steps.
- Change column creation logic in score-engraver.
* Bugfix: don't crash when \name not set in \translator block.
* rename ly/*.ly to ly/*-init.ly (except language files) to avoid
name clashes
* deprecate Property_engraver, add Font_size_engraver to Staff, Voice
and Thread.
* Change mailing list address: *gnu-music*@gnu.org becomes
*lilypond*@gnu.org
* Put span-bar lines only between the other barlines, not on top of
them (thanks to Juergen Reuter)
1.4.4.j
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1.3.136.jcn3
============
* Finished () beautification.
* Bugfix: grob-description.scm: Script::after_line_breaking ->
before_line_breaking.
1.3.136.hwn1
============
* Percent style repeats.
* Named music creation: (ly-make-music "Note_req")
1.3.136.jcn2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
============
* Documentation: notation contexts.
* 2001 (c) search-replace patch.
* Center rehearsal marks by default.
* Fixing collapsed dynamics with part-combine
* \property tupletNumberFormatFunction selects formatting function for
tuplet brackets.
1.3.130.j
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
============
* Fixed non-empty-text feature.
* Bugfix for Grob::has_extent_callback_b ()
* Added infrastructure for music property documentation strings.
* Syntax change: \notenames -> \pitchnames
* Changed syntax \push -> \override, \pop -> \revert. Add:
\property Context.Element \set #'foo = #bar
which does a \revert followed by a \override.
* Documentation updates.
* Fixed typechecks for \push, \pop and \property
* Bugfix: Local_key_engraver.
* Fixes for lilypond-mode.el (patch by Mark Hindley)
1.3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
======
* Cleanup auto-beam-engraver: use properties for retrieving timing
information.
* Fixed: Multi measure rests don't cause crashes.
* Fixed: don't invoke Hara_kiri::consider_suicide too early.
* Fixed: property engraver.
* Fixed: don't crash on multiple ties.
* Cleanups of Beam, should also be a little faster.
* Reunite properties and pointers. In implementation we make a
distinction between mutable and immutable properties
* Add {has|set}_interface () static methods to interface classes.
* Made Side_position_interface and Staff_symbol_interface an all
statics class, and stripped _interface suffix.
* Make Align_interface and Axis_group_interface an all-statics class
* Rhythmic_head, Staff_symbol, Grace_align_item, Break_align_item,
Bar, Span_bar are now interfaces, Staff_bar was removed. Use a
callback for determining barsize.
* Removed all GLUE_SCORE_ELEMENT callbacks.
* Added test for repeats to trip.ly
1.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
===========
* Cleanup auto-beam-engraver: use properties for retrieving timing
information.
* Fixed: Multi measure rests don't cause crashes.
* Fixed: don't invoke Hara_kiri::consider_suicide too early.
* Fixed: property engraver.
* Fixed: don't crash on multiple ties.
* Cleanups of Beam, should also be a little faster.
* Reunite properties and pointers. In implementation we make a
distinction between mutable and immutable properties
* Add {has|set}_interface () static methods to interface classes.
* Made Side_position_interface and Staff_symbol_interface an all
statics class, and stripped _interface suffix.
* Make Align_interface and Axis_group_interface an all-statics class
* Rhythmic_head, Staff_symbol, Grace_align_item, Break_align_item,
Bar, Span_bar are now interfaces, Staff_bar was removed. Use a
callback for determining barsize.
* Removed all GLUE_SCORE_ELEMENT callbacks.
* Added test for repeats to trip.ly
*
1.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
======
* ly2dvi: changed back to original semantics of latexheaders.
* Stem_tremolo, Crescendo, Hara_kiri_group_spanner, Tuplet_spanner,
Volta_spanner changed into interface.
* Related cleanups for Tie, Tie_column cleanups.
* Made Time_signature, Single_malt_grouping_item, Script_column,
Chord_name, Dot_column, Breathing_sign, Key_item type into interface.
* Removed const declaration from callback arguments.
* Pagebreak support. See input/test/between-systems.ly
* Fixed a problem with accidentals in combination with
non-nil key signatures.
1.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
======
* Small cleanups in Molecule interface
* Spacing related elements perform suicide after calculating
distances. This saves a some memory, approximately 2 to 5 % ?
* Small cleanups in line breaking: Paper_column stores springs and
rods in only one place now. All fields relating to energy have been
removed
* Don't generate all output Scheme in memory, but evaluate to output
file immediately. This will reduce memory usage a little.
* Use STL's map for Dictionary template
* Substitute pointers on element properties of the root Line_of_score
as well.
* Added toplevel doc target, to support building doc with --srcdir
* Removed cygwin build stuff; updated versions at:
http://appel.dyndns.org/lilypond/gnu-windows/cross
* Fixed lily.scm to handle incipits (thanks, Mats)
1.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
===========
* Report type errors for \property. Helps with converting 1.2 input
* Use Scheme for Align_element; fixed graceAlignPosition
and removed \property alignmentReference in the process.
* Use generic properties for lyrics too. This fixes \property
Lyrics.textStyle
* Add relative distance for constraints between non-column items.
* Automatic \marks: use "\mark ; ". The mark numbers or letters are
increased automatically.
* Translators now only change properties of their own context. This
removes the 2nd argument to Translator::get_property()
* Bugfix for Metapost mode
1.3.29.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
==========
* lilypond-mode.el for emacs supersedes mudela-mode.el
* Tuplet spanners don't collide with encompassing notes.
* Gobbled Adobe parseAFM* code, for future use.
* Big 1999 to 2000 search/replace.
* Big interline to staff_space search/replace for mf files.
* Removed Bow class, and split code into Tie and Slur
* Don't put scripts on grace notes.
* Font_metric uses SCM for name field.
* Various compilation fixes.
1.3.17.j
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
pl 39.hwn1
- consified mi2mu
---
Generated by hanwen@cs.uu.nl using package-diff 0.62,
>From = lilypond-1.1.39, To = lilypond-1.1.39.hwn1
usage
cd lilypond-source-dir; patch -E -p1 < lilypond-1.1.39.hwn1.diff
Patches do not contain automatically generated files
or (urg) empty directories,
i.e., you should rerun autoconf, configure
and possibly make outdirs.
--state
1.1.39
1.1.39.hwn1
++state
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|