]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
13 years agoRelease: update news. release/2.13.41-1
Graham Percival [Sat, 4 Dec 2010 10:40:55 +0000 (10:40 +0000)]
Release: update news.

13 years agoMerge remote branch 'origin' into release/unstable
Graham Percival [Sat, 4 Dec 2010 10:38:39 +0000 (10:38 +0000)]
Merge remote branch 'origin' into release/unstable

13 years agoFix 1252 by compressing page
Carl Sorensen [Thu, 2 Dec 2010 20:28:35 +0000 (13:28 -0700)]
Fix 1252 by compressing page

Add regression test

13 years agomidi2ly: bump version in output to 2.7.38 (oldest supported).
Jan Nieuwenhuizen [Fri, 3 Dec 2010 21:37:19 +0000 (22:37 +0100)]
midi2ly: bump version in output to 2.7.38 (oldest supported).

This makes midi2ly output actually processable without problems by
the latest lilypond.

13 years agoFix thinko in tie-engraver.cc.
Neil Puttock [Thu, 2 Dec 2010 21:49:04 +0000 (21:49 +0000)]
Fix thinko in tie-engraver.cc.

13 years agoTweak regression test to account for spacing changes/bug fixes.
Neil Puttock [Thu, 2 Dec 2010 21:40:47 +0000 (21:40 +0000)]
Tweak regression test to account for spacing changes/bug fixes.

13 years agoDoc: NR 4.2.1: Add line-width to \layout options.
Mark Polesky [Thu, 2 Dec 2010 06:57:56 +0000 (22:57 -0800)]
Doc: NR 4.2.1: Add line-width to \layout options.

13 years agoDoc: NR: Capitalize "f" in "Installed files".
Mark Polesky [Thu, 2 Dec 2010 06:56:54 +0000 (22:56 -0800)]
Doc: NR: Capitalize "f" in "Installed files".

13 years agoDoc -- Contributor/programming: update editing instructions for graphviz
Carl Sorensen [Wed, 1 Dec 2010 20:36:52 +0000 (13:36 -0700)]
Doc -- Contributor/programming: update editing instructions for graphviz

13 years agoDOC: change name in Bug Squad
Colin Campbell [Wed, 1 Dec 2010 01:09:18 +0000 (18:09 -0700)]
DOC: change name in Bug Squad

Changed Sunday duty from Valentin to Colin

13 years agoDOC: CG 7.5 Adding Issues - clarify file types
Colin Campbell [Wed, 1 Dec 2010 01:18:06 +0000 (18:18 -0700)]
DOC: CG 7.5 Adding Issues - clarify file types

Per discussion with P Holmes:
Use .png for 1-2 pages of output, .pdf for > 2
Caution about large files

13 years agoWeb-es: update NEWS-FRONT.
Francisco Vila [Tue, 30 Nov 2010 18:06:19 +0000 (19:06 +0100)]
Web-es: update NEWS-FRONT.

13 years agoelisp/lilypond-mode.el: Emacs obsoleted `make-local-hook' eons ago
David Kastrup [Wed, 1 Dec 2010 14:08:03 +0000 (15:08 +0100)]
elisp/lilypond-mode.el: Emacs obsoleted `make-local-hook' eons ago
By now, it no longer exists, so use it only for XEmacs.

13 years agoAdd support for tempo ranges
Valentin Villenave [Tue, 30 Nov 2010 20:24:40 +0000 (21:24 +0100)]
Add support for tempo ranges

This commit
 - extends the parser to accept the following syntax:
     \tempo numA ~ numB
 - changes the 'tempoUnitCount property to accept either
a number or a pair (in which case tempoWholesPerMinutes
will be set by averaging the two numbers)
 - adapts the format-metronome-markup translation function
to print the tempo range properly
 - adds a metronome-range.ly regtest
 - adds relevant display-lily methods, and updates this
regtest as well.

13 years agoMerge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/lilypond
Valentin Villenave [Sat, 27 Nov 2010 16:47:00 +0000 (17:47 +0100)]
Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/lilypond

13 years agoRelease: update news.
Graham Percival [Sat, 27 Nov 2010 02:48:32 +0000 (02:48 +0000)]
Release: update news.

