]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
13 years agoRelease: update news. release/2.13.50-1
Graham Percival [Sat, 12 Feb 2011 23:58:09 +0000 (23:58 +0000)]
Release: update news.

13 years agoRelease: update news.
Graham Percival [Sat, 12 Feb 2011 23:55:39 +0000 (23:55 +0000)]
Release: update news.

13 years agoFix #1294.
Patrick McCarty [Sat, 12 Feb 2011 23:22:56 +0000 (15:22 -0800)]
Fix #1294.

Since commit d3ee0333e179bf7b55c6941bfebcbed2a477b493, a generic "serif"
font family was added as the fallback font family for "Century
Schoolbook L".

This should work, in theory, since a PangoFontDescription permits it,
but it doesn't work very well for font selection within LilyPond.
Removing the explicit fallback font family generally works better, since
Fontconfig can choose an appropriate fallback automatically.

13 years agoWeb: remove green rectangle off squiggle picture.
Francisco Vila [Sat, 12 Feb 2011 19:46:47 +0000 (20:46 +0100)]
Web: remove green rectangle off squiggle picture.

13 years agoDoc: remove unnecesary html/pdf link.
Graham Percival [Fri, 11 Feb 2011 23:26:54 +0000 (23:26 +0000)]
Doc: remove unnecesary html/pdf link.

13 years agoFinal update to rationalise CSS files
Phil Holmes [Fri, 11 Feb 2011 11:51:17 +0000 (11:51 +0000)]
Final update to rationalise CSS files

Postprocess-html.py also had CSS references in and needed editing to
change them to the new CSS reference.

Signed-off-by: Patrick McCarty <pnorcks@gmail.com>
13 years agoWeb: announce two new languages.
Francisco Vila [Fri, 11 Feb 2011 11:47:06 +0000 (12:47 +0100)]
Web: announce two new languages.

13 years agoChange "dim" chords to "dim7" and add "dim" chords for more accuracy
Carl Sorensen [Wed, 2 Feb 2011 00:52:22 +0000 (17:52 -0700)]
Change "dim" chords to "dim7" and add "dim" chords for more accuracy

13 years agoDoc-fr: vocal.itely
Jean-Charles Malahieude [Thu, 10 Feb 2011 20:21:54 +0000 (21:21 +0100)]
Doc-fr: vocal.itely

- full update
- add texidocs
- run makelsr to include translation to snippets

13 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Thu, 10 Feb 2011 09:33:32 +0000 (10:33 +0100)]
Merge branch 'master' into lilypond/translation

13 years agoWeb-cs: small fixes.
Francisco Vila [Thu, 10 Feb 2011 09:32:17 +0000 (10:32 +0100)]
Web-cs: small fixes.

13 years agoFix #1205.
Neil Puttock [Wed, 9 Feb 2011 22:27:06 +0000 (22:27 +0000)]
Fix #1205.

Reinstate an event for \tempo, instead of relying on context property changes.

* input/regression/metronome-range.ly, metronome-text.ly:

  replace explicit tempo changes using context props with exported events

* lily/metronome-engraver.cc:

  listen to TempoChangeEvent; set as cause for MetronomeMark; pass to metronomeMarkFormatter
  proc instead of explicit text, duration and count

* lily/parser.yy (tempo_event):

  simplify rule; use single constructor for all types

* scm/define-context-properties.scm (all-user-translation-properties):

  emend metronomeMarkFormatter description
  remove tempoUnitCount, tempoUnitDuration and tempoText definitions

* scm/define-event-classes.scm (event-classes):

  add tempo-change-event

* scm/define-music-display-methods.scm:

  rework display method for \tempo

* scm/define-music-properties.scm (all-music-properties):

  change type predicate for 'metronome-count

* scm/define-music-types.scm (music-descriptions):

  add TempoChangeEvent definition

* scm/ly-syntax-constructors.scm:

  rework `tempo' constructor; use for all \tempo styles
  remove `tempoText'

* scm/song.scm (tempo->beats):

  extract tempo from TempoChangeEvent

