]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
16 years agoUpdate texinfo.tex from Texinfo CVS
John Mandereau [Sun, 30 Mar 2008 16:50:37 +0000 (18:50 +0200)]
Update texinfo.tex from Texinfo CVS

16 years ago(l|L)ilypond -> LilyPond, (U|u)nix -> UNIX, MacOs X -> MacOS X
Reinhold Kainhofer [Sun, 30 Mar 2008 14:29:04 +0000 (16:29 +0200)]
(l|L)ilypond -> LilyPond, (U|u)nix -> UNIX, MacOs X -> MacOS X

Okay'ed by Graham

16 years agoAdd regression test file for parenthesize patch
Reinhold Kainhofer [Sun, 30 Mar 2008 11:48:01 +0000 (13:48 +0200)]
Add regression test file for parenthesize patch

16 years agoFix parenthesize to work with single notes, rests and whole chords
Reinhold Kainhofer [Sun, 30 Mar 2008 11:45:00 +0000 (13:45 +0200)]
Fix parenthesize to work with single notes, rests and whole chords

By default, Lilypond's \parenthesize function (to put parentheses around notes,
articulations, etc.) only works on notes if they are written inside a chord.
In particular, \parenthesize c4 will not work, only <\parenthesize c>4 will.
Similarly, trying to parenthesize a rest will fail. The reason is that
internally, Lilypond understands c4 as <c>4, so the first example is
internally the same as \parenthesize <c>4. The apparent solution is to make
\parenthesize apply to all elements inside a chord instead of the chord
itself (which the current implementation does).

In fact, one can simply redefine the \parenthesize function, which sets
the parenthesize property of a music expression to ##t, so that if applied
to a chord, it will set this property for all note and rest children of a
chord. This immediately solves the problem of parenthesizing rests, as well
as allowing the parenthesizing of all notes inside a chord at once. All
other uses of \parenthesize continue working as usual. So, using the
redefinition of \parenthesize from the snippet, finally the following
commands work as expected:

    \parenthesize c4-. \parenthesize r4 \parenthesize <c e g>4->

16 years agoUpdate from Trevor.
Graham Percival [Sat, 29 Mar 2008 18:38:21 +0000 (11:38 -0700)]
Update from Trevor.

16 years agoPolicy updates.
Graham Percival [Sat, 29 Mar 2008 15:02:01 +0000 (08:02 -0700)]
Policy updates.

16 years agoUpdate policy.
Graham Percival [Sat, 29 Mar 2008 14:48:35 +0000 (07:48 -0700)]
Update policy.

16 years agoLSR: update.
Graham Percival [Sat, 29 Mar 2008 12:07:46 +0000 (05:07 -0700)]
LSR: update.

16 years agoSpelling fixes from Reinhold, thanks!
Graham Percival [Sat, 29 Mar 2008 11:54:56 +0000 (04:54 -0700)]
Spelling fixes from Reinhold, thanks!

16 years agoUpdate from Trevor.
Graham Percival [Fri, 28 Mar 2008 19:57:28 +0000 (12:57 -0700)]
Update from Trevor.

16 years agoTypo fix from Francisco, thanks!
Graham Percival [Fri, 28 Mar 2008 19:45:30 +0000 (12:45 -0700)]
Typo fix from Francisco, thanks!

16 years agoTypo fixeds from Francisco.
Graham Percival [Fri, 28 Mar 2008 11:04:49 +0000 (04:04 -0700)]
Typo fixeds from Francisco.

16 years agoTypo fix from Francisco.
Graham Percival [Thu, 27 Mar 2008 12:33:50 +0000 (05:33 -0700)]
Typo fix from Francisco.

16 years agoUpdate from Till.
Graham Percival [Thu, 27 Mar 2008 12:32:42 +0000 (05:32 -0700)]
Update from Till.

16 years agoSmall fixes from Till.
Graham Percival [Thu, 27 Mar 2008 03:54:10 +0000 (20:54 -0700)]
Small fixes from Till.

16 years agoUpdate from Till.
Graham Percival [Thu, 27 Mar 2008 03:40:07 +0000 (20:40 -0700)]
Update from Till.

16 years agoUpdate dir of snippets.
Graham Percival [Wed, 26 Mar 2008 17:51:44 +0000 (10:51 -0700)]
Update dir of snippets.