13 years agoPartCombine: Shuffle functions around so unisono/solo1/solo2/chords_together/apart...
Reinhold Kainhofer [Fri, 26 Nov 2010 15:37:52 +0000 (16:37 +0100)]
PartCombine: Shuffle functions around so unisono/solo1/solo2/chords_together/apart are together in the code; No code changes

13 years agoPartCombine: part-combine texts on first real note rather than rests
Reinhold Kainhofer [Wed, 24 Nov 2010 23:40:17 +0000 (00:40 +0100)]
PartCombine: part-combine texts on first real note rather than rests

-) If the context property partCombineTextsOnNote is set, the part-combine
   texts are not printed immediately if there is a rest or skip, but on
 the next following note. If the voice contains a note, they are printed
 immediately.
 This is needed if one voice has a full measure rest and the other e.g.
 r2 r4 c4.
-) The event triggering the part-combine text is cached in that case
   and the Part_combine_engraver now also listens to note events. The
 texts are then created at the first moment when a note is encountered.

13 years agoTies: Print out a warning for unterminated ties
Reinhold Kainhofer [Thu, 25 Nov 2010 16:33:14 +0000 (17:33 +0100)]
Ties: Print out a warning for unterminated ties

Do not silently clear a tie attempt, but notify the user that a tie
could not be created (typically either due to a typo or due to a missing
tieWaitForNote)

In a chord, a tie is only unterminated if none of the notes of the
chord create a tie. All other notes of that chord are possible
candidates for a tie start, but not neccesary. For this, I simply
suppress the warning if a note from the same moment already caused
a tie.
E.g. in <c e g>~ g, the g will create a tie, but the c and e should
not trigger a warning!

13 years agoFiguredBass: Extenders for figs of different width should stop at same position
Reinhold Kainhofer [Wed, 24 Nov 2010 15:50:23 +0000 (16:50 +0100)]
FiguredBass: Extenders for figs of different width should stop at same position

FB extenders use the extent of the hidden figure grob, so extenders
of different figures might stop at different positions. Ideally, the
note of the associated staff should be retrieved and used as the
position to stop the extender. However, FB can also exist standalone
without any attached staff.

So, as a workaround, this patch simply sets the text of all hidden
figures to 0, so they all have the same extent and all extenders will
stop at the same position.

13 years agoWeb: change links for GLISS and GOP.
Graham Percival [Wed, 24 Nov 2010 23:46:01 +0000 (23:46 +0000)]
Web: change links for GLISS and GOP.

13 years agoTablature: simplify custom fret label callback
Marc Hohl [Wed, 24 Nov 2010 07:37:07 +0000 (08:37 +0100)]
Tablature: simplify custom fret label callback

13 years agoMusicXML: Fix invalid MusicXML files
Reinhold Kainhofer [Wed, 24 Nov 2010 17:10:41 +0000 (18:10 +0100)]
MusicXML: Fix invalid MusicXML files

Invalid MusicXML spotted by Richard Lanyon, richard.lanyon at avid . com

13 years agoFix #1421.
Neil Puttock [Tue, 23 Nov 2010 23:46:17 +0000 (23:46 +0000)]
Fix #1421.

* scm/define-grobs.scm (pure-print-to-height-conversions):

  add ly:arpeggio::brew-chord-slur

13 years agotablature: provide custom fret labels
Marc Hohl [Tue, 23 Nov 2010 20:18:25 +0000 (21:18 +0100)]
tablature: provide custom fret labels

13 years agoFix point-and-click for \breathe.
Neil Puttock [Tue, 23 Nov 2010 22:54:57 +0000 (22:54 +0000)]
Fix point-and-click for \breathe.

* ly/music-functions-init.ly (breathe):

  junk EventChord wrapper for BreathingEvent

13 years agoStyle nit: regtest naming.
Neil Puttock [Tue, 23 Nov 2010 22:44:05 +0000 (22:44 +0000)]
Style nit: regtest naming.

13 years agoAdd ly:grob-array->list; use in live-elements-list for InstrumentName.
Neil Puttock [Tue, 23 Nov 2010 22:12:46 +0000 (22:12 +0000)]
Add ly:grob-array->list; use in live-elements-list for InstrumentName.