* scm/translation-functions.scm (format-metronome-markup):

  read tempo properties from event instead of passing as separate args

13 years agoRelease: bump version.
Graham Percival [Wed, 9 Feb 2011 21:05:45 +0000 (21:05 +0000)]
Release: bump version.

13 years agoDoc-hu: avoid a warning.
Francisco Vila [Wed, 9 Feb 2011 14:47:47 +0000 (15:47 +0100)]
Doc-hu: avoid a warning.

13 years agoDoc-nl: avoid a warning.
Francisco Vila [Wed, 9 Feb 2011 14:43:28 +0000 (15:43 +0100)]
Doc-nl: avoid a warning.

13 years agoRelease: update news. release/2.13.49-1
Graham Percival [Wed, 9 Feb 2011 13:49:57 +0000 (13:49 +0000)]
Release: update news.

13 years agoMerge remote branch 'origin' into release/unstable
Graham Percival [Wed, 9 Feb 2011 13:49:26 +0000 (13:49 +0000)]
Merge remote branch 'origin' into release/unstable

13 years agoDoc-ja: Fix x-references
Yoshiki Sawada [Wed, 9 Feb 2011 12:39:34 +0000 (21:39 +0900)]
Doc-ja: Fix x-references

Doc-ja: x-references

13 years agoDoc-hu: replaced references to already translated manuals with devel versions
Dénes Harmath [Wed, 9 Feb 2011 13:17:41 +0000 (14:17 +0100)]
Doc-hu: replaced references to already translated manuals with devel versions

13 years agomake key cancellations independent of extraNatural
Keith OHara [Wed, 9 Feb 2011 10:57:41 +0000 (10:57 +0000)]
make key cancellations independent of extraNatural

13 years agoTypo.
Werner Lemberg [Wed, 9 Feb 2011 10:29:58 +0000 (11:29 +0100)]
Typo.

13 years agoAdd Beam_collision_engraver.
Mike Solomon [Mon, 7 Feb 2011 15:23:03 +0000 (13:23 -0200)]
Add Beam_collision_engraver.

13 years agoAdd beam typenames to typename list.
Han-Wen Nienhuys [Wed, 9 Feb 2011 03:44:05 +0000 (01:44 -0200)]
Add beam typenames to typename list.

13 years agoUse smaller font for beam debug output.
Han-Wen Nienhuys [Wed, 9 Feb 2011 03:43:38 +0000 (01:43 -0200)]
Use smaller font for beam debug output.

13 years agoImplement minmax()
Han-Wen Nienhuys [Mon, 7 Feb 2011 15:16:41 +0000 (13:16 -0200)]
Implement minmax()

13 years agoMerge remote branch 'origin' into release/unstable
Graham Percival [Tue, 8 Feb 2011 23:40:41 +0000 (23:40 +0000)]
Merge remote branch 'origin' into release/unstable

13 years agoBuild: make dist check.
Graham Percival [Tue, 8 Feb 2011 23:32:34 +0000 (23:32 +0000)]
Build: make dist check.

13 years agoDoc-hu: fixed references
Dénes Harmath [Tue, 8 Feb 2011 23:08:56 +0000 (00:08 +0100)]
Doc-hu: fixed references

13 years agoMerge remote branch 'origin' into release/unstable
Graham Percival [Tue, 8 Feb 2011 22:56:52 +0000 (22:56 +0000)]
Merge remote branch 'origin' into release/unstable

13 years agoCG: add warning about announcing a patch.
Graham Percival [Tue, 8 Feb 2011 21:59:33 +0000 (21:59 +0000)]
CG: add warning about announcing a patch.

13 years agoDelete text-to-speech.css
Phil Holmes [Tue, 8 Feb 2011 10:07:27 +0000 (10:07 +0000)]
Delete text-to-speech.css

Unneeded style sheet

13 years agofix vertical spacing GrandStaff
Keith OHara [Tue, 8 Feb 2011 03:11:37 +0000 (19:11 -0800)]
fix vertical spacing GrandStaff

