]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
16 years agoMerge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev...
Reinhold Kainhofer [Mon, 31 Mar 2008 21:26:36 +0000 (23:26 +0200)]
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev/texi2html

16 years agoDocumentation: Add the @bs{} macro for backslashes in warnings
Reinhold Kainhofer [Mon, 31 Mar 2008 21:23:05 +0000 (23:23 +0200)]
Documentation: Add the @bs{} macro for backslashes in warnings

-) @bs{} to produce backslashes in warnings (which are now also
   correctly converted to a single backslash in pdf
-) Update writing-texinfo.txt accordingly
-) Adjust the one place in the tutorial that caused problems

16 years agoMove "new dynamic marks" into expressive.
Graham Percival [Mon, 31 Mar 2008 16:13:26 +0000 (09:13 -0700)]
Move "new dynamic marks" into expressive.

16 years agoAnother @ref fix.
Graham Percival [Mon, 31 Mar 2008 14:52:28 +0000 (07:52 -0700)]
Another @ref fix.

16 years agoUpdate @node names.
Graham Percival [Mon, 31 Mar 2008 14:49:51 +0000 (07:49 -0700)]
Update @node names.

16 years agoUpdate from Valentin.
Graham Percival [Mon, 31 Mar 2008 14:49:14 +0000 (07:49 -0700)]
Update from Valentin.

16 years agoTypo.
Graham Percival [Mon, 31 Mar 2008 14:48:24 +0000 (07:48 -0700)]
Typo.

16 years agoStyle update.
Graham Percival [Mon, 31 Mar 2008 14:47:37 +0000 (07:47 -0700)]
Style update.

16 years agoRemoved CVG-ness in docs for Graham :)
Valentin Villenave [Tue, 1 Apr 2008 07:33:33 +0000 (09:33 +0200)]
Removed CVG-ness in docs for Graham :)

16 years agoUpdate from Kurt.
Graham Percival [Sun, 30 Mar 2008 23:29:04 +0000 (16:29 -0700)]
Update from Kurt.

16 years agoUpdate with GDP info.
Graham Percival [Sun, 30 Mar 2008 23:00:42 +0000 (16:00 -0700)]
Update with GDP info.

16 years agoSnippets update from Neil Puttock, thanks!
Graham Percival [Sun, 30 Mar 2008 22:54:47 +0000 (15:54 -0700)]
Snippets update from Neil Puttock, thanks!

16 years agoMerge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
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

16 years agoDocumentation: Fix cross reference names in PDF generation of the docs
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.

16 years agoAnother compile fix.
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)

16 years agoCompile fix.
Graham Percival [Sun, 30 Mar 2008 17:42:02 +0000 (10:42 -0700)]
Compile fix.

16 years agoAdd reminder for parenthesis.
Graham Percival [Sun, 30 Mar 2008 17:22:53 +0000 (10:22 -0700)]
Add reminder for parenthesis.

16 years agoUpdate from Valentin.
Graham Percival [Sun, 30 Mar 2008 17:21:49 +0000 (10:21 -0700)]
Update from Valentin.

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 agoStrip pathnames from filenames inserted into PFB font names. release/2.11.43-2
Han-Wen Nienhuys [Thu, 27 Mar 2008 03:30:47 +0000 (00:30 -0300)]
Strip pathnames from filenames inserted into PFB font names.

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://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev...
Reinhold Kainhofer [Wed, 26 Mar 2008 13:40:38 +0000 (14:40 +0100)]
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev/texi2html

16 years agotexi2html: Update make rules for texi2html (order of the args, output files/dirs...
Reinhold Kainhofer [Wed, 26 Mar 2008 13:40:00 +0000 (14:40 +0100)]
texi2html: Update make rules for texi2html (order of the args, output files/dirs, etc)

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 agoUpdate lilypond-book flag name in lilypond-vars.make too.
Han-Wen Nienhuys [Wed, 26 Mar 2008 05:36:51 +0000 (02:36 -0300)]
Update lilypond-book flag name in lilypond-vars.make too.

16 years agoUse list comprehension instead of iteration.
Han-Wen Nienhuys [Wed, 26 Mar 2008 02:03:05 +0000 (23:03 -0300)]
Use list comprehension instead of iteration.

16 years agotexi2html: Fix section names in navigation links
Reinhold Kainhofer [Tue, 25 Mar 2008 23:38:43 +0000 (00:38 +0100)]
texi2html: Fix section names in navigation links

I messed those up while updating the function to generate the navigation
with the new accesskey code...

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 agotexi2html: Remove debug output
Reinhold Kainhofer [Tue, 25 Mar 2008 23:12:21 +0000 (00:12 +0100)]
texi2html: Remove debug output

16 years agotexi2html: Add support for @translationof; Rearrange the init file
Reinhold Kainhofer [Tue, 25 Mar 2008 23:10:36 +0000 (00:10 +0100)]
texi2html: Add support for @translationof; Rearrange the init file

@translationof after a @section now provides the original english section
name, which should be used for file naming. The value of @section (or
@subsection etc.) will be displayed in the HTML file, but the link will
point to the file named after the original section namen. This now allows
section titles to be translated directly in the .texi file.

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 agoMerge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev...
Reinhold Kainhofer [Tue, 25 Mar 2008 17:36:05 +0000 (18:36 +0100)]
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev/texi2html

16 years agotexi2html: Add support for accesskeys, links and rel/rev, also try the 'unknown'...
Reinhold Kainhofer [Tue, 25 Mar 2008 17:33:14 +0000 (18:33 +0100)]
texi2html: Add support for accesskeys, links and rel/rev, also try the 'unknown' hook

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 into dev...
Reinhold Kainhofer [Mon, 24 Mar 2008 21:19:16 +0000 (22:19 +0100)]
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev/texi2html

16 years agotexi2html: Do the language option assignments globally
Reinhold Kainhofer [Mon, 24 Mar 2008 19:10:45 +0000 (20:10 +0100)]
texi2html: Do the language option assignments globally

Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
16 years agotexi2html: The <body> tag now also contains some attributes
Reinhold Kainhofer [Mon, 24 Mar 2008 19:09:34 +0000 (20:09 +0100)]
texi2html: The <body> tag now also contains some attributes

TODO: Make sure the attributes are preserved (in particular,
the language of the file)

Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
16 years agoTexi2html: Add the style sheet and init file
Reinhold Kainhofer [Sun, 23 Mar 2008 13:30:53 +0000 (14:30 +0100)]
Texi2html: Add the style sheet and init file

Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
16 years agoFurther attempts to make the docs build with texi2html
Reinhold Kainhofer [Sat, 22 Mar 2008 07:56:23 +0000 (08:56 +0100)]
Further attempts to make the docs build with texi2html

Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
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