* lily/grob-array-scheme.cc (ly_grob_array_2_list):

  new exported function

* lily/grob-array.cc (grob_array_to_list):

  new function: convert Grob_array to Scheme list

* scm/output-lib.scm (system-start-text::calc-y-offset):

  simplify live-elements-list using filter! and ly:grob-array->list

13 years agoMerge branch 'master' into lilypond/translation
Valentin Villenave [Fri, 26 Nov 2010 22:17:18 +0000 (23:17 +0100)]
Merge branch 'master' into lilypond/translation

13 years agoDoc: cleanup @file{}, take 2: remove all @/ escaping sequences.
Valentin Villenave [Fri, 26 Nov 2010 17:38:02 +0000 (18:38 +0100)]
Doc: cleanup @file{}, take 2: remove all @/ escaping sequences.

For now, remove all @/ sequences from @file references.
New line-breaks will be introduced later with an automatic
rulein order to make the syntax more consistent.

13 years agoPartCombine: Shuffle functions around so unisono/solo1/solo2/chords_together/apart...
Reinhold Kainhofer [Fri, 26 Nov 2010 15:37:52 +0000 (16:37 +0100)]
PartCombine: Shuffle functions around so unisono/solo1/solo2/chords_together/apart are together in the code; No code changes

13 years agoPartCombine: part-combine texts on first real note rather than rests
Reinhold Kainhofer [Wed, 24 Nov 2010 23:40:17 +0000 (00:40 +0100)]
PartCombine: part-combine texts on first real note rather than rests

-) If the context property partCombineTextsOnNote is set, the part-combine
   texts are not printed immediately if there is a rest or skip, but on
 the next following note. If the voice contains a note, they are printed
 immediately.
 This is needed if one voice has a full measure rest and the other e.g.
 r2 r4 c4.
-) The event triggering the part-combine text is cached in that case
   and the Part_combine_engraver now also listens to note events. The
 texts are then created at the first moment when a note is encountered.

13 years agoTies: Print out a warning for unterminated ties
Reinhold Kainhofer [Thu, 25 Nov 2010 16:33:14 +0000 (17:33 +0100)]
Ties: Print out a warning for unterminated ties

Do not silently clear a tie attempt, but notify the user that a tie
could not be created (typically either due to a typo or due to a missing
tieWaitForNote)

In a chord, a tie is only unterminated if none of the notes of the
chord create a tie. All other notes of that chord are possible
candidates for a tie start, but not neccesary. For this, I simply
suppress the warning if a note from the same moment already caused
a tie.
E.g. in <c e g>~ g, the g will create a tie, but the c and e should
not trigger a warning!

13 years agoFiguredBass: Extenders for figs of different width should stop at same position
Reinhold Kainhofer [Wed, 24 Nov 2010 15:50:23 +0000 (16:50 +0100)]
FiguredBass: Extenders for figs of different width should stop at same position

FB extenders use the extent of the hidden figure grob, so extenders
of different figures might stop at different positions. Ideally, the
note of the associated staff should be retrieved and used as the
position to stop the extender. However, FB can also exist standalone
without any attached staff.

So, as a workaround, this patch simply sets the text of all hidden
figures to 0, so they all have the same extent and all extenders will
stop at the same position.

13 years agoDoc-es: markers for newly translated snippets.
Francisco Vila [Thu, 25 Nov 2010 13:20:44 +0000 (14:20 +0100)]
Doc-es: markers for newly translated snippets.

13 years agoDoc-es: translate some new snippets, fix repeated typo.
Francisco Vila [Thu, 25 Nov 2010 13:16:13 +0000 (14:16 +0100)]
Doc-es: translate some new snippets, fix repeated typo.

13 years agoWeb: change links for GLISS and GOP.
Graham Percival [Wed, 24 Nov 2010 23:46:01 +0000 (23:46 +0000)]
Web: change links for GLISS and GOP.

13 years agoTablature: simplify custom fret label callback
Marc Hohl [Wed, 24 Nov 2010 07:37:07 +0000 (08:37 +0100)]
Tablature: simplify custom fret label callback