Add an engraver so GrandStaff is spaced like a StaffGroup,
missed in the earlier related commit 36c13cd69

13 years agoRelease: update news.
Graham Percival [Tue, 8 Feb 2011 21:32:51 +0000 (21:32 +0000)]
Release: update news.

13 years agoDoc-fr: typo
Jean-Charles Malahieude [Tue, 8 Feb 2011 19:50:43 +0000 (20:50 +0100)]
Doc-fr: typo

13 years agoDoc-ja: Update Learning
Yoshiki Sawada [Tue, 8 Feb 2011 11:12:19 +0000 (20:12 +0900)]
Doc-ja: Update Learning

Doc-ja
Update: Learning
Add: included/generating-output.itexi

13 years agoUse lyricMelismaAlignment for manual melismata alignment.
Neil Puttock [Mon, 7 Feb 2011 23:36:26 +0000 (23:36 +0000)]
Use lyricMelismaAlignment for manual melismata alignment.

* input/regression (lyric-melisma-alignment.ly):

  new regression test; test lyricMelismaAlignment settings with automatic
  and manual melismata

* input/regression (lyric-melisma-manual.ly):

  style nitpicks

* lily/lyric-engraver.cc (process_music):

  set 'self-alignment-X for manual melismata using lyricMelismaAlignment
  instead of hard-coding to LEFT

13 years agoBuild: Chinese strings for the Create Webliks script.
Francisco Vila [Mon, 7 Feb 2011 17:53:25 +0000 (18:53 +0100)]
Build: Chinese strings for the Create Webliks script.

13 years agoMerge branch 'lilypond/translation'
Francisco Vila [Mon, 7 Feb 2011 13:19:46 +0000 (14:19 +0100)]
Merge branch 'lilypond/translation'

13 years agoWeb-zh: fix menu.
Francisco Vila [Mon, 7 Feb 2011 01:58:12 +0000 (02:58 +0100)]
Web-zh: fix menu.

13 years agoWeb-cs: Fix node x-ref again.
Francisco Vila [Sun, 6 Feb 2011 20:16:32 +0000 (21:16 +0100)]
Web-cs: Fix node x-ref again.

13 years agoWeb-cs: some fixes by Pavel Fric.
Francisco Vila [Sun, 6 Feb 2011 20:12:35 +0000 (21:12 +0100)]
Web-cs: some fixes by Pavel Fric.

13 years agoWeb-zh: translate Manuals, by Ben Luo.
Francisco Vila [Sun, 6 Feb 2011 20:11:54 +0000 (21:11 +0100)]
Web-zh: translate Manuals, by Ben Luo.

13 years agoDelete unneeded style sheet refs and files
Phil Holmes [Sun, 6 Feb 2011 17:32:41 +0000 (17:32 +0000)]
Delete unneeded style sheet refs and files

This patch deletes 4 unused alternate stylesheets and removes references
to them from the HTML documents.  The existing ones have been renamed to
make their names more accurately descriptive.

13 years agoWeb-cs: Fix node x-ref.
Francisco Vila [Sun, 6 Feb 2011 02:37:22 +0000 (03:37 +0100)]
Web-cs: Fix node x-ref.

13 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Sun, 6 Feb 2011 02:12:35 +0000 (03:12 +0100)]
Merge branch 'master' into lilypond/translation

13 years agoWeb: delete unused file and remove unused commands.
Francisco Vila [Sun, 6 Feb 2011 01:04:17 +0000 (02:04 +0100)]
Web: delete unused file and remove unused commands.

13 years agoWeb-zh: close div, fixes an error in next section.
Francisco Vila [Sun, 6 Feb 2011 00:28:35 +0000 (01:28 +0100)]
Web-zh: close div, fixes an error in next section.

13 years agoWeb: some corrections by Ben and Pavel.
Francisco Vila [Sun, 6 Feb 2011 00:22:24 +0000 (01:22 +0100)]
Web: some corrections by Ben and Pavel.

