]>
git.donarmstrong.com Git - lilypond.git/log
Graham Percival [Mon, 31 Mar 2008 14:47:37 +0000 (07:47 -0700)]
Style update.
Valentin Villenave [Tue, 1 Apr 2008 07:33:33 +0000 (09:33 +0200)]
Removed CVG-ness in docs for Graham :)
Graham Percival [Sun, 30 Mar 2008 23:29:04 +0000 (16:29 -0700)]
Update from Kurt.
Graham Percival [Sun, 30 Mar 2008 23:00:42 +0000 (16:00 -0700)]
Update with GDP info.
Graham Percival [Sun, 30 Mar 2008 22:54:47 +0000 (15:54 -0700)]
Snippets update from Neil Puttock, thanks!
Han-Wen Nienhuys [Sun, 30 Mar 2008 18:15:07 +0000 (15:15 -0300)]
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
Reinhold Kainhofer [Sun, 30 Mar 2008 18:05:44 +0000 (20:05 +0200)]
Documentation: Fix cross reference names in PDF generation of the docs
For cross-references to other documents, one should always use the
five-argument version of @ref (where the fifth argument is the displayed
name of the other document). There won't be a reference to a particular
page, only to the section given by the node name and the name of the
other manual.
Graham Percival [Sun, 30 Mar 2008 17:44:25 +0000 (10:44 -0700)]
Another compile fix.
(sorry, I thought it was all building correctly, but the script
didn't stop when it encountered an error, so the last hundred
lines of the script output still looked good)
Graham Percival [Sun, 30 Mar 2008 17:42:02 +0000 (10:42 -0700)]
Compile fix.
Graham Percival [Sun, 30 Mar 2008 17:22:53 +0000 (10:22 -0700)]
Add reminder for parenthesis.
Graham Percival [Sun, 30 Mar 2008 17:21:49 +0000 (10:21 -0700)]
Update from Valentin.
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
Reinhold Kainhofer [Sun, 30 Mar 2008 11:48:01 +0000 (13:48 +0200)]
Add regression test file for parenthesize patch
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->
Graham Percival [Sat, 29 Mar 2008 18:38:21 +0000 (11:38 -0700)]
Update from Trevor.
Graham Percival [Sat, 29 Mar 2008 15:02:01 +0000 (08:02 -0700)]
Policy updates.
Graham Percival [Sat, 29 Mar 2008 14:48:35 +0000 (07:48 -0700)]
Update policy.
Graham Percival [Sat, 29 Mar 2008 12:07:46 +0000 (05:07 -0700)]
LSR: update.
Graham Percival [Sat, 29 Mar 2008 11:54:56 +0000 (04:54 -0700)]
Spelling fixes from Reinhold, thanks!
Graham Percival [Fri, 28 Mar 2008 19:57:28 +0000 (12:57 -0700)]
Update from Trevor.
Graham Percival [Fri, 28 Mar 2008 19:45:30 +0000 (12:45 -0700)]
Typo fix from Francisco, thanks!
Graham Percival [Fri, 28 Mar 2008 11:04:49 +0000 (04:04 -0700)]
Typo fixeds from Francisco.
Graham Percival [Thu, 27 Mar 2008 12:33:50 +0000 (05:33 -0700)]
Typo fix from Francisco.
Graham Percival [Thu, 27 Mar 2008 12:32:42 +0000 (05:32 -0700)]
Update from Till.
Graham Percival [Thu, 27 Mar 2008 03:54:10 +0000 (20:54 -0700)]
Small fixes from Till.
Graham Percival [Thu, 27 Mar 2008 03:40:07 +0000 (20:40 -0700)]
Update from Till.
Han-Wen Nienhuys [Thu, 27 Mar 2008 03:30:47 +0000 (00:30 -0300)]
Strip pathnames from filenames inserted into PFB font names.
Graham Percival [Wed, 26 Mar 2008 17:51:44 +0000 (10:51 -0700)]
Update dir of snippets.
Graham Percival [Wed, 26 Mar 2008 17:04:14 +0000 (10:04 -0700)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond
Graham Percival [Wed, 26 Mar 2008 16:54:38 +0000 (09:54 -0700)]
Update from Ralph.
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.
John Mandereau [Wed, 26 Mar 2008 09:38:05 +0000 (10:38 +0100)]
Junk translated docs compilation unnecessary includes
John Mandereau [Wed, 26 Mar 2008 09:37:26 +0000 (10:37 +0100)]
Spanish docs: fix compilation and update skeletons
Graham Percival [Wed, 26 Mar 2008 09:01:03 +0000 (02:01 -0700)]
LSR: update.
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
Graham Percival [Wed, 26 Mar 2008 07:07:58 +0000 (00:07 -0700)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond
Graham Percival [Wed, 26 Mar 2008 07:07:35 +0000 (00:07 -0700)]
Patch for gcc 4.3
Han-Wen Nienhuys [Wed, 26 Mar 2008 05:36:51 +0000 (02:36 -0300)]
Update lilypond-book flag name in lilypond-vars.make too.
Han-Wen Nienhuys [Wed, 26 Mar 2008 02:03:05 +0000 (23:03 -0300)]
Use list comprehension instead of iteration.
Francisco Vila [Tue, 25 Mar 2008 23:23:04 +0000 (00:23 +0100)]
The IR guide
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)
Francisco Vila [Tue, 25 Mar 2008 19:16:36 +0000 (20:16 +0100)]
A better translation for Figured Bass
Francisco Vila [Tue, 25 Mar 2008 12:28:57 +0000 (13:28 +0100)]
Typo
Francisco Vila [Tue, 25 Mar 2008 12:21:18 +0000 (13:21 +0100)]
Tweaking methods
towards a complete Spanish LM
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.
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.
Francisco Vila [Tue, 25 Mar 2008 10:35:38 +0000 (11:35 +0100)]
Voices and Vocals, Fundamental finished
Francisco Vila [Tue, 25 Mar 2008 09:37:38 +0000 (10:37 +0100)]
Explicitly instantiating voices
Francisco Vila [Tue, 25 Mar 2008 09:11:36 +0000 (10:11 +0100)]
Hearing Voices
Graham Percival [Tue, 25 Mar 2008 08:16:05 +0000 (01:16 -0700)]
Final touching up.
Graham Percival [Tue, 25 Mar 2008 07:15:38 +0000 (00:15 -0700)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond
Graham Percival [Tue, 25 Mar 2008 07:14:12 +0000 (00:14 -0700)]
Update from Jay.
Graham Percival [Tue, 25 Mar 2008 07:12:15 +0000 (00:12 -0700)]
Update from Till.
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
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.
Han-Wen Nienhuys [Tue, 25 Mar 2008 03:22:01 +0000 (00:22 -0300)]
Explicitly record missing files
Han-Wen Nienhuys [Tue, 25 Mar 2008 03:04:32 +0000 (00:04 -0300)]
Add --no-lily-run option to lilypond-book.
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
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...
Reinhold Kainhofer [Mon, 24 Mar 2008 19:16:02 +0000 (20:16 +0100)]
MusicXML: Convert brackets as ligature brackets
Till Paala [Mon, 24 Mar 2008 13:07:45 +0000 (15:07 +0200)]
Update of Documentation/po/de.po
Francisco Vila [Mon, 24 Mar 2008 09:53:39 +0000 (10:53 +0100)]
Scheme tutorial
Francisco Vila [Mon, 24 Mar 2008 09:15:23 +0000 (10:15 +0100)]
Update macro calls
Still some ruser calls remain in original
Francisco Vila [Mon, 24 Mar 2008 09:04:01 +0000 (10:04 +0100)]
Scores and parts reloaded
Francisco Vila [Mon, 24 Mar 2008 08:40:44 +0000 (09:40 +0100)]
Fix Tweaks menu
Francisco Vila [Mon, 24 Mar 2008 08:18:23 +0000 (09:18 +0100)]
Tweaks, naming conventions
Francisco Vila [Mon, 24 Mar 2008 08:07:24 +0000 (09:07 +0100)]
Tweaks, introduction
Francisco Vila [Mon, 24 Mar 2008 07:24:43 +0000 (08:24 +0100)]
Fundamental, finished
First attempt
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)
Francisco Vila [Sun, 23 Mar 2008 21:37:34 +0000 (22:37 +0100)]
Po update
Francisco Vila [Sun, 23 Mar 2008 20:24:10 +0000 (21:24 +0100)]
Fix menu
Han-Wen Nienhuys [Sun, 23 Mar 2008 20:21:37 +0000 (17:21 -0300)]
formatting nits.
Han-Wen Nienhuys [Sun, 23 Mar 2008 20:19:57 +0000 (17:19 -0300)]
Don't use ly.re
Han-Wen Nienhuys [Sun, 23 Mar 2008 19:19:11 +0000 (16:19 -0300)]
Add out/ to .gitignore.
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.
Han-Wen Nienhuys [Sun, 23 Mar 2008 18:14:13 +0000 (15:14 -0300)]
remove unused methods.
Han-Wen Nienhuys [Sun, 23 Mar 2008 18:13:57 +0000 (15:13 -0300)]
Remove stray ';' in file names.
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
Han-Wen Nienhuys [Sun, 23 Mar 2008 17:38:31 +0000 (14:38 -0300)]
Consider pdf as optional file.
John Mandereau [Sun, 23 Mar 2008 17:17:58 +0000 (18:17 +0100)]
Update translations status
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()
John Mandereau [Sun, 23 Mar 2008 17:14:40 +0000 (18:14 +0100)]
Whitespace nitpick
John Mandereau [Sun, 23 Mar 2008 17:13:16 +0000 (18:13 +0100)]
Fix docs compilation
Han-Wen Nienhuys [Sun, 23 Mar 2008 17:04:15 +0000 (14:04 -0300)]
Don't read ondisk .ly file: hashing should ensure integrity.
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.
Han-Wen Nienhuys [Sun, 23 Mar 2008 16:39:24 +0000 (13:39 -0300)]
Remove debug prints.
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
John Mandereau [Sun, 23 Mar 2008 15:29:56 +0000 (16:29 +0100)]
Update doc POs
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
John Mandereau [Sun, 23 Mar 2008 15:26:02 +0000 (16:26 +0100)]
Misc translation infrastructure and doc fixes
John Mandereau [Sun, 23 Mar 2008 14:52:20 +0000 (15:52 +0100)]
Update LSR
John Mandereau [Sun, 23 Mar 2008 14:47:50 +0000 (15:47 +0100)]
Update TRANSLATION
John Mandereau [Sun, 23 Mar 2008 14:47:13 +0000 (15:47 +0100)]
Small French updates, including texidoc test
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.
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)
Francisco Vila [Sun, 23 Mar 2008 09:19:24 +0000 (10:19 +0100)]
Full update of Spanish Po file
Francisco Vila [Sun, 23 Mar 2008 08:29:57 +0000 (09:29 +0100)]
Completing fix of bad cross references -- first attempt
Han-Wen Nienhuys [Sun, 23 Mar 2008 07:32:16 +0000 (04:32 -0300)]
thinko.
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.
Graham Percival [Sun, 23 Mar 2008 05:26:34 +0000 (22:26 -0700)]
Small tweaks.