13 years agoDoc-fr: conflicting node name
Jean-Charles Malahieude [Wed, 24 Nov 2010 20:20:06 +0000 (21:20 +0100)]
Doc-fr: conflicting node name

Différentes éditions à partir d'une même source
already used in input.itely

13 years agoDoc-fr: new language option for musixml2ly
Jean-Charles Malahieude [Wed, 24 Nov 2010 20:17:39 +0000 (21:17 +0100)]
Doc-fr: new language option for musixml2ly

13 years agoMusicXML: Fix invalid MusicXML files
Reinhold Kainhofer [Wed, 24 Nov 2010 17:10:41 +0000 (18:10 +0100)]
MusicXML: Fix invalid MusicXML files

Invalid MusicXML spotted by Richard Lanyon, richard.lanyon at avid . com

13 years agoMerge branch 'lilypond/translation'
Francisco Vila [Wed, 24 Nov 2010 08:37:42 +0000 (09:37 +0100)]
Merge branch 'lilypond/translation'

13 years agoDoc: clean up @file{} entries
Valentin Villenave [Wed, 24 Nov 2010 02:23:10 +0000 (03:23 +0100)]
Doc: clean up @file{} entries

This patch aims to improve syntax consistency in @file entries,
by systematically escaping such characters as `.', `/' or `-'.

Although this isn't strictly required by texinfo, it does
make the docs source code cleaner to have the same policy
everywhere.

13 years agoFix #1421.
Neil Puttock [Tue, 23 Nov 2010 23:46:17 +0000 (23:46 +0000)]
Fix #1421.

* scm/define-grobs.scm (pure-print-to-height-conversions):

  add ly:arpeggio::brew-chord-slur

13 years agotablature: provide custom fret labels
Marc Hohl [Tue, 23 Nov 2010 20:18:25 +0000 (21:18 +0100)]
tablature: provide custom fret labels

13 years agoFix point-and-click for \breathe.
Neil Puttock [Tue, 23 Nov 2010 22:54:57 +0000 (22:54 +0000)]
Fix point-and-click for \breathe.

* ly/music-functions-init.ly (breathe):

  junk EventChord wrapper for BreathingEvent

13 years agoStyle nit: regtest naming.
Neil Puttock [Tue, 23 Nov 2010 22:44:05 +0000 (22:44 +0000)]
Style nit: regtest naming.

13 years agoAdd ly:grob-array->list; use in live-elements-list for InstrumentName.
Neil Puttock [Tue, 23 Nov 2010 22:12:46 +0000 (22:12 +0000)]
Add ly:grob-array->list; use in live-elements-list for InstrumentName.

* lily/grob-array-scheme.cc (ly_grob_array_2_list):

  new exported function

* lily/grob-array.cc (grob_array_to_list):

  new function: convert Grob_array to Scheme list

* scm/output-lib.scm (system-start-text::calc-y-offset):

  simplify live-elements-list using filter! and ly:grob-array->list

13 years agoAdd regression test for open strings in tab from predefined diagrams
Carl Sorensen [Tue, 23 Nov 2010 00:04:26 +0000 (17:04 -0700)]
Add regression test for open strings in tab from predefined diagrams

13 years agoFix indentation on previous patch
Carl Sorensen [Mon, 22 Nov 2010 23:52:39 +0000 (16:52 -0700)]
Fix indentation on previous patch

13 years agoFretboards -- add open strings to tab based on predefined diagram
Carl Sorensen [Mon, 22 Nov 2010 23:48:06 +0000 (16:48 -0700)]
Fretboards -- add open strings to tab based on predefined diagram

13 years agoAllow music identifiers in \addlyrics (no need for braces any more)
Reinhold Kainhofer [Fri, 29 Oct 2010 14:21:46 +0000 (16:21 +0200)]
Allow music identifiers in \addlyrics (no need for braces any more)

In particular, so far the following did not work:
    \new Staff { \m \addlyrics \l }
Instead, one had to use braces around \m and \l:
    \new Staff { {\m} \addlyrics {\l} }

This patch extends the parser to allow music identifiers,
so that no braces are needed any more.