13 years agoWeb: remove ugly commands which were visible on the site.
Francisco Vila [Sat, 5 Feb 2011 16:11:02 +0000 (17:11 +0100)]
Web: remove ugly commands which were visible on the site.

13 years agoWeb-zh: additions from Ben Luo.
Francisco Vila [Sat, 5 Feb 2011 15:54:37 +0000 (16:54 +0100)]
Web-zh: additions from Ben Luo.

13 years agoMerge branch 'master' of /home/jcharles/GIT/Lily/.
Jean-Charles Malahieude [Sat, 5 Feb 2011 20:22:56 +0000 (21:22 +0100)]
Merge branch 'master' of /home/jcharles/GIT/Lily/.

13 years agoPO-update and submit to translation project
Jean-Charles Malahieude [Sat, 5 Feb 2011 20:19:39 +0000 (21:19 +0100)]
PO-update and submit to translation project

13 years agoManually convert files to version 2.13.46
Keith OHara [Sat, 5 Feb 2011 10:13:45 +0000 (02:13 -0800)]
Manually convert files to version 2.13.46

Vertical spacing changes that could not be determined by convert-ly

13 years agoRelease: bump version.
Graham Percival [Sat, 5 Feb 2011 18:47:12 +0000 (18:47 +0000)]
Release: bump version.

13 years agoDoc-fr: Add the Instrument_name_engraver also to all group contexts
Jean-Charles Malahieude [Sat, 5 Feb 2011 18:32:36 +0000 (19:32 +0100)]
Doc-fr: Add the Instrument_name_engraver also to all group contexts

13 years agoRelease: update news. release/2.13.48-1
Graham Percival [Sat, 5 Feb 2011 17:55:47 +0000 (17:55 +0000)]
Release: update news.

13 years agoMerge remote branch 'origin' into release/unstable
Graham Percival [Sat, 5 Feb 2011 17:55:03 +0000 (17:55 +0000)]
Merge remote branch 'origin' into release/unstable

13 years agoDoc-ja: Update Web
Yoshiki Sawada [Sat, 5 Feb 2011 14:47:13 +0000 (23:47 +0900)]
Doc-ja: Update Web

Doc-ja: Update Web

13 years agoDon't crash for tremolo beams.
Han-Wen Nienhuys [Fri, 4 Feb 2011 11:57:53 +0000 (09:57 -0200)]
Don't crash for tremolo beams.

13 years agoIntroduce Beam_scoring_problem::quant_range, for quickly filtering out
Han-Wen Nienhuys [Fri, 4 Feb 2011 01:20:59 +0000 (23:20 -0200)]
Introduce Beam_scoring_problem::quant_range, for quickly filtering out
invalid positions.

This reduces the number of scoring passes from 40k to 20k in
morgenlied.ly with #'region-size = 4.

13 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Sat, 5 Feb 2011 07:57:55 +0000 (08:57 +0100)]
Merge branch 'master' into lilypond/translation

Conflicts:
scripts/build/create-weblinks-itexi.py

13 years agoScripts: robustify mass git convert-ly.
Graham Percival [Sat, 5 Feb 2011 04:00:35 +0000 (04:00 +0000)]
Scripts: robustify mass git convert-ly.

13 years agoWeb-cs: translate _Other Languages_
Francisco Vila [Sat, 5 Feb 2011 00:57:02 +0000 (01:57 +0100)]
Web-cs: translate _Other Languages_

13 years agoRevert "Doc-cs: remove some files for testing."
Francisco Vila [Sat, 5 Feb 2011 00:51:02 +0000 (01:51 +0100)]
Revert "Doc-cs: remove some files for testing."

This reverts commit aed522ec967f37624cb615b3d44a32e2b7800e2f.

13 years agoDoc-cs: Thinko.
Francisco Vila [Sat, 5 Feb 2011 00:30:54 +0000 (01:30 +0100)]
Doc-cs: Thinko.

13 years agoDoc-cs: remove some files for testing.
Francisco Vila [Sat, 5 Feb 2011 00:05:06 +0000 (01:05 +0100)]
Doc-cs: remove some files for testing.

