]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
13 years agoRelease: update news. release/2.13.46-1
Graham Percival [Wed, 12 Jan 2011 09:49:42 +0000 (09:49 +0000)]
Release: update news.

13 years agoWeb: use nicer example bug.
Graham Percival [Wed, 12 Jan 2011 09:01:31 +0000 (09:01 +0000)]
Web: use nicer example bug.

Thanks to Keith for the suggestion.

13 years agomusicxml2ly.py -- change default for string tuning from integer to pitch
Carl Sorensen [Tue, 11 Jan 2011 20:33:31 +0000 (13:33 -0700)]
musicxml2ly.py -- change default for string tuning from integer to pitch

13 years agoDoc: fix quote signs
Trevor Daniels [Tue, 11 Jan 2011 19:24:01 +0000 (19:24 +0000)]
Doc: fix quote signs

13 years agoUpdates to bug classification
Phil Holmes [Tue, 11 Jan 2011 10:01:39 +0000 (10:01 +0000)]
Updates to bug classification

13 years agoRemove Mac line terminations
Trevor Daniels [Tue, 11 Jan 2011 19:10:34 +0000 (19:10 +0000)]
Remove Mac line terminations

13 years agoAdd regression test
Carl Sorensen [Fri, 17 Dec 2010 23:14:02 +0000 (16:14 -0700)]
Add regression test

Fix issue 1290

Add optional horizontal-padding argument to Skyline::distance call
If horizontal padding is non-zero, the padding will be added
for making the distance comparison.  Padding is added during
System comparison, so Systems can be farther apart than staves
within systems.

Add default value of skyline-horizontal-padding to the System grob.

Add regression test for this behavior, which includes an override.

13 years agoDoc: adding syllables to grace notes snippet
Jean-Charles Malahieude [Mon, 10 Jan 2011 19:52:32 +0000 (20:52 +0100)]
Doc: adding syllables to grace notes snippet

Modify the snippet (speeking of \lyricsto, but using \addlyrics)
Indexing

13 years agoCorrect convert-ly of page spacing
Keith OHara [Sat, 8 Jan 2011 11:21:41 +0000 (03:21 -0800)]
Correct convert-ly of page spacing

Add a new rule to convert assignments to some page spacing variables
 from mm to staff spaces
Add a NOT_SMART for variables the rule is unable to convert
Correct text of a NOT_SMART

13 years agoWeb: add "desired behavior".
Graham Percival [Sun, 9 Jan 2011 05:42:21 +0000 (05:42 +0000)]
Web: add "desired behavior".

13 years agoFix 1464 (segfault with R1 and metronome)
Graham Percival [Sun, 2 Jan 2011 00:47:08 +0000 (00:47 +0000)]
Fix 1464 (segfault with R1 and metronome)

This code came from Matthias Kilian.

13 years agoBuild: add suffix rule to doc-i18n
Graham Percival [Sat, 8 Jan 2011 05:47:37 +0000 (05:47 +0000)]
Build: add suffix rule to doc-i18n

This might help with the intermittent doc build failures in
translations in lilydev -- some makefile docs say that you should
always initalize the .SUFFIXES line, and I'm tring to eliminate
the differences between stepmake/stepmake/texinfo-rules.make and
the translation make stuff.

13 years agoAdd regression test for issue 879
Carl Sorensen [Fri, 7 Jan 2011 23:09:37 +0000 (16:09 -0700)]
Add regression test for issue 879

13 years agoImprove doc-string for stringTunings
Carl Sorensen [Fri, 7 Jan 2011 22:14:57 +0000 (15:14 -0700)]
Improve doc-string for stringTunings

13 years agoFix for 879
Phil Holmes [Fri, 7 Jan 2011 15:15:09 +0000 (15:15 +0000)]
Fix for 879

Fixes issue 879 by removing the \override Beam #'auto-knee-gap = #'() line
in the definition of RemoveEmptyStaves.  Also adds comment why a \remove
is follwed by a \consists.

13 years agoChange stringTunings from list of semitones to list of pitches
Carl Sorensen [Thu, 23 Dec 2010 15:19:46 +0000 (08:19 -0700)]
Change stringTunings from list of semitones to list of pitches