13 years agoDocs-de: update syntax with convert-ly to fix doc build
John Mandereau [Sun, 21 Nov 2010 21:48:49 +0000 (22:48 +0100)]
Docs-de: update syntax with convert-ly to fix doc build

13 years agoWeb-it: update italian translation of website
Federico Bruni [Sun, 21 Nov 2010 19:28:41 +0000 (20:28 +0100)]
Web-it: update italian translation of website

13 years agoMerge branch 'lilypond/translation'
John Mandereau [Sun, 21 Nov 2010 18:49:42 +0000 (19:49 +0100)]
Merge branch 'lilypond/translation'

13 years agoDoc: NR 4.1, 4.2: Reorganize, clarify details.
Mark Polesky [Sun, 21 Nov 2010 13:46:54 +0000 (05:46 -0800)]
Doc: NR 4.1, 4.2: Reorganize, clarify details.

Reorganize node structure.
Organize \paper variables.
Revise variable descriptions.
Explain \paper and \layout blocks.
Improve examples.
Clean up.

13 years agoOrganize paper-defaults-init.ly.
Mark Polesky [Sun, 21 Nov 2010 13:46:54 +0000 (05:46 -0800)]
Organize paper-defaults-init.ly.

13 years agoDoc-de: updating changing-defaults.itely
Till Paala [Sun, 21 Nov 2010 12:41:04 +0000 (14:41 +0200)]
Doc-de: updating changing-defaults.itely

13 years agoDoc: CG 4.3.6 Syntax survey: Elaborate @itemize guidance
Trevor Daniels [Sun, 21 Nov 2010 09:34:21 +0000 (09:34 +0000)]
Doc: CG 4.3.6 Syntax survey: Elaborate @itemize guidance

 - actually elaborate @enumerate, since @itemize simply
   refers to this

13 years agoRelease: bump version.
Graham Percival [Sun, 21 Nov 2010 07:09:38 +0000 (07:09 +0000)]
Release: bump version.

13 years agoRelease: update news. release/2.13.40-1
Graham Percival [Sun, 21 Nov 2010 05:47:19 +0000 (05:47 +0000)]
Release: update news.

13 years agoRemove head- and foot-separation.
Mark Polesky [Sun, 21 Nov 2010 05:03:15 +0000 (21:03 -0800)]
Remove head- and foot-separation.

13 years agoFix minimum spacing between staves.
Joe Neeman [Sun, 21 Nov 2010 03:39:44 +0000 (19:39 -0800)]
Fix minimum spacing between staves.

Ensure that loose lines with fixed spacing (ie. stretchability zero)
cause the correct minimum-distance constraint between their
surrounding staves.

13 years agomusicxml2ly: dealing with languages
Jean-Charles Malahieude [Sat, 20 Nov 2010 21:57:52 +0000 (22:57 +0100)]
musicxml2ly: dealing with languages

- adapt the -l --language=LANG option to the new \language "LANG" clause
- reflect this in the appropriate section of the Usage Manual

13 years agomanual convert-ly: minimum-Y-extent (1298+1299).
Graham Percival [Fri, 19 Nov 2010 04:30:41 +0000 (04:30 +0000)]
manual convert-ly: minimum-Y-extent (1298+1299).

Patch by Keith O'Hara.

cary.ly used Y-extent to increase space for staves, use
markup-system-spacing instead.

orchestra.ly used Y-extent to created a custom context for rows
rehearsal and tempo marks.  The new way to creat such a row is to
give the context a staff-affinity, and put the spacing
requirements into nonstaff-unrelatedstaff-spacing, etc.  This file
also had its own definition of the \Dynamics context, which is now
built-in.

percussion.itely used Y-extent to produce a spacing to the lyrics
line very similar to what we now get by default.

spacing.itely used Y-extent among other \overrides in an example

ancient.itely used Y-extent to make an invisible staff take up no
space.  The markup can stand alone with no staff.  (If for some
reason a @lilypond must contain notes or skips, then just delete
the 2 lines with minimum-Y-extent.)