13 years agoWeb-zh: translate _Other Languages_
Francisco Vila [Fri, 4 Feb 2011 23:32:57 +0000 (00:32 +0100)]
Web-zh: translate _Other Languages_

13 years agoMerge branch 'web-experimental' into lilypond/translation
Francisco Vila [Sat, 5 Feb 2011 00:45:21 +0000 (01:45 +0100)]
Merge branch 'web-experimental' into lilypond/translation

13 years agoRelease: update news.
Graham Percival [Sat, 5 Feb 2011 00:32:25 +0000 (00:32 +0000)]
Release: update news.

13 years agoFix note spacing with melismata
Keith OHara [Fri, 21 Jan 2011 03:07:24 +0000 (19:07 -0800)]
Fix note spacing with melismata

Recede the extra-spacing-height of LyricText and similar items.
Create property skyline-vertical-padding for vertical padding of
left- and right-skylines used in note spacing.

13 years agoDoc-hu: minor corrections, Hungarian characters in variable names
Dénes Harmath [Fri, 4 Feb 2011 23:50:39 +0000 (00:50 +0100)]
Doc-hu: minor corrections, Hungarian characters in variable names

13 years agoDoc: Czech webpage from Pavel, thanks!
Francisco Vila [Fri, 4 Feb 2011 12:52:59 +0000 (13:52 +0100)]
Doc: Czech webpage from Pavel, thanks!

13 years agoWeb-zh: update texi2html init file from Ben.
Francisco Vila [Fri, 4 Feb 2011 12:46:08 +0000 (13:46 +0100)]
Web-zh: update texi2html init file from Ben.

13 years agoMerge branch 'web-experimental' into lilypond/translation
Francisco Vila [Fri, 4 Feb 2011 11:50:07 +0000 (12:50 +0100)]
Merge branch 'web-experimental' into lilypond/translation

Conflicts:
make/website.make

13 years agoWeb: add Chinese webpage by Ben Luo, thanks!
Francisco Vila [Sun, 30 Jan 2011 16:02:00 +0000 (17:02 +0100)]
Web: add Chinese webpage by Ben Luo, thanks!

13 years agoFix version for regtest
Carl Sorensen [Fri, 4 Feb 2011 04:23:27 +0000 (21:23 -0700)]
Fix version for regtest

13 years agoFix Issue 1035 -- Add context property for negative frets
Carl Sorensen [Mon, 17 Jan 2011 23:03:44 +0000 (16:03 -0700)]
Fix Issue 1035 -- Add context property for negative frets

Add handleNegativeFrets, with possibilities of 'ignore,
  'recalculate, 'include

Reorder functions in scm/translation-functions.scm to put
  context in scope of calculate-frets-and-strings

Set handleNegativeFrets to 'recalculate for TabStaff and FretBoards

Add regression test.

13 years agoFix fret error in musicxml test suite
Carl Sorensen [Fri, 4 Feb 2011 02:23:37 +0000 (19:23 -0700)]
Fix fret error in musicxml test suite

13 years agoOptimize beam scoring.
Han-Wen Nienhuys [Tue, 1 Feb 2011 01:37:04 +0000 (23:37 -0200)]
Optimize beam scoring.

Use a priority queue of scores.  This allows us to drop the arbitrary
reasonable_score threshold. On morgenlied.ly, this reduces the number
of scoring passes from 13.5k to 10.7k.

13 years agoDoc-hu: Updated macros for web
Dénes Harmath [Thu, 3 Feb 2011 22:46:48 +0000 (23:46 +0100)]
Doc-hu: Updated macros for web

13 years agoFix #1495
David Kastrup [Wed, 2 Feb 2011 09:15:21 +0000 (10:15 +0100)]
Fix #1495

13 years agoLSR: import.
Graham Percival [Thu, 3 Feb 2011 18:31:35 +0000 (18:31 +0000)]
LSR: import.

13 years agoDoc-es: update all except LSR snippets.
Francisco Vila [Thu, 3 Feb 2011 16:29:22 +0000 (17:29 +0100)]
Doc-es: update all except LSR snippets.

