]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
16 years agoRefine check-translation error message
John Mandereau [Sun, 19 Aug 2007 08:21:42 +0000 (10:21 +0200)]
Refine check-translation error message

16 years agoFrench updates & link typos
Jean-Charles Malahieude [Mon, 6 Aug 2007 12:49:45 +0000 (14:49 +0200)]
French updates & link typos

16 years agoMove @documentencoding just after @setfilename
John Mandereau [Fri, 3 Aug 2007 12:55:05 +0000 (14:55 +0200)]
Move @documentencoding just after @setfilename

This is necessary for makeinfo 4.9.91 to get the encoding
declaration in HTML output.

16 years agoFix translated docs PDF linking
John Mandereau [Fri, 3 Aug 2007 12:53:06 +0000 (14:53 +0200)]
Fix translated docs PDF linking

16 years agoDisable '@documentlanguage fr' for non-PDF output
John Mandereau [Fri, 3 Aug 2007 12:18:15 +0000 (14:18 +0200)]
Disable '@documentlanguage fr' for non-PDF output

This is the same fix as in French lilypond.tely.

16 years agoQuickly fix Spanish basic-notation
John Mandereau [Fri, 3 Aug 2007 09:53:45 +0000 (11:53 +0200)]
Quickly fix Spanish basic-notation

16 years agoFix check-translation command line
John Mandereau [Fri, 3 Aug 2007 09:47:22 +0000 (11:47 +0200)]
Fix check-translation command line

16 years agoQuickly fix French instrument-notation
John Mandereau [Fri, 3 Aug 2007 09:41:58 +0000 (11:41 +0200)]
Quickly fix French instrument-notation

Replace @inputfileref with @code.  This is a dirty fix:
fr/instrument-notation needs a serious revision against the original
in English, because @inputfileref is an outdated macro whereas
check-translation says nothing about needed updates.

16 years agoUpdate French doc PO
John Mandereau [Thu, 2 Aug 2007 12:44:00 +0000 (14:44 +0200)]
Update French doc PO

16 years agoMerge branch 'master' into lilypond/translation
John Mandereau [Thu, 2 Aug 2007 11:40:36 +0000 (13:40 +0200)]
Merge branch 'master' into lilypond/translation