16 years agoMerge branch 'master' of git://git.sv.gnu.org/lilypond
Graham Percival [Wed, 26 Mar 2008 17:04:14 +0000 (10:04 -0700)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond

16 years agoUpdate from Ralph.
Graham Percival [Wed, 26 Mar 2008 16:54:38 +0000 (09:54 -0700)]
Update from Ralph.

16 years agoMerge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
John Mandereau [Wed, 26 Mar 2008 09:58:25 +0000 (10:58 +0100)]
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond

* 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond:
  LSR: update.

16 years agoJunk translated docs compilation unnecessary includes
John Mandereau [Wed, 26 Mar 2008 09:38:05 +0000 (10:38 +0100)]
Junk translated docs compilation unnecessary includes

16 years agoSpanish docs: fix compilation and update skeletons
John Mandereau [Wed, 26 Mar 2008 09:37:26 +0000 (10:37 +0100)]
Spanish docs: fix compilation and update skeletons

16 years agoLSR: update.
Graham Percival [Wed, 26 Mar 2008 09:01:03 +0000 (02:01 -0700)]
LSR: update.

16 years agoMerge branch 'lilypond/translation'
John Mandereau [Wed, 26 Mar 2008 07:13:57 +0000 (08:13 +0100)]
Merge branch 'lilypond/translation'

* lilypond/translation:
  The IR guide
  A better translation for Figured Bass
  Typo
  Tweaking methods
  Voices and Vocals, Fundamental finished
  Explicitly instantiating voices
  Hearing Voices
  Update of Documentation/po/de.po
  Scheme tutorial
  Update macro calls
  Scores and parts reloaded
  Fix Tweaks menu
  Tweaks, naming conventions
  Tweaks, introduction
  Fundamental, finished
  Po update
  Fix menu

16 years agoMerge branch 'master' of git://git.sv.gnu.org/lilypond
Graham Percival [Wed, 26 Mar 2008 07:07:58 +0000 (00:07 -0700)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond

16 years agoPatch for gcc 4.3
Graham Percival [Wed, 26 Mar 2008 07:07:35 +0000 (00:07 -0700)]
Patch for gcc 4.3

16 years agoThe IR guide
Francisco Vila [Tue, 25 Mar 2008 23:23:04 +0000 (00:23 +0100)]
The IR guide

16 years agofix compilation (lilypond-book's no-lily-run option changed to skip-lily-check)
Reinhold Kainhofer [Tue, 25 Mar 2008 22:59:46 +0000 (23:59 +0100)]
fix compilation (lilypond-book's no-lily-run option changed to skip-lily-check)

16 years agoA better translation for Figured Bass
Francisco Vila [Tue, 25 Mar 2008 19:16:36 +0000 (20:16 +0100)]
A better translation for Figured Bass

16 years agoTypo
Francisco Vila [Tue, 25 Mar 2008 12:28:57 +0000 (13:28 +0100)]
Typo

16 years agoTweaking methods
Francisco Vila [Tue, 25 Mar 2008 12:21:18 +0000 (13:21 +0100)]
Tweaking methods

towards a complete Spanish LM

16 years agoAdd \defaultTimeSignature to revert change; all the other
Graham Percival [Tue, 25 Mar 2008 11:44:02 +0000 (04:44 -0700)]
Add \defaultTimeSignature to revert change; all the other
macros in this file have \revert macros defined.

16 years agoAdd \numericTimeSignature because it's used so often, and for
Graham Percival [Tue, 25 Mar 2008 11:20:51 +0000 (04:20 -0700)]
Add \numericTimeSignature because it's used so often, and for
clarity of docs.

16 years agoVoices and Vocals, Fundamental finished
Francisco Vila [Tue, 25 Mar 2008 10:35:38 +0000 (11:35 +0100)]
Voices and Vocals, Fundamental finished

16 years agoExplicitly instantiating voices
Francisco Vila [Tue, 25 Mar 2008 09:37:38 +0000 (10:37 +0100)]
Explicitly instantiating voices

16 years agoHearing Voices
Francisco Vila [Tue, 25 Mar 2008 09:11:36 +0000 (10:11 +0100)]
Hearing Voices

16 years agoFinal touching up.
Graham Percival [Tue, 25 Mar 2008 08:16:05 +0000 (01:16 -0700)]
Final touching up.

16 years agoMerge branch 'master' of git://git.sv.gnu.org/lilypond
Graham Percival [Tue, 25 Mar 2008 07:15:38 +0000 (00:15 -0700)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond

16 years agoUpdate from Jay.
Graham Percival [Tue, 25 Mar 2008 07:14:12 +0000 (00:14 -0700)]
Update from Jay.

16 years agoUpdate from Till.
Graham Percival [Tue, 25 Mar 2008 07:12:15 +0000 (00:12 -0700)]
Update from Till.

16 years agoMerge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
Han-Wen Nienhuys [Tue, 25 Mar 2008 03:41:02 +0000 (00:41 -0300)]
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond

16 years agoAdd a --skip-png-check option.
Han-Wen Nienhuys [Tue, 25 Mar 2008 03:37:03 +0000 (00:37 -0300)]
Add a --skip-png-check option.

This fixes test generation, which generates PNGs only for changed
files.

16 years agoExplicitly record missing files
Han-Wen Nienhuys [Tue, 25 Mar 2008 03:22:01 +0000 (00:22 -0300)]
Explicitly record missing files

16 years agoAdd --no-lily-run option to lilypond-book.
Han-Wen Nienhuys [Tue, 25 Mar 2008 03:04:32 +0000 (00:04 -0300)]
Add --no-lily-run option to lilypond-book.

16 years agoMerge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond
Reinhold Kainhofer [Mon, 24 Mar 2008 21:09:10 +0000 (22:09 +0100)]
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond

16 years agoMusicXML: Convert accidental-marks on notes
Reinhold Kainhofer [Mon, 24 Mar 2008 19:25:17 +0000 (20:25 +0100)]
MusicXML: Convert accidental-marks on notes

Unfortunately, accidental-mark tags are direct children
of <notations> and not inside an <articulations>, <ornaments>
or <technical> tag, so we have to treat them manually, like
fermatas...

16 years agoMusicXML: Convert brackets as ligature brackets
Reinhold Kainhofer [Mon, 24 Mar 2008 19:16:02 +0000 (20:16 +0100)]
MusicXML: Convert brackets as ligature brackets

16 years agoUpdate of Documentation/po/de.po
Till Paala [Mon, 24 Mar 2008 13:07:45 +0000 (15:07 +0200)]
Update of Documentation/po/de.po

16 years agoScheme tutorial
Francisco Vila [Mon, 24 Mar 2008 09:53:39 +0000 (10:53 +0100)]
Scheme tutorial

16 years agoUpdate macro calls
Francisco Vila [Mon, 24 Mar 2008 09:15:23 +0000 (10:15 +0100)]
Update macro calls

Still some ruser calls remain in original

16 years agoScores and parts reloaded
Francisco Vila [Mon, 24 Mar 2008 09:04:01 +0000 (10:04 +0100)]
Scores and parts reloaded

16 years agoFix Tweaks menu
Francisco Vila [Mon, 24 Mar 2008 08:40:44 +0000 (09:40 +0100)]
Fix Tweaks menu

16 years agoTweaks, naming conventions
Francisco Vila [Mon, 24 Mar 2008 08:18:23 +0000 (09:18 +0100)]
Tweaks, naming conventions

16 years agoTweaks, introduction
Francisco Vila [Mon, 24 Mar 2008 08:07:24 +0000 (09:07 +0100)]
Tweaks, introduction

16 years agoFundamental, finished
Francisco Vila [Mon, 24 Mar 2008 07:24:43 +0000 (08:24 +0100)]
Fundamental, finished

First attempt

16 years agoLSR: update.
Graham Percival [Mon, 24 Mar 2008 04:31:42 +0000 (21:31 -0700)]
LSR: update.

(unfortunate timing; I noticed a lot of problems yesterday, so I
fixed a bunch of held off committing them to git)

16 years agoPo update
Francisco Vila [Sun, 23 Mar 2008 21:37:34 +0000 (22:37 +0100)]
Po update

16 years agoFix menu
Francisco Vila [Sun, 23 Mar 2008 20:24:10 +0000 (21:24 +0100)]
Fix menu

16 years agoformatting nits. release/2.11.43-1
Han-Wen Nienhuys [Sun, 23 Mar 2008 20:21:37 +0000 (17:21 -0300)]
formatting nits.

16 years agoDon't use ly.re
Han-Wen Nienhuys [Sun, 23 Mar 2008 20:19:57 +0000 (17:19 -0300)]
Don't use ly.re

16 years agoAdd out/ to .gitignore.
Han-Wen Nienhuys [Sun, 23 Mar 2008 19:19:11 +0000 (16:19 -0300)]
Add out/ to .gitignore.

16 years agoFurther lilypond-book fixes:
Han-Wen Nienhuys [Sun, 23 Mar 2008 18:35:44 +0000 (15:35 -0300)]
Further lilypond-book fixes:

* Formatting of i18n'd error messages

* Do not output complete paths into texi/html files.

* Copy .texidoc too.

16 years agoremove unused methods.
Han-Wen Nienhuys [Sun, 23 Mar 2008 18:14:13 +0000 (15:14 -0300)]
remove unused methods.

16 years agoRemove stray ';' in file names.
Han-Wen Nienhuys [Sun, 23 Mar 2008 18:13:57 +0000 (15:13 -0300)]
Remove stray ';' in file names.

16 years agoMerge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
Han-Wen Nienhuys [Sun, 23 Mar 2008 17:50:15 +0000 (14:50 -0300)]
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond

Conflicts:

Documentation/user/pitches.itely
scripts/lilypond-book.py

16 years agoConsider pdf as optional file.
Han-Wen Nienhuys [Sun, 23 Mar 2008 17:38:31 +0000 (14:38 -0300)]
Consider pdf as optional file.

16 years agoUpdate translations status
John Mandereau [Sun, 23 Mar 2008 17:17:58 +0000 (18:17 +0100)]
Update translations status

16 years agofold together ly_is_outdated()/png_is_outdated() using all_output_files()
Han-Wen Nienhuys [Sun, 23 Mar 2008 17:17:42 +0000 (14:17 -0300)]
fold together ly_is_outdated()/png_is_outdated() using all_output_files()

16 years agoWhitespace nitpick
John Mandereau [Sun, 23 Mar 2008 17:14:40 +0000 (18:14 +0100)]
Whitespace nitpick

16 years agoFix docs compilation
John Mandereau [Sun, 23 Mar 2008 17:13:16 +0000 (18:13 +0100)]
Fix docs compilation

16 years agoDon't read ondisk .ly file: hashing should ensure integrity.
Han-Wen Nienhuys [Sun, 23 Mar 2008 17:04:15 +0000 (14:04 -0300)]
Don't read ondisk .ly file: hashing should ensure integrity.

16 years agoFurther cleanups:
Han-Wen Nienhuys [Sun, 23 Mar 2008 17:02:23 +0000 (14:02 -0300)]
Further cleanups:

* x in foo.keys => x in foo

* cut down on use of global_options

* Indent fixes

* Use list comprehensions.

16 years agoRemove debug prints.
Han-Wen Nienhuys [Sun, 23 Mar 2008 16:39:24 +0000 (13:39 -0300)]
Remove debug prints.

16 years agoFurther lilypond-book cleanup:
Han-Wen Nienhuys [Sun, 23 Mar 2008 16:37:54 +0000 (13:37 -0300)]
Further lilypond-book cleanup:

* Remove psfonts support.

  Users should include fonts with

  gs-load-fonts (optional)
  eps-include-fonts

* Remove output name support: we only support output dir now.

* Share lily-XXXX files for web compile in topdir/out/lybook-db

16 years agoUpdate doc POs
John Mandereau [Sun, 23 Mar 2008 15:29:56 +0000 (16:29 +0100)]
Update doc POs

16 years agoMerge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
John Mandereau [Sun, 23 Mar 2008 15:27:52 +0000 (16:27 +0100)]
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond

* 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond:
  Full update of Spanish Po file
  Completing fix of bad cross references -- first attempt

16 years agoMisc translation infrastructure and doc fixes
John Mandereau [Sun, 23 Mar 2008 15:26:02 +0000 (16:26 +0100)]
Misc translation infrastructure and doc fixes

16 years agoUpdate LSR
John Mandereau [Sun, 23 Mar 2008 14:52:20 +0000 (15:52 +0100)]
Update LSR

16 years agoUpdate TRANSLATION
John Mandereau [Sun, 23 Mar 2008 14:47:50 +0000 (15:47 +0100)]
Update TRANSLATION

16 years agoSmall French updates, including texidoc test
John Mandereau [Sun, 23 Mar 2008 14:47:13 +0000 (15:47 +0100)]
Small French updates, including texidoc test

16 years agoAdd support for LSR snippets texidocs translation
John Mandereau [Sun, 23 Mar 2008 14:40:17 +0000 (15:40 +0100)]
Add support for LSR snippets texidocs translation

Additional makelsr.py bugfixes:

- quote file names (for file names with semicolons)

- do not call lilypond with nice; the user should decide himself
  which process priority he wants to update LSR with.

16 years agoImprove translation checking and share duplicate buildscripts code
John Mandereau [Sun, 23 Mar 2008 14:32:46 +0000 (15:32 +0100)]
Improve translation checking and share duplicate buildscripts code

- share translations git diff code in buildscripts/buildlib.py

- check_translation.py: add --update option to call EDITOR
  automatically

- improve check_translation user interface (Documentation/GNUmakefile
  targets)

16 years agoFull update of Spanish Po file
Francisco Vila [Sun, 23 Mar 2008 09:19:24 +0000 (10:19 +0100)]
Full update of Spanish Po file

16 years agoCompleting fix of bad cross references -- first attempt
Francisco Vila [Sun, 23 Mar 2008 08:29:57 +0000 (09:29 +0100)]
Completing fix of bad cross references -- first attempt

16 years agothinko.
Han-Wen Nienhuys [Sun, 23 Mar 2008 07:32:16 +0000 (04:32 -0300)]
thinko.

16 years agolilypond-book cleanups:
Han-Wen Nienhuys [Sun, 23 Mar 2008 05:57:30 +0000 (02:57 -0300)]
lilypond-book cleanups:

* Remove texstr support in lilypond-book

* add support for lily-output-dir, a shared output directory.  This
  should bring down doc compile times, since each snippet is processed
  only once.

16 years agoSmall tweaks.
Graham Percival [Sun, 23 Mar 2008 05:26:34 +0000 (22:26 -0700)]
Small tweaks.

16 years agoFix recently added snippets. (we no longer compile snippets in input/new/
Graham Percival [Sun, 23 Mar 2008 04:16:50 +0000 (21:16 -0700)]
Fix recently added snippets.  (we no longer compile snippets in input/new/
directly, so I didn't notice these errors)

16 years agolilypond-book Python PEP style fixes.
Han-Wen Nienhuys [Sat, 22 Mar 2008 23:52:56 +0000 (20:52 -0300)]
lilypond-book Python PEP style fixes.

16 years agoComment out missing snippet file.
Han-Wen Nienhuys [Sat, 22 Mar 2008 22:37:26 +0000 (19:37 -0300)]
Comment out missing snippet file.

16 years agoDon't Graham's compile logs.
Han-Wen Nienhuys [Sat, 22 Mar 2008 22:18:23 +0000 (19:18 -0300)]
Don't Graham's compile logs.

16 years agoBump version.
Han-Wen Nienhuys [Sat, 22 Mar 2008 18:16:00 +0000 (15:16 -0300)]
Bump version.

16 years agoUpdate from Jay.
Graham Percival [Sat, 22 Mar 2008 16:31:37 +0000 (09:31 -0700)]
Update from Jay.

16 years agoMusicXML: Rename build files to indicate they are for musicxml
Reinhold Kainhofer [Sat, 22 Mar 2008 08:02:51 +0000 (09:02 +0100)]
MusicXML: Rename build files to indicate they are for musicxml

16 years agoFix typo in comment
Reinhold Kainhofer [Sat, 22 Mar 2008 07:54:42 +0000 (08:54 +0100)]
Fix typo in comment

16 years agoMerge branch 'master' of git://git.sv.gnu.org/lilypond
Graham Percival [Sat, 22 Mar 2008 05:49:15 +0000 (22:49 -0700)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond

16 years agoTwo new snippets.
Graham Percival [Sat, 22 Mar 2008 05:48:13 +0000 (22:48 -0700)]
Two new snippets.

16 years agoAdd \compressFullBarRests and \expandFullBarRests
Graham Percival [Sat, 22 Mar 2008 05:47:52 +0000 (22:47 -0700)]
Add \compressFullBarRests and \expandFullBarRests

16 years agoMerge branch 'master' into lilypond/translation
John Mandereau [Fri, 21 Mar 2008 20:48:56 +0000 (21:48 +0100)]
Merge branch 'master' into lilypond/translation

* master:
  Grace defaults for Script and AccidentalCautionary
  Documentation: Fix warnings in html
  Update word counts automatically with translations-status.py
  LSR: update.
  Rearrange stubs for future doc work.
  lilypond-book: Generate valid HTML 4.01 Transistional
  Fix @warning{} box.
  Add stub.

16 years agoGrace defaults for Script and AccidentalCautionary
Neil Puttock [Mon, 17 Mar 2008 22:33:53 +0000 (22:33 +0000)]
Grace defaults for Script and AccidentalCautionary