13 years agodocument new mensural ligature features
Benkő Pál [Wed, 2 Feb 2011 20:58:46 +0000 (21:58 +0100)]
document new mensural ligature features

13 years agoDoc-hu: Translated missing references
Dénes Harmath [Thu, 3 Feb 2011 11:28:25 +0000 (12:28 +0100)]
Doc-hu: Translated missing references

13 years agoWeb: fix some links.
Francisco Vila [Thu, 3 Feb 2011 11:10:07 +0000 (12:10 +0100)]
Web: fix some links.

Currently we have not translated snippets manual or a PDF for web.

13 years agoDoc-ja: more updates.
Francisco Vila [Thu, 3 Feb 2011 10:41:55 +0000 (11:41 +0100)]
Doc-ja: more updates.

13 years agoDoc-ja: add a missing file.
Francisco Vila [Sun, 30 Jan 2011 16:03:40 +0000 (17:03 +0100)]
Doc-ja: add a missing file.

13 years agoDoc: one afourpaper command is enough.
Francisco Vila [Thu, 3 Feb 2011 10:29:25 +0000 (11:29 +0100)]
Doc: one afourpaper command is enough.

13 years agoCleanup beam scoring code.
Han-Wen Nienhuys [Tue, 1 Feb 2011 01:37:04 +0000 (23:37 -0200)]
Cleanup beam scoring code.

Introduce Beam_scoring_problem to encapsulate parameters and methods
for beam scoring.

This is a preparation for using a priority queue on the to-be-computed
scores.

13 years agoGuile-1.9 compatibility fixes.
Jan Nieuwenhuizen [Wed, 2 Feb 2011 10:18:28 +0000 (11:18 +0100)]
Guile-1.9 compatibility fixes.

  * remove #:use-syntax
  * rewrite curried definitions
  * change order of loading .scm files so that
    markups are defined before used in code

13 years agoUse queue for prioritizing slur scores.
Han-Wen Nienhuys [Tue, 1 Feb 2011 04:22:48 +0000 (02:22 -0200)]
Use queue for prioritizing slur scores.

This drops the number of scoring passes for
input/regression/slur-scoring.ly from 11.7k to 3.0k

13 years agoremove bar-size and replace by bar-extent
Benkő Pál [Tue, 1 Feb 2011 20:40:56 +0000 (21:40 +0100)]
remove bar-size and replace by bar-extent

13 years agoFix 1472: ensure space for KeySignature
Keith OHara [Mon, 24 Jan 2011 05:18:13 +0000 (21:18 -0800)]
Fix 1472: ensure space for KeySignature

Add key-signature-interface::print to pure-print-callbacks
so the extent of a KeySignature is known during note spacing.

13 years agoMerge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
Till Paala [Tue, 1 Feb 2011 19:25:34 +0000 (21:25 +0200)]
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into lilypond/translation

13 years agoDoc-de: compile fix
Till Paala [Tue, 1 Feb 2011 19:24:46 +0000 (21:24 +0200)]
Doc-de: compile fix

13 years agoBuild: end directories in their bare names and avoid some double slashes in logs.
Francisco Vila [Mon, 31 Jan 2011 15:53:16 +0000 (16:53 +0100)]
Build: end directories in their bare names and avoid some double slashes in logs.

13 years agoDocument Interval::delta().
Han-Wen Nienhuys [Mon, 31 Jan 2011 14:54:41 +0000 (12:54 -0200)]
Document Interval::delta().

13 years agoDon't crash on a pending spanner in Staff_symbol_engraver dtor.
Han-Wen Nienhuys [Mon, 31 Jan 2011 13:04:09 +0000 (11:04 -0200)]
Don't crash on a pending spanner in Staff_symbol_engraver dtor.

13 years agoPart-combiner: Initialize variables
Reinhold Kainhofer [Mon, 31 Jan 2011 20:44:57 +0000 (21:44 +0100)]
Part-combiner: Initialize variables