* master: (36 commits)
  Update French docs translation
  Remove inputfileref Texinfo macro
  Remove debugging stuff
  Add committish to macros.itexi
  Translate index entries in French manual
  Polish French basic-notation.itely
  Fix nitpicks in user manual
  Use @documentlanguage fr for PDF
  Disable @documentlanguage fr
  Call makeinfo with --enable-encoding
  Fix translated HTML footer and update docs POs
  Change makeinfo invocation for translated docs.
  Remove unused install.itexi
  Fix for feathered fix: also handle case beam_multiplicity is empt
  More doc reorg.
  Remove duplicate entry of @rprogram.
  Reorg of install.itely.
  Rename install to fit naming scheme of other files.
  Hopefully fix "insane spring constant" messages.
  Remove \command index from lilypond-program (all \commands should be in
  ...

Conflicts:

Documentation/fr/user/basic-notation.itely
Documentation/fr/user/instrument-notation.itely
Documentation/fr/user/tutorial.itely
Documentation/po/de.po
Documentation/po/es.po
Documentation/po/fr.po
Documentation/po/lilypond-doc.pot

16 years agoUpdate French docs translation
John Mandereau [Thu, 2 Aug 2007 11:01:37 +0000 (13:01 +0200)]
Update French docs translation

16 years agoRemove inputfileref Texinfo macro
John Mandereau [Thu, 2 Aug 2007 09:17:20 +0000 (11:17 +0200)]
Remove inputfileref Texinfo macro

16 years agoRemove debugging stuff
John Mandereau [Thu, 2 Aug 2007 08:58:39 +0000 (10:58 +0200)]
Remove debugging stuff

16 years agoAdd committish to macros.itexi
John Mandereau [Thu, 2 Aug 2007 08:54:27 +0000 (10:54 +0200)]
Add committish to macros.itexi

16 years agoTranslate index entries in French manual
John Mandereau [Tue, 31 Jul 2007 13:44:20 +0000 (15:44 +0200)]
Translate index entries in French manual

16 years agoPolish French basic-notation.itely
John Mandereau [Tue, 31 Jul 2007 13:43:43 +0000 (15:43 +0200)]
Polish French basic-notation.itely

16 years agoFix nitpicks in user manual
John Mandereau [Tue, 31 Jul 2007 13:42:49 +0000 (15:42 +0200)]
Fix nitpicks in user manual

- fix index entries
- replace "grace section" with "grace expression"
- add some comments for nitpicks I am not sure about

16 years agoUse @documentlanguage fr for PDF
John Mandereau [Tue, 31 Jul 2007 13:40:00 +0000 (15:40 +0200)]
Use @documentlanguage fr for PDF

16 years agoDisable @documentlanguage fr
John Mandereau [Mon, 30 Jul 2007 09:14:44 +0000 (11:14 +0200)]
Disable @documentlanguage fr

This is hopefully a temporary fix for people building with makeinfo >
4.9, which comes with an incorrect French translation.

16 years agoCall makeinfo with --enable-encoding
John Mandereau [Fri, 27 Jul 2007 05:48:36 +0000 (07:48 +0200)]
Call makeinfo with --enable-encoding

This flag tells makeinfo to output

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

in HTML manual.

16 years agoFix translated HTML footer and update docs POs
John Mandereau [Thu, 26 Jul 2007 21:06:23 +0000 (23:06 +0200)]
Fix translated HTML footer and update docs POs

Fixed some conflicts caused by concurrent docs po-update in master and
lilypond/translation branches.

16 years agoChange makeinfo invocation for translated docs.
John Mandereau [Thu, 26 Jul 2007 21:05:12 +0000 (23:05 +0200)]
Change makeinfo invocation for translated docs.

Passing document language through LANG is absurd and we don't need it,
so we reset LANG in makeinfo invocation.

16 years agoFix French docs typo
John Mandereau [Wed, 1 Aug 2007 06:19:33 +0000 (08:19 +0200)]
Fix French docs typo

16 years agoRemove unused install.itexi
John Mandereau [Wed, 1 Aug 2007 06:02:37 +0000 (08:02 +0200)]
Remove unused install.itexi

16 years agoFix for feathered fix: also handle case beam_multiplicity is empt
Han-Wen Nienhuys [Wed, 1 Aug 2007 02:52:28 +0000 (23:52 -0300)]
Fix for feathered fix: also handle case beam_multiplicity is empt
This happens for input/regression/beam-quarter.ly

16 years ago(nit) Polish French instrument-notation
Jean-Charles Malahieude [Tue, 31 Jul 2007 21:50:39 +0000 (23:50 +0200)]
(nit) Polish French instrument-notation

16 years agoTranslate index entries in French manual
John Mandereau [Tue, 31 Jul 2007 13:44:20 +0000 (15:44 +0200)]
Translate index entries in French manual

16 years agoPolish French basic-notation.itely
John Mandereau [Tue, 31 Jul 2007 13:43:43 +0000 (15:43 +0200)]
Polish French basic-notation.itely

16 years agoFix nitpicks in user manual
John Mandereau [Tue, 31 Jul 2007 13:42:49 +0000 (15:42 +0200)]
Fix nitpicks in user manual

- fix index entries
- replace "grace section" with "grace expression"
- add some comments for nitpicks I am not sure about

16 years agoUse @documentlanguage fr for PDF
John Mandereau [Tue, 31 Jul 2007 13:40:00 +0000 (15:40 +0200)]
Use @documentlanguage fr for PDF

16 years agoMore doc reorg.
Graham Percival [Tue, 31 Jul 2007 00:02:11 +0000 (17:02 -0700)]
More doc reorg.

16 years agoRemove duplicate entry of @rprogram.
Graham Percival [Mon, 30 Jul 2007 22:52:22 +0000 (15:52 -0700)]
Remove duplicate entry of @rprogram.

16 years agoMerge branch 'master' of ssh+git://gpercival@git.sv.gnu.org/srv/git/lilypond
Graham Percival [Mon, 30 Jul 2007 22:50:40 +0000 (15:50 -0700)]
Merge branch 'master' of ssh+git://gpercival@git.sv.gnu.org/srv/git/lilypond

16 years agoReorg of install.itely.
Graham Percival [Mon, 30 Jul 2007 22:49:44 +0000 (15:49 -0700)]
Reorg of install.itely.

16 years agoRename install to fit naming scheme of other files.
Graham Percival [Mon, 30 Jul 2007 22:20:21 +0000 (15:20 -0700)]
Rename install to fit naming scheme of other files.

16 years agoHopefully fix "insane spring constant" messages.
Joe Neeman [Mon, 30 Jul 2007 22:06:36 +0000 (08:06 +1000)]
Hopefully fix "insane spring constant" messages.

16 years agoMerge commit 'dfbf9fa'
Joe Neeman [Mon, 30 Jul 2007 09:30:30 +0000 (19:30 +1000)]
Merge commit 'dfbf9fa'

16 years agoPolish French intrument-notation.itely
John Mandereau [Mon, 30 Jul 2007 09:15:43 +0000 (11:15 +0200)]
Polish French intrument-notation.itely

Thanks to Pierre-Emmanuel Brame for his comments.

16 years agoDisable @documentlanguage fr
John Mandereau [Mon, 30 Jul 2007 09:14:44 +0000 (11:14 +0200)]
Disable @documentlanguage fr

This is hopefully a temporary fix for people building with makeinfo >
4.9, which comes with an incorrect French translation.

16 years agoRemove \command index from lilypond-program (all \commands should be in
Graham Percival [Mon, 30 Jul 2007 08:48:12 +0000 (01:48 -0700)]
Remove \command index from lilypond-program (all \commands should be in
the main manual).

16 years agoBegin lilypond-program reworking.
Graham Percival [Mon, 30 Jul 2007 08:41:47 +0000 (01:41 -0700)]
Begin lilypond-program reworking.

16 years agoAvoid more cyclic dependencies for adjacent-pure-heights
Joe Neeman [Mon, 30 Jul 2007 08:19:57 +0000 (18:19 +1000)]
Avoid more cyclic dependencies for adjacent-pure-heights

16 years agoMerge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
John Mandereau [Sun, 29 Jul 2007 21:03:19 +0000 (23:03 +0200)]
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond

* 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond:
  regtest for feathered beams.
  Formatting, sorting, typographical details.
  Support correctly shortened stems on feathered beams.

16 years agoSplit user manual by creating "program-usage" manual
John Mandereau [Sun, 29 Jul 2007 21:01:51 +0000 (23:01 +0200)]
Split user manual by creating "program-usage" manual

The new manual is located in Documentation/user/lilypond-program.tely;
it includes install.itexi (moved from topdocs/INSTALL.texi),
running.itely, lilypond-book.itely and converters.itely.

As a consequence of this change, this huge commit also includes
- modified makefiles and add_html_footer
- updated translation infrastructure

- new @rprogram and @ruser Texinfo macros for cross-references between
the two new manuals
- fixed cross-references between the two manuals

- updated documentation index
- modified PDF front page (big subtitle added)
- lilypond.tely cleanup

- translated docs: PO update, "program usage" translated only in
French, lilypond.tely cleanup for all languages

16 years agoregtest for feathered beams.
Han-Wen Nienhuys [Sun, 29 Jul 2007 16:27:03 +0000 (09:27 -0700)]
regtest for feathered beams.

16 years agoMerge branch 'master' of ssh://hanwen@git.sv.gnu.org/srv/git/lilypond
Han-Wen Nienhuys [Sun, 29 Jul 2007 16:03:58 +0000 (09:03 -0700)]
Merge branch 'master' of ssh://hanwen@git.sv.gnu.org/srv/git/lilypond

16 years agoFormatting, sorting, typographical details.
Werner Lemberg [Sun, 29 Jul 2007 09:35:38 +0000 (11:35 +0200)]
Formatting, sorting, typographical details.

16 years agoSupport correctly shortened stems on feathered beams.
Han-Wen Nienhuys [Sun, 29 Jul 2007 08:17:47 +0000 (01:17 -0700)]
Support correctly shortened stems on feathered beams.

Clean up calc_stem_y, and incorporate feather_dir.

16 years agotypo
Werner Lemberg [Sun, 29 Jul 2007 06:49:57 +0000 (08:49 +0200)]
typo

16 years agos/illegal/invalid/
Werner Lemberg [Sun, 29 Jul 2007 05:16:01 +0000 (07:16 +0200)]
s/illegal/invalid/

16 years agoFix 386.
Rune Zedeler [Sat, 28 Jul 2007 22:20:24 +0000 (08:20 +1000)]
Fix 386.
Fix dot and beam calculations for tremolos.

16 years agoRevert "fixes for dots in vaticana ligatures"
Joe Neeman [Sat, 28 Jul 2007 10:32:06 +0000 (20:32 +1000)]
Revert "fixes for dots in vaticana ligatures"
This causes a regression for mensural-ligatures.ly

This reverts commit 145b59d7a8ec0bbfaa1d2256c6dcbe6be9976f66.

16 years agoEnsure that we find a constraint in set_column_rods.
Joe Neeman [Sat, 28 Jul 2007 08:22:19 +0000 (18:22 +1000)]
Ensure that we find a constraint in set_column_rods.

16 years agoCheck for cross-staff also in adjacent_pure_heights.
Joe Neeman [Sat, 28 Jul 2007 03:00:14 +0000 (13:00 +1000)]
Check for cross-staff also in adjacent_pure_heights.
Fixes cyclic dependencies with cross-staff beams.

16 years agoMerge commit '3b48b5e'
Joe Neeman [Sat, 28 Jul 2007 02:27:59 +0000 (12:27 +1000)]
Merge commit '3b48b5e'

16 years agoCall makeinfo with --enable-encoding
John Mandereau [Fri, 27 Jul 2007 05:48:36 +0000 (07:48 +0200)]
Call makeinfo with --enable-encoding

This flag tells makeinfo to output

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

in HTML manual.

16 years agoMerge branch 'master' of ssh://hanwen@git.sv.gnu.org/srv/git/lilypond
Han-Wen Nienhuys [Thu, 26 Jul 2007 23:31:58 +0000 (16:31 -0700)]
Merge branch 'master' of ssh://hanwen@git.sv.gnu.org/srv/git/lilypond

16 years agothinko: it's ly:get-option, not ly:option.
Han-Wen Nienhuys [Thu, 26 Jul 2007 23:29:34 +0000 (16:29 -0700)]
thinko: it's ly:get-option, not ly:option.

16 years agoRemove broken test-results link.
Han-Wen Nienhuys [Thu, 26 Jul 2007 23:29:10 +0000 (16:29 -0700)]
Remove broken test-results link.

Test results will be collected on a separate dir on lilypond.org,
where we can keep results for each separate version, instead of
per-branch.

16 years agoFix translated HTML footer and update docs POs
John Mandereau [Thu, 26 Jul 2007 21:06:23 +0000 (23:06 +0200)]
Fix translated HTML footer and update docs POs

16 years agoChange makeinfo invocation for translated docs.
John Mandereau [Thu, 26 Jul 2007 21:05:12 +0000 (23:05 +0200)]
Change makeinfo invocation for translated docs.

Passing document language through LANG is absurd and we don't need it,
so we reset LANG in makeinfo invocation.

16 years agoduplicated node entry in doc/fr/instrument-notation
Jean-Charles Malahieude [Thu, 26 Jul 2007 15:26:26 +0000 (17:26 +0200)]
duplicated node entry in doc/fr/instrument-notation

16 years agoAdd French translation of Instrument-specific notation
Jean-Charles Malahieude [Thu, 26 Jul 2007 09:10:30 +0000 (11:10 +0200)]
Add French translation of Instrument-specific notation

This chapter has been translated by both Jean-Charles Malahieude
and Valentin Villenave.

16 years agoMerge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
John Mandereau [Thu, 26 Jul 2007 07:07:50 +0000 (09:07 +0200)]
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond

* 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond:
  Improve regression test.
  regression test for line thickness consistency.
  Don't test ly:font-config-display-fonts
  don't dump cpu timing by default.
  set markup thicknesses relative to line-thickness.

16 years agoTranslate @top title in French manual
John Mandereau [Thu, 26 Jul 2007 07:05:02 +0000 (09:05 +0200)]
Translate @top title in French manual

16 years agoFix mass-link invocations again
John Mandereau [Thu, 26 Jul 2007 07:04:28 +0000 (09:04 +0200)]
Fix mass-link invocations again

16 years agoTypo
John Mandereau [Thu, 26 Jul 2007 07:03:39 +0000 (09:03 +0200)]
Typo

16 years agoRun documentation po-update and update French doc PO
Jean-Charles Malahieude [Thu, 26 Jul 2007 07:02:36 +0000 (09:02 +0200)]
Run documentation po-update and update French doc PO

16 years agoUse correct French and German quotes in PDF manuals
John Mandereau [Thu, 26 Jul 2007 07:00:05 +0000 (09:00 +0200)]
Use correct French and German quotes in PDF manuals

Thin spaces should be used with French guillemets, but texinfo.tex
does not support it (yet).

16 years agoUpdate texinfo.tex from Texinfo CVS
John Mandereau [Thu, 26 Jul 2007 06:57:12 +0000 (08:57 +0200)]
Update texinfo.tex from Texinfo CVS

16 years agoMerge branch 'master' of git://git.sv.gnu.org/lilypond
Han-Wen Nienhuys [Thu, 26 Jul 2007 06:33:25 +0000 (23:33 -0700)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond

16 years agoAdd Vietnamese PO
John Mandereau [Wed, 25 Jul 2007 20:12:33 +0000 (22:12 +0200)]
Add Vietnamese PO

16 years agoTypos and duplicated paragraph after Valentin's improvements
Jean-Charles Malahieude [Wed, 25 Jul 2007 12:11:19 +0000 (14:11 +0200)]
Typos and duplicated paragraph after Valentin's improvements

16 years agoMerge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
Werner Lemberg [Wed, 25 Jul 2007 17:30:32 +0000 (19:30 +0200)]
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond

16 years agoCreate test directory before attempting to write into it. Should fix
Jan Nieuwenhuizen [Wed, 25 Jul 2007 13:11:15 +0000 (15:11 +0200)]
Create test directory before attempting to write into it.  Should fix
gub build.

16 years agoImprove regression test.
Werner Lemberg [Wed, 25 Jul 2007 10:42:33 +0000 (12:42 +0200)]
Improve regression test.

16 years agoregression test for line thickness consistency.
Han-Wen Nienhuys [Wed, 25 Jul 2007 07:43:16 +0000 (00:43 -0700)]
regression test for line thickness consistency.

16 years agoDon't test ly:font-config-display-fonts
Han-Wen Nienhuys [Wed, 25 Jul 2007 07:34:51 +0000 (00:34 -0700)]
Don't test ly:font-config-display-fonts

This makes test-output differ between machines.

16 years agodon't dump cpu timing by default.
Han-Wen Nienhuys [Wed, 25 Jul 2007 07:33:51 +0000 (00:33 -0700)]
don't dump cpu timing by default.

16 years agoset markup thicknesses relative to line-thickness.
Han-Wen Nienhuys [Wed, 25 Jul 2007 07:33:12 +0000 (00:33 -0700)]
set markup thicknesses relative to line-thickness.

16 years agoMerge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
Werner Lemberg [Wed, 25 Jul 2007 05:06:45 +0000 (07:06 +0200)]
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond

16 years agoTypo.
Werner Lemberg [Wed, 25 Jul 2007 05:05:32 +0000 (07:05 +0200)]
Typo.

16 years agoVertical spacing, inter system space limitation:
Nicolas Sceaux [Sun, 22 Jul 2007 09:38:42 +0000 (11:38 +0200)]
Vertical spacing, inter system space limitation:
(page-space-left) should always return a number.

16 years agoMerge branch 'master' of git://git.sv.gnu.org/lilypond release/2.11.28-1
Han-Wen Nienhuys [Sun, 22 Jul 2007 07:20:17 +0000 (00:20 -0700)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond

16 years agonew option gs-load-lily-fonts: only load lilypond fonts via
Han-Wen Nienhuys [Sun, 22 Jul 2007 07:19:19 +0000 (00:19 -0700)]
new option gs-load-lily-fonts: only load lilypond fonts via
ghostscript

This is needed to make lilypond test-output "portable"; we cannot load
fonts from /usr through ghostscript.

16 years agowhitespace fixes.
Han-Wen Nienhuys [Sun, 22 Jul 2007 07:02:17 +0000 (00:02 -0700)]
whitespace fixes.

16 years agofixes for dots in vaticana ligatures
Joe Neeman [Sat, 21 Jul 2007 11:44:11 +0000 (21:44 +1000)]
fixes for dots in vaticana ligatures

16 years agodon't crash on an empty eps file
Joe Neeman [Sat, 21 Jul 2007 11:43:41 +0000 (21:43 +1000)]
don't crash on an empty eps file

16 years agoRemove mf-to-table tex output. Fixes scons font build.
Jan Nieuwenhuizen [Thu, 19 Jul 2007 15:13:42 +0000 (17:13 +0200)]
Remove mf-to-table tex output.  Fixes scons font build.

16 years agoAdd workaround for packagepython.py removal. Fixes building lilypond
Jan Nieuwenhuizen [Thu, 19 Jul 2007 15:12:13 +0000 (17:12 +0200)]
Add workaround for packagepython.py removal.  Fixes building lilypond
with scons, but version is foo until minimal packagepython functionality
is put back.

16 years agoMerge http://git.sv.gnu.org/r/lilypond
Nicolas Sceaux [Wed, 18 Jul 2007 17:32:58 +0000 (19:32 +0200)]
Merge http://git.sv.gnu.org/r/lilypond

16 years agoVertical spacing: limit space between systems, using paper variables
Nicolas Sceaux [Wed, 18 Jul 2007 17:32:25 +0000 (19:32 +0200)]
Vertical spacing: limit space between systems, using paper variables
page-limit-inter-system-space and
page-limit-inter-system-space-factor.

16 years agoFinal update for Accidentals; thanks Valentin!
Graham Percival [Tue, 17 Jul 2007 20:26:56 +0000 (13:26 -0700)]
Final update for Accidentals; thanks Valentin!

16 years agoAnother Accidental update.
Graham Percival [Mon, 16 Jul 2007 22:41:37 +0000 (15:41 -0700)]
Another Accidental update.

16 years agoduh.
Han-Wen Nienhuys [Mon, 16 Jul 2007 22:15:15 +0000 (15:15 -0700)]
duh.

16 years agofix other mass-link instance too.
Han-Wen Nienhuys [Mon, 16 Jul 2007 22:03:44 +0000 (15:03 -0700)]
fix other mass-link instance too.

16 years agoMore accidental stuff from Valentin.
Graham Percival [Mon, 16 Jul 2007 20:38:03 +0000 (13:38 -0700)]
More accidental stuff from Valentin.

16 years agoMerge branch 'master' of ssh+git://gpercival@git.sv.gnu.org/srv/git/lilypond
Graham Percival [Mon, 16 Jul 2007 18:41:44 +0000 (11:41 -0700)]
Merge branch 'master' of ssh+git://gpercival@git.sv.gnu.org/srv/git/lilypond

16 years agoValentin's clarification of accidental rules; now with examples! This
Graham Percival [Mon, 16 Jul 2007 18:39:58 +0000 (11:39 -0700)]
Valentin's clarification of accidental rules; now with examples!  This
has been bugging me for years.

16 years agoMerge http://git.sv.gnu.org/r/lilypond
Nicolas Sceaux [Mon, 16 Jul 2007 13:06:36 +0000 (15:06 +0200)]
Merge http://git.sv.gnu.org/r/lilypond