The relevant portion of gregorian.ly defined a layout for printing
naked neumes, with no visible staff.  The function of that line,
setting the height of that invisible staff to zero, is not
actually used anywhere in the Google-able portion of lilypond.org,
but the 2.13 equivalent gives the same output the old method, in
case anyone uses this layout to make a vertical stack of naked
neumes.

13 years agoDoc-fr: usage manual: full proofread
Jean-Charles Malahieude [Sat, 20 Nov 2010 12:11:47 +0000 (13:11 +0100)]
Doc-fr: usage manual: full proofread

13 years agoDoc: update Translations Status.
Francisco Vila [Fri, 19 Nov 2010 08:28:28 +0000 (09:28 +0100)]
Doc: update Translations Status.

13 years agoMove `symbol-or-boolean?' to c++.scm.
Patrick McCarty [Thu, 30 Sep 2010 22:02:05 +0000 (15:02 -0700)]
Move `symbol-or-boolean?' to c++.scm.

This also fixes one of the compile issues with Guile 1.9.

13 years agogeneral-scheme.cc: Add newline to progress indication.
Patrick McCarty [Wed, 13 Oct 2010 21:19:27 +0000 (14:19 -0700)]
general-scheme.cc: Add newline to progress indication.

13 years agoDoc: Usage: add xref to lilypond-book options section.
Patrick McCarty [Fri, 19 Nov 2010 06:24:23 +0000 (22:24 -0800)]
Doc: Usage: add xref to lilypond-book options section.

13 years agoIndent lily-git.tcl
Graham Percival [Wed, 17 Nov 2010 22:09:40 +0000 (22:09 +0000)]
Indent lily-git.tcl

This is the only tcl file in our repo.  It doesn't have a long
history, nor is this file at all important to compiling+debugging
lilypond.  As such, I feel justified in tossing it through emacs'
indentation.

This does not mean that I think it is appropriate to discuss the
indentation of any other type of file in git.  If anybody
complaints about indenting this file, I will remove this commit
without question, and we will keep on using the previous
inconsistently-indented version until we discuss code indentation
as part of GOP.

13 years agoChecks for git user details
Owen Tuz [Tue, 16 Nov 2010 01:09:39 +0000 (01:09 +0000)]
Checks for git user details

Checks global .gitconfig for name and email.

If none found, prompts for entry.

13 years agoLSR: Update.
Neil Puttock [Thu, 18 Nov 2010 20:53:57 +0000 (20:53 +0000)]
LSR: Update.

13 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Thu, 18 Nov 2010 17:44:01 +0000 (18:44 +0100)]
Merge branch 'master' into lilypond/translation

Conflicts:
Documentation/es/web/news-front.itexi

13 years agoWeb-es: update.
Francisco Vila [Thu, 18 Nov 2010 16:37:02 +0000 (17:37 +0100)]
Web-es: update.

13 years agoDoc-es: marker for Spacing after last merge.
Francisco Vila [Thu, 18 Nov 2010 16:18:04 +0000 (17:18 +0100)]
Doc-es: marker for Spacing after last merge.

13 years agoDoc-es: Update Changing Defaults.
Francisco Vila [Thu, 18 Nov 2010 12:49:57 +0000 (13:49 +0100)]
Doc-es: Update Changing Defaults.

13 years agoDoc-es: some more updates. Fretted, Staff, Winds.
Francisco Vila [Thu, 18 Nov 2010 12:36:39 +0000 (13:36 +0100)]
Doc-es: some more updates. Fretted, Staff, Winds.

13 years agoFix 1385.
Joe Neeman [Thu, 18 Nov 2010 04:56:19 +0000 (20:56 -0800)]
Fix 1385.

Make the page-layout algorithm aware of indentation.

13 years agoFix typo/thinko in determining frets from fretboards.
Carl Sorensen [Thu, 18 Nov 2010 04:22:36 +0000 (21:22 -0700)]
Fix typo/thinko in determining frets from fretboards.

13 years agoDoc-es: some updates.
Francisco Vila [Wed, 17 Nov 2010 19:01:48 +0000 (20:01 +0100)]
Doc-es: some updates.

13 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Wed, 17 Nov 2010 18:45:00 +0000 (19:45 +0100)]
Merge branch 'master' into lilypond/translation