This will allow the creation of a tab key that will list the tuning
of each of the strings.

* ly/string-tuning-init.ly
  - define music function makeStringTuning that accepts a chord
    in absolute octave mode to define string tuning.
  - define music function contextStringTuning that performs the
    function of makeStringTuning but also sets TabStaff.stringTunings
    and FretBoards.stringTunings to the newly-defined tuning
  - include predefined string tunings in makeStringTuning format
  - add predefined tunings for orchestral strings

* scm/tablature.scm
  - Eliminate the predefined string tunings (they're moved to
    ly/string-tuning-init.ly

* python/convertrules.py
  - Add rule to convert \set stringTunings = #'(...) to
    \set stringTunings = #`((ly:make-pitch x y z)...)
    with ly:make-pitch entries automatically calculated.

* Documentation/*
  - Update documentation as necessary.
  - Added automatically-generate list of predefined string tunings.

* input/regression/*
  - Update regression tests for new syntax.

* Add changes entry

* Modify code in changes

* run makelsr.py

13 years agoFix German translation @warning.
Graham Percival [Fri, 7 Jan 2011 08:43:44 +0000 (08:43 +0000)]
Fix German translation @warning.

13 years agoAuthors: move developers are requested.
Graham Percival [Fri, 7 Jan 2011 06:22:39 +0000 (06:22 +0000)]
Authors: move developers are requested.

I personally would be honored to keep both Mats and Nicolas in the
"current developers" list, but they requested to be moved.

13 years agoDoc: Authors.itexi Update
jlowe [Thu, 6 Jan 2011 13:16:22 +0000 (13:16 +0000)]
Doc: Authors.itexi Update

Added new contributors since Jan 01 2010

Moved/added existing contributors to other relevant sections where
appropriate

Some minor re-ordering of names based on previously incorrect alphabetizing

13 years agoDoc: CG Typo in @example
jlowe [Thu, 6 Jan 2011 16:38:14 +0000 (16:38 +0000)]
Doc: CG Typo in @example

Fixed incorrect syntax in @example

13 years agoReinstate James and Keith (deleted in error)
Trevor Daniels [Thu, 6 Jan 2011 23:05:47 +0000 (23:05 +0000)]
Reinstate James and Keith (deleted in error)

13 years agoMerge branch 'refcheck'
Trevor Daniels [Thu, 6 Jan 2011 23:00:09 +0000 (23:00 +0000)]
Merge branch 'refcheck'

13 years agoFix error messages
Trevor Daniels [Thu, 6 Jan 2011 22:56:03 +0000 (22:56 +0000)]
Fix error messages

13 years agoWeb: Remove warning about version used by Denemo.
Francisco Vila [Wed, 5 Jan 2011 21:57:00 +0000 (22:57 +0100)]
Web: Remove warning about version used by Denemo.

13 years agoChange my developer description on the homepage to core developer
Reinhold Kainhofer [Wed, 5 Jan 2011 20:54:32 +0000 (21:54 +0100)]
Change my developer description on the homepage to core developer

13 years agoDoc-fr: nitpicks
Jean-Charles Malahieude [Wed, 5 Jan 2011 20:16:24 +0000 (21:16 +0100)]
Doc-fr: nitpicks
one left cadrillage
correct linkage

13 years agoCG: add warnings for docs to Quick start.
Graham Percival [Wed, 5 Jan 2011 05:22:07 +0000 (05:22 +0000)]
CG: add warnings for docs to Quick start.

13 years agoCG: out-of-tree building in main compile chapter.
Graham Percival [Sat, 1 Jan 2011 00:46:05 +0000 (00:46 +0000)]
CG: out-of-tree building in main compile chapter.

13 years agoUpdate .mailmap
Trevor Daniels [Tue, 4 Jan 2011 23:58:41 +0000 (23:58 +0000)]
Update .mailmap

13 years agoCue clefs should be smaller
Reinhold Kainhofer [Thu, 30 Dec 2010 19:22:44 +0000 (20:22 +0100)]
Cue clefs should be smaller

13 years agoCG: add GOP policy question about critical issues.
Graham Percival [Tue, 4 Jan 2011 10:46:24 +0000 (10:46 +0000)]
CG: add GOP policy question about critical issues.

13 years agoSpacing tweaks and new gracenotes.
Sven Axelsson [Sat, 1 Jan 2011 12:41:53 +0000 (13:41 +0100)]
Spacing tweaks and new gracenotes.

Moved all spacing tweaks and new gracenotes from https://github.com/svenax/bagpipemusic/

13 years agoRelease: bump version.
Graham Percival [Mon, 3 Jan 2011 06:03:30 +0000 (06:03 +0000)]
Release: bump version.

13 years agoRelease: update news. release/2.13.45-1
Graham Percival [Mon, 3 Jan 2011 04:19:03 +0000 (04:19 +0000)]
Release: update news.

13 years agoCG: clarify regtest and regresssion searching.
Graham Percival [Mon, 3 Jan 2011 03:31:35 +0000 (03:31 +0000)]
CG: clarify regtest and regresssion searching.

13 years agoMerge branch 'master' into lilypond/translation
Jean-Charles Malahieude [Sun, 2 Jan 2011 19:17:29 +0000 (20:17 +0100)]
Merge branch 'master' into lilypond/translation

13 years agoDoc-fr:Typo in last commit
Jean-Charles Malahieude [Sun, 2 Jan 2011 19:16:43 +0000 (20:16 +0100)]
Doc-fr:Typo in last commit
changing midi output to 1 channel per voice

13 years agoDoc-fr: complement to NR3 (texidocs)
Jean-Charles Malahieude [Sun, 2 Jan 2011 18:02:54 +0000 (19:02 +0100)]
Doc-fr: complement to NR3 (texidocs)

13 years agoDoc-fr: NR3. General input and output - fully translated
Jean-Charles Malahieude [Sun, 2 Jan 2011 17:52:40 +0000 (18:52 +0100)]
Doc-fr: NR3. General input and output - fully translated

13 years agoMerge remote branch 'origin/master' into master2
Joe Neeman [Sun, 2 Jan 2011 01:22:57 +0000 (08:22 +0700)]
Merge remote branch 'origin/master' into master2

13 years agoCG: clarify regtest comparison.
Graham Percival [Sun, 2 Jan 2011 01:13:34 +0000 (01:13 +0000)]
CG: clarify regtest comparison.

13 years agoUpdate mailmap.
Patrick McCarty [Sat, 1 Jan 2011 17:56:15 +0000 (09:56 -0800)]
Update mailmap.

13 years agoFix 1465.
Joe Neeman [Sat, 1 Jan 2011 12:41:10 +0000 (19:41 +0700)]
Fix 1465.

Reverse the label-page-table so that larger page numbers will
appear when there is a duplicate label.

13 years agoCG: minor clarifications to quick start.
Graham Percival [Sat, 1 Jan 2011 00:31:56 +0000 (00:31 +0000)]
CG: minor clarifications to quick start.

13 years agoAdd comments for beamExceptions rules that apply only to 1/8 notes
Carl Sorensen [Fri, 31 Dec 2010 14:14:55 +0000 (07:14 -0700)]
Add comments for beamExceptions rules that apply only to 1/8 notes

This will hopefully resolve confusion that has shown up a couple of
times

13 years agoFix page-count with systems-per-page.
Joe Neeman [Fri, 31 Dec 2010 05:43:20 +0000 (12:43 +0700)]
Fix page-count with systems-per-page.

13 years agoDoc-fr: NR3.4 controling output
Jean-Charles Malahieude [Thu, 30 Dec 2010 21:30:37 +0000 (22:30 +0100)]
Doc-fr: NR3.4 controling output

13 years agoDoc-fr: updates running
Jean-Charles Malahieude [Thu, 30 Dec 2010 21:29:10 +0000 (22:29 +0100)]
Doc-fr: updates running

13 years agoDoc-fr: Grosse Typo
Jean-Charles Malahieude [Thu, 30 Dec 2010 14:47:08 +0000 (15:47 +0100)]
Doc-fr: Grosse Typo
cadrillage => QUadrillage

13 years agoDoc-fr: NR3.3 Working with input files
Jean-Charles Malahieude [Wed, 29 Dec 2010 21:22:29 +0000 (22:22 +0100)]
Doc-fr: NR3.3 Working with input files
New translation

13 years agoDoc-de: minor updates
Till Paala [Wed, 29 Dec 2010 20:01:41 +0000 (22:01 +0200)]
Doc-de: minor updates

13 years agoDoc-fr: show permitted collisions with cross-staff beams
Jean-Charles Malahieude [Wed, 29 Dec 2010 14:11:48 +0000 (15:11 +0100)]
Doc-fr: show permitted collisions with cross-staff beams

13 years agoDoc: show permitted collisions with cross-staff beams
k-ohara5a5a@oco.net [Wed, 29 Dec 2010 11:29:04 +0000 (11:29 +0000)]
Doc: show permitted collisions with cross-staff beams

13 years agoCue clefs: Fix compilation
Reinhold Kainhofer [Wed, 29 Dec 2010 10:57:55 +0000 (11:57 +0100)]
Cue clefs: Fix compilation

13 years agoDoc-es: update Fundamental, Pitches and Repeats.
Francisco Vila [Wed, 29 Dec 2010 01:33:42 +0000 (02:33 +0100)]
Doc-es: update Fundamental, Pitches and Repeats.

13 years agoDoc-es: version marker for included/Helpus.
Francisco Vila [Wed, 29 Dec 2010 01:19:09 +0000 (02:19 +0100)]
Doc-es: version marker for included/Helpus.

13 years agoDoc-es: update Keyboards and Helpus.
Francisco Vila [Wed, 29 Dec 2010 01:17:36 +0000 (02:17 +0100)]
Doc-es: update Keyboards and Helpus.

13 years agoDo not explicitly assign break-visibility to the OctavateEight, use a callback to...
Reinhold Kainhofer [Tue, 28 Dec 2010 23:25:58 +0000 (00:25 +0100)]
Do not explicitly assign break-visibility to the OctavateEight, use a callback to retrieve from clef

13 years agoClef support for cue notes
Reinhold Kainhofer [Tue, 28 Sep 2010 13:03:20 +0000 (15:03 +0200)]
Clef support for cue notes

-) Added \cueDuringWithClef, which allows to specify a clef for
   the cue notes. At the end of the cue section, the clef is
   automatically reset to the containing voice's clef.
-) Cue clefs are implemented as CueClef and CueEndClef grobs,
   created by a dedicated Cue_clef_engraver, which reads
   some cueClef* context properties.
-) After a line break, a cue clef does NOT override the global clef
   of the containing voice, but prints (in smaller size) after
   the containing clef.

13 years agoUse callback to retrieve OctavateEight break-visibility from clef
Reinhold Kainhofer [Tue, 28 Dec 2010 20:46:15 +0000 (21:46 +0100)]
Use callback to retrieve OctavateEight break-visibility from clef

Do not explicitly assign break-visibility to the OctavateEight,
use a callback to retrieve from clef. For one, this allows the user
to override the clef's break-visibility and affect the OctavateEight
without an explicit setting for it. On the other hand, by overriding
the break-visibility from the callback to a custom value (e.g.
all-invisible), this makes it finally possible to hide 8 from
a treble_8 clef for a tenor piece altogether, while keeping
the correct pitch (for MIDI etc.).

13 years agoRemove unused variable, unnecessary cast in the clef engraver
Reinhold Kainhofer [Tue, 28 Dec 2010 12:07:56 +0000 (13:07 +0100)]
Remove unused variable, unnecessary cast in the clef engraver

13 years agoDocs: Lilybuntu -> Lilydev for xrefs as well
Jean-Charles Malahieude [Tue, 28 Dec 2010 19:41:42 +0000 (20:41 +0100)]
Docs: Lilybuntu -> Lilydev for xrefs as well

13 years agoDoc-fr: More NR and LM additions based on user emails
Jean-Charles Malahieude [Tue, 28 Dec 2010 18:14:52 +0000 (19:14 +0100)]
Doc-fr: More NR and LM additions based on user emails

13 years agoMerge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
Till Paala [Tue, 28 Dec 2010 19:22:07 +0000 (21:22 +0200)]
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into lilypond/translation

13 years agoDoc-de: web correction
Till Paala [Tue, 28 Dec 2010 19:21:28 +0000 (21:21 +0200)]
Doc-de: web correction

13 years agoDoc-de: update usage
Till Paala [Tue, 28 Dec 2010 19:21:16 +0000 (21:21 +0200)]
Doc-de: update usage

13 years agoDoc-de: some updates for notation manual
Till Paala [Tue, 28 Dec 2010 19:20:51 +0000 (21:20 +0200)]
Doc-de: some updates for notation manual

13 years agoMerge branch 'lilypond/translation' of git+ssh://git.savannah.gnu.org/srv/git/lilypon...
John Mandereau [Tue, 28 Dec 2010 19:01:51 +0000 (20:01 +0100)]
Merge branch 'lilypond/translation' of git+ssh://git.savannah.gnu.org/srv/git/lilypond into lilypond/translation

13 years agoMerge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
Till Paala [Tue, 28 Dec 2010 18:25:48 +0000 (20:25 +0200)]
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into lilypond/translation

13 years agoMerge branch 'lilypond/translation'
John Mandereau [Tue, 28 Dec 2010 18:25:31 +0000 (19:25 +0100)]
Merge branch 'lilypond/translation'

13 years agoDoc: fix refs
Trevor Daniels [Tue, 28 Dec 2010 17:22:07 +0000 (17:22 +0000)]
Doc: fix refs

13 years agoDoc-es: update Expressive and Fretted.
Francisco Vila [Tue, 28 Dec 2010 17:16:18 +0000 (18:16 +0100)]
Doc-es: update Expressive and Fretted.

13 years agoDoc: typo
Trevor Daniels [Tue, 28 Dec 2010 17:06:29 +0000 (17:06 +0000)]
Doc: typo

13 years agoDoc-de: check and update of spacing.itely
Till Paala [Mon, 27 Dec 2010 22:34:38 +0000 (00:34 +0200)]
Doc-de: check and update of spacing.itely

13 years agoDoc-de: update pitches.itely
Till Paala [Tue, 7 Dec 2010 20:04:12 +0000 (22:04 +0200)]
Doc-de: update pitches.itely

13 years agoDoc: More NR and LM additions based on user emails
jlowe [Thu, 16 Dec 2010 17:49:14 +0000 (17:49 +0000)]
Doc: More NR and LM additions based on user emails

13 years agoDoc-es: update Ancient.
Francisco Vila [Tue, 28 Dec 2010 16:46:27 +0000 (17:46 +0100)]
Doc-es: update Ancient.

13 years agoCG: discuss not installing.
Graham Percival [Mon, 27 Dec 2010 22:01:07 +0000 (22:01 +0000)]
CG: discuss not installing.

13 years agooutput-distance: Add new flag for `compare'.
Patrick McCarty [Wed, 25 Nov 2009 05:27:34 +0000 (21:27 -0800)]
output-distance: Add new flag for `compare'.

Newer versions of ImageMagick seem to be more picky about comparing
images that are not very similar.

I don't know any further details, but this patch fixes `make check' for
me when comparing release/2.13.7-1 with release/2.13.8-1.

I am running ImageMagick 6.5.7-10.

Graham adds: I bumped imagemagick in GUB, and this is required to
do 'make check' in ubuntu lilydev remix, so I'm adding this now.

13 years agoMerge branch 'lilypond/translation'
Jean-Charles Malahieude [Sun, 26 Dec 2010 19:44:37 +0000 (20:44 +0100)]
Merge branch 'lilypond/translation'

13 years agoDoc-fr: input.itely
Jean-Charles Malahieude [Sun, 26 Dec 2010 18:42:52 +0000 (19:42 +0100)]
Doc-fr: input.itely
Neaw translation: titles and headers

13 years agoFix compiler warnings.
Werner Lemberg [Sun, 26 Dec 2010 09:53:59 +0000 (10:53 +0100)]
Fix compiler warnings.

13 years agoRelease: bump version.
Graham Percival [Sun, 26 Dec 2010 01:36:27 +0000 (01:36 +0000)]
Release: bump version.

13 years agoMerge branch 'release/unstable'
Graham Percival [Sun, 26 Dec 2010 01:36:14 +0000 (01:36 +0000)]
Merge branch 'release/unstable'

13 years agoCG: updates for ubuntu lilydev remix.
Graham Percival [Mon, 20 Dec 2010 17:22:36 +0000 (17:22 +0000)]
CG: updates for ubuntu lilydev remix.

13 years agoRelease: update news. release/2.13.44-1
Graham Percival [Sat, 25 Dec 2010 22:19:18 +0000 (22:19 +0000)]
Release: update news.

13 years agoDoc-fr: simplify NR tempo-ranges example
Jean-Charles Malahieude [Sat, 25 Dec 2010 20:45:59 +0000 (21:45 +0100)]
Doc-fr: simplify NR tempo-ranges example

13 years agoDoc: rhythm typo
Valentin Villenave [Sat, 25 Dec 2010 16:27:18 +0000 (17:27 +0100)]
Doc: rhythm typo

13 years agoDoc: simplify NR tempo-ranges example
Valentin Villenave [Sat, 25 Dec 2010 16:18:04 +0000 (17:18 +0100)]
Doc: simplify NR tempo-ranges example

13 years agotablature: print a warning when negative fret numbers occur
Marc Hohl [Wed, 22 Dec 2010 08:21:26 +0000 (09:21 +0100)]
tablature: print a warning when negative fret numbers occur

This handles issue 1035, but instead of aborting, it just raises a warning.
This seems more appropriate, because all other possible problems within
determine-frets-and-strings are handled by warnings, too.

13 years agoDoc-fr: update Macros.
Jean-Charles Malahieude [Fri, 24 Dec 2010 17:41:11 +0000 (18:41 +0100)]
Doc-fr: update Macros.

13 years agoDoc-fr: update dynamics documentation
Jean-Charles Malahieude [Fri, 24 Dec 2010 17:37:50 +0000 (18:37 +0100)]
Doc-fr: update dynamics documentation

13 years agoDoc: update dynamics documentation
Keith OHara [Thu, 23 Dec 2010 04:53:01 +0000 (20:53 -0800)]
Doc: update dynamics documentation

13 years agoAdd regression test for time signature settings that differ by staff
Carl Sorensen [Wed, 22 Dec 2010 23:46:03 +0000 (16:46 -0700)]
Add regression test for time signature settings that differ by staff

13 years agoMore informative warning for ragged pages.
Joe Neeman [Thu, 23 Dec 2010 00:23:41 +0000 (07:23 +0700)]
More informative warning for ragged pages.

13 years agoFix Page_breaking::min_page_count on ragged pages.
Joe Neeman [Thu, 23 Dec 2010 00:18:38 +0000 (07:18 +0700)]
Fix Page_breaking::min_page_count on ragged pages.

13 years agoDoc: Add more @seealso to Ancient Notation in NR
jlowe [Sun, 19 Dec 2010 13:50:03 +0000 (13:50 +0000)]
Doc: Add more @seealso to Ancient Notation in NR

For Tracker issue 1287

No other corrections done at this time.

This is to bring Ancient Notation inline with CG Doc Policy

13 years agoFix 1456
Carl Sorensen [Thu, 16 Dec 2010 12:40:00 +0000 (05:40 -0700)]
Fix 1456

Remove context argument from \overrideTimeSignatureSettings.  It
always applies to the Timing context, so no argument is necessary.

Fix documentation and regression tests to match new behavior.

Write conversion rules for convert-ly

Run convert-ly on the documentation

13 years agoAdd direction-awareness ability to post-event music functions
Valentin Villenave [Wed, 22 Dec 2010 11:54:38 +0000 (12:54 +0100)]
Add direction-awareness ability to post-event music functions

13 years agoDoc-es: update Macros.
Francisco Vila [Wed, 22 Dec 2010 09:16:18 +0000 (10:16 +0100)]
Doc-es: update Macros.