Conflicts:
Documentation/es/notation/spacing.itely

13 years agoDoc-es: Full update.
Francisco Vila [Wed, 17 Nov 2010 09:34:57 +0000 (10:34 +0100)]
Doc-es: Full update.

13 years agoFiguredBass: Fix bug with extenders not being properly broken if \! is used
Reinhold Kainhofer [Tue, 16 Nov 2010 19:46:15 +0000 (20:46 +0100)]
FiguredBass: Fix bug with extenders not being properly broken if \! is used

13 years agoManually bump version to avoid convert-ly.
Graham Percival [Tue, 16 Nov 2010 20:12:08 +0000 (20:12 +0000)]
Manually bump version to avoid convert-ly.

13 years agoconvert-ly: run on all.
Graham Percival [Tue, 16 Nov 2010 20:06:41 +0000 (20:06 +0000)]
convert-ly: run on all.

13 years agoDoc: compile fix.
Graham Percival [Tue, 16 Nov 2010 19:59:07 +0000 (19:59 +0000)]
Doc: compile fix.

13 years agoMerge branch 'lilypond/translation' of /home/jcharles/GIT/Lily/.
Jean-Charles Malahieude [Tue, 16 Nov 2010 18:52:56 +0000 (19:52 +0100)]
Merge branch 'lilypond/translation' of /home/jcharles/GIT/Lily/.

Conflicts:
Documentation/de/essay/engraving.itely (version number)
Documentation/de/learning/fundamental.itely (version number)
Documentation/fr/notation/spacing.itely (messy)

13 years agoDoc: update some snippets from Notation.
Francisco Vila [Tue, 16 Nov 2010 14:28:41 +0000 (15:28 +0100)]
Doc: update some snippets from Notation.

13 years agoDoc-de: fix compile.
Francisco Vila [Tue, 16 Nov 2010 14:16:17 +0000 (15:16 +0100)]
Doc-de: fix compile.

13 years agoPango: Change orientation of Y-axis for extra offsets.
Patrick McCarty [Mon, 15 Nov 2010 21:13:57 +0000 (13:13 -0800)]
Pango: Change orientation of Y-axis for extra offsets.

This commit fixes issue #1407.

For extra offsets in glyph positioning, the backends expect to see a
Y-axis with positive values tending to the north, but Pango uses the
opposite orientation.  The problem is fixed by flipping the values of
`y_offset'.

13 years agoDoc: Typo in Changes.tely
James Lowe [Mon, 15 Nov 2010 22:51:47 +0000 (22:51 +0000)]
Doc: Typo in Changes.tely

13 years agoannotate-spacing: Add condition for 'last-bottom-spacing.
Patrick McCarty [Mon, 25 Oct 2010 05:11:34 +0000 (22:11 -0700)]
annotate-spacing: Add condition for 'last-bottom-spacing.

This commit fixes issue #1384.

13 years agoDoc-fr: cheatsheet builfix
Jean-Charles Malahieude [Mon, 15 Nov 2010 20:00:57 +0000 (21:00 +0100)]
Doc-fr: cheatsheet builfix

13 years agoFix 1382
Carl Sorensen [Sun, 14 Nov 2010 00:41:43 +0000 (17:41 -0700)]
Fix 1382

13 years agoDoc: convert-ly all docs.
Francisco Vila [Mon, 15 Nov 2010 16:14:46 +0000 (17:14 +0100)]
Doc: convert-ly all docs.

13 years agoDoc: trim leading spaces.
Francisco Vila [Mon, 15 Nov 2010 16:12:42 +0000 (17:12 +0100)]
Doc: trim leading spaces.

13 years agoDoc-fr: update Fingering snippet description.
Valentin Villenave [Mon, 15 Nov 2010 11:12:08 +0000 (12:12 +0100)]
Doc-fr: update Fingering snippet description.

13 years agoRelease: bump version.
Graham Percival [Mon, 15 Nov 2010 02:56:07 +0000 (02:56 +0000)]
Release: bump version.

13 years agoRelease: update news. release/2.13.39-1
Graham Percival [Mon, 15 Nov 2010 01:11:38 +0000 (01:11 +0000)]
Release: update news.