]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
15 years agoDocs: compile fix. release/2.13.0-0
Neil Puttock [Sat, 28 Feb 2009 18:05:34 +0000 (18:05 +0000)]
Docs: compile fix.

15 years agoClean formatting on ly/music-functions-init.ly
Carl Sorensen [Sat, 28 Feb 2009 17:14:15 +0000 (10:14 -0700)]
Clean formatting on ly/music-functions-init.ly

15 years agoAdd doc strings for functions applyOutput to bar (inclusive).
Andrew Wilson [Wed, 25 Feb 2009 00:22:45 +0000 (00:22 +0000)]
Add doc strings for functions applyOutput to bar (inclusive).

15 years agoMerge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond
Carl Sorensen [Sat, 28 Feb 2009 16:24:52 +0000 (09:24 -0700)]
Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond

15 years agoAdd internationalization to dosctring for table-of-contents markup
Carl Sorensen [Sat, 28 Feb 2009 16:21:26 +0000 (09:21 -0700)]
Add internationalization to dosctring for table-of-contents markup

Contributed by Marek Klein

15 years agoMerge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
John Mandereau [Sat, 28 Feb 2009 05:51:58 +0000 (06:51 +0100)]
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond

15 years agoDocs: update translations status
John Mandereau [Sat, 28 Feb 2009 05:46:59 +0000 (06:46 +0100)]
Docs: update translations status

15 years agoRemove Japanese translation for texi2html
John Mandereau [Sat, 28 Feb 2009 05:44:48 +0000 (06:44 +0100)]
Remove Japanese translation for texi2html

This file should be included in Texi2html package itself.

15 years agoMerge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond
Carl Sorensen [Sat, 28 Feb 2009 00:29:58 +0000 (17:29 -0700)]
Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond

15 years agoMIDI 47: orchestral strings -> orchestral harp
Andrew Hawryluk [Fri, 27 Feb 2009 22:29:39 +0000 (15:29 -0700)]
MIDI 47: orchestral strings -> orchestral harp

15 years agoMerge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
John Mandereau [Fri, 27 Feb 2009 22:15:15 +0000 (23:15 +0100)]
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond

15 years agofixed sectioning
Jonathan Kulp [Fri, 27 Feb 2009 13:21:09 +0000 (07:21 -0600)]
fixed sectioning

15 years agoFix unreferenced node "Compiling from source"
Jonathan Kulp [Fri, 27 Feb 2009 03:12:23 +0000 (21:12 -0600)]
Fix unreferenced node "Compiling from source"

15 years agoDoc-es: update of Templates.
Francisco Vila [Thu, 26 Feb 2009 16:25:00 +0000 (17:25 +0100)]
Doc-es: update of Templates.

15 years agoDoc-es: updates from Master.
Francisco Vila [Thu, 26 Feb 2009 16:18:31 +0000 (17:18 +0100)]
Doc-es: updates from Master.

15 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Thu, 26 Feb 2009 15:34:29 +0000 (16:34 +0100)]
Merge branch 'master' into lilypond/translation

15 years agoDocs: LM App 5.1: typo
Trevor Daniels [Thu, 26 Feb 2009 09:27:19 +0000 (09:27 +0000)]
Docs: LM App 5.1: typo

15 years agoDoc-de: update texidoc
Till Paala [Wed, 25 Feb 2009 18:52:08 +0000 (20:52 +0200)]
Doc-de: update texidoc

15 years agoDoc-de: update texidocs
Till Paala [Wed, 25 Feb 2009 18:50:21 +0000 (20:50 +0200)]
Doc-de: update texidocs

15 years agoDocs: add new snippet to lsr
Trevor Daniels [Wed, 25 Feb 2009 11:09:17 +0000 (11:09 +0000)]
Docs: add new snippet to lsr

15 years agoRemove a debug command from convert-ly
Francisco Vila [Tue, 24 Feb 2009 15:57:07 +0000 (16:57 +0100)]
Remove a debug command from convert-ly

15 years agoDocs: CG: fix previous patch
Trevor Daniels [Tue, 24 Feb 2009 14:14:22 +0000 (14:14 +0000)]
Docs: CG: fix previous patch

15 years agoTypo fix in git-starting, add AU 1 to CG, fix url margin problem in doc-work
Jonathan Kulp [Tue, 24 Feb 2009 03:04:15 +0000 (21:04 -0600)]
Typo fix in git-starting, add AU 1 to CG, fix url margin problem in doc-work

15 years agoDocs: remove trailing space
Trevor Daniels [Tue, 24 Feb 2009 12:25:05 +0000 (12:25 +0000)]
Docs: remove trailing space

15 years agoDoc-de: adding texidocs for NR2
Till Paala [Mon, 23 Feb 2009 18:14:34 +0000 (20:14 +0200)]
Doc-de: adding texidocs for NR2

15 years agoDocs: LM App A: revised template
Trevor Daniels [Mon, 23 Feb 2009 17:09:41 +0000 (17:09 +0000)]
Docs: LM App A: revised template

15 years agouse correct left to right ordering in keySignature list
Reinhold Kainhofer [Sun, 30 Nov 2008 20:08:49 +0000 (21:08 +0100)]
use correct left to right ordering in keySignature list

The keySignature property list of the KeySignature so far was using
reversed order (e.g. the rightmost accidental came first). This was
quite confusing when manually setting non-standard key signatures like
  \set Staff.keySignature = #`(((0 . 3) . ,SHARP)
                               ((0 . 5) . ,FLAT)
                               ((0 . 6) . ,FLAT))
In this example, you got bes, as, fis in that reversed order rather than
in the order in which you list the alterations. Now, you'll get fis, as,
bes in that (expected) order.

Also update the snippets and add convert-ly check to warn users about the
reversion (the keySignature property was hardly ever used, though).

15 years agoFix convert-ly (missing parenthesis)
Reinhold Kainhofer [Mon, 23 Feb 2009 14:08:04 +0000 (15:08 +0100)]
Fix convert-ly (missing parenthesis)

15 years agoBegin 2.13 branch.
Graham Percival [Mon, 23 Feb 2009 13:52:08 +0000 (21:52 +0800)]
Begin 2.13 branch.

15 years agoRemove oldaddlyrics; contributed by Ian Hulin
Carl Sorensen [Mon, 23 Feb 2009 01:54:55 +0000 (18:54 -0700)]
Remove oldaddlyrics; contributed by Ian Hulin

15 years agoDocs: NR 4.6.2: Explain effect of system-count
Trevor Daniels [Sun, 22 Feb 2009 22:11:00 +0000 (22:11 +0000)]
Docs: NR 4.6.2: Explain effect of system-count

15 years agoDoc-de: fix references
Till Paala [Sun, 22 Feb 2009 16:36:23 +0000 (18:36 +0200)]
Doc-de: fix references

15 years agoDoc-de: Updates for ancient.itely
Till Paala [Sun, 22 Feb 2009 16:01:22 +0000 (18:01 +0200)]
Doc-de: Updates for ancient.itely

15 years agoDocs: LM App A: Add orchestral template
Trevor Daniels [Sun, 22 Feb 2009 11:37:52 +0000 (11:37 +0000)]
Docs: LM App A: Add orchestral template

15 years agoChanged "lastest" to "latest"
Jonathan Kulp [Sat, 21 Feb 2009 22:58:02 +0000 (16:58 -0600)]
Changed "lastest" to "latest"

15 years agoFix typo "lastest" to "latest" and numerous @qq{} spots
Jonathan Kulp [Sat, 21 Feb 2009 00:00:20 +0000 (18:00 -0600)]
Fix typo "lastest" to "latest" and numerous @qq{} spots

15 years agoMinor fixes to lilypond mode in emacs.
Dieter Grollmann [Wed, 18 Feb 2009 18:58:25 +0000 (19:58 +0100)]
Minor fixes to lilypond mode in emacs.

15 years agoReplace "" with @qq{}.
Graham Percival [Wed, 18 Feb 2009 14:41:11 +0000 (22:41 +0800)]
Replace "" with @qq{}.

15 years agoMerge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
John Mandereau [Wed, 18 Feb 2009 14:31:18 +0000 (15:31 +0100)]
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond

15 years agoDocs: update LSR, mostly fixing German texidocs
John Mandereau [Wed, 18 Feb 2009 14:01:00 +0000 (15:01 +0100)]
Docs: update LSR, mostly fixing German texidocs

15 years agoDocs: NR 5.1.3: better examples
Trevor Daniels [Wed, 18 Feb 2009 13:44:44 +0000 (13:44 +0000)]
Docs: NR 5.1.3: better examples

15 years agoDocs: CG 5.3: Fixme
Jonathan Kulp [Wed, 18 Feb 2009 12:14:53 +0000 (12:14 +0000)]
Docs: CG 5.3: Fixme

15 years agoMerge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
John Mandereau [Wed, 18 Feb 2009 11:07:13 +0000 (12:07 +0100)]
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond

15 years agoDocs: NR 2.1, 2.2: link to Keeping contexts alive
Trevor Daniels [Tue, 17 Feb 2009 16:00:12 +0000 (16:00 +0000)]
Docs: NR 2.1, 2.2: link to Keeping contexts alive

15 years agoDoc-es: update from Master.
Francisco Vila [Tue, 17 Feb 2009 14:31:55 +0000 (15:31 +0100)]
Doc-es: update from Master.

15 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Tue, 17 Feb 2009 10:51:56 +0000 (11:51 +0100)]
Merge branch 'master' into lilypond/translation

15 years agoDocs: NR 5.1: add keeping contexts alive
Trevor Daniels [Tue, 17 Feb 2009 10:21:15 +0000 (10:21 +0000)]
Docs: NR 5.1: add keeping contexts alive

15 years agoMerge branch 'master' into lilypond/translation
John Mandereau [Mon, 16 Feb 2009 00:32:15 +0000 (01:32 +0100)]
Merge branch 'master' into lilypond/translation

15 years agoDocs: fix Japanese ly verbatim localization setting
John Mandereau [Mon, 16 Feb 2009 00:20:30 +0000 (01:20 +0100)]
Docs: fix Japanese ly verbatim localization setting

15 years agoDoc-fr: updates
Jean-Charles Malahieude [Sun, 15 Feb 2009 18:26:23 +0000 (19:26 +0100)]
Doc-fr: updates

second pass on pitches and wind
"octaviation" instead of "octavation"

Signed-off-by: Jean-Charles Malahieude <lilyfan@orange.fr>
15 years agoDoc-de: updates from master to de.po
Till Paala [Sun, 15 Feb 2009 13:39:22 +0000 (15:39 +0200)]
Doc-de: updates from master to de.po

15 years agoMerge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond...
Till Paala [Sun, 15 Feb 2009 13:36:08 +0000 (15:36 +0200)]
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond into lilypond/translation

Conflicts:
Documentation/po/de.po

15 years agoImprove output of LSR snippets in PDF.
Werner Lemberg [Sun, 15 Feb 2009 07:22:37 +0000 (08:22 +0100)]
Improve output of LSR snippets in PDF.

lilypond-book.py (output_texinfo): Always put @lydoctitle into a separate
paragraph.

15 years agoDocs: translation.html.in
Jean-Charles Malahieude [Sat, 14 Feb 2009 19:49:17 +0000 (20:49 +0100)]
Docs: translation.html.in

suppress the @command{} to lilypond-book

15 years agoDoc-fr: some updates
Jean-Charles Malahieude [Sat, 14 Feb 2009 19:24:52 +0000 (20:24 +0100)]
Doc-fr: some updates

* pitches: updating
* working: "i.e." is not French
* translation.template: rephrasing

15 years agoDoc-de: corrections to de.po
Till Paala [Sat, 14 Feb 2009 17:20:58 +0000 (19:20 +0200)]
Doc-de: corrections to de.po

15 years agoDoc-de: update of texidocs for NR1
Till Paala [Sat, 14 Feb 2009 13:14:13 +0000 (15:14 +0200)]
Doc-de: update of texidocs for NR1

15 years agoDoc-de: updates from master
Till Paala [Sat, 14 Feb 2009 13:00:53 +0000 (15:00 +0200)]
Doc-de: updates from master

15 years agoDoc-de: update of de.po
Till Paala [Sat, 14 Feb 2009 13:00:21 +0000 (15:00 +0200)]
Doc-de: update of de.po

15 years agoOops: reenable translation of Japanese ly code comments
John Mandereau [Sat, 14 Feb 2009 02:05:16 +0000 (03:05 +0100)]
Oops: reenable translation of Japanese ly code comments

15 years agoDocs: update PO msgids
John Mandereau [Sat, 14 Feb 2009 01:23:47 +0000 (02:23 +0100)]
Docs: update PO msgids

15 years agoDocs: update translations status
John Mandereau [Sat, 14 Feb 2009 01:22:55 +0000 (02:22 +0100)]
Docs: update translations status

15 years agoDocs-ja: small fixes
John Mandereau [Sat, 14 Feb 2009 01:19:28 +0000 (02:19 +0100)]
Docs-ja: small fixes

- remove English translation in converters.itely;
- reset file mode to sane values;
- disable identifiers localization in ly code in Japanese
documentation.

15 years agoja doc
sawada User [Wed, 11 Feb 2009 05:58:23 +0000 (14:58 +0900)]
ja doc

15 years agoMerge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
John Mandereau [Sat, 14 Feb 2009 00:32:57 +0000 (01:32 +0100)]
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond

15 years agoDocs: French update to music-glossary
Jean-Charles Malahieude [Thu, 12 Feb 2009 20:28:41 +0000 (21:28 +0100)]
Docs: French update to music-glossary

* adding a TODO to "neighbor tones"

15 years agoDoc -- clarification to parenthesize by Jon Kulp, based on James Bailey.
Carl Sorensen [Mon, 9 Feb 2009 23:56:19 +0000 (16:56 -0700)]
Doc -- clarification to parenthesize by Jon Kulp, based on James Bailey.

15 years agoDoc-es: Updates from Master.
Francisco Vila [Mon, 9 Feb 2009 09:02:47 +0000 (10:02 +0100)]
Doc-es: Updates from Master.

15 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Mon, 9 Feb 2009 08:48:41 +0000 (09:48 +0100)]
Merge branch 'master' into lilypond/translation

15 years agoRevert texi2html to OPTIONAL: only needed for building web. Fixes gub3 build.
Jan Nieuwenhuizen [Sun, 8 Feb 2009 17:50:32 +0000 (18:50 +0100)]
Revert texi2html to OPTIONAL: only needed for building web.  Fixes gub3 build.

15 years agoFix compile
Patrick McCarty [Sun, 8 Feb 2009 00:24:32 +0000 (16:24 -0800)]
Fix compile

* @example environment needs escaped braces

Signed-off-by: Patrick McCarty <pnorcks@gmail.com>
15 years agoFix vertical alignment of FretBoards
Carl Sorensen [Sat, 7 Feb 2009 22:53:38 +0000 (15:53 -0700)]
Fix vertical alignment of FretBoards

The origin of the fret diagram will be at fret zero, string 1.
The x alignment is adjusted to put the fret diagram over a note
for the fret diagram markup.  The y alignment used to be centered,
but now it is not adjusted during creation of the grob.

Add regression test for fret board alignment

15 years agoDoc-fr: revival of winds
Jean-Charles Malahieude [Sat, 7 Feb 2009 21:50:58 +0000 (22:50 +0100)]
Doc-fr: revival of winds

* NR 2.6: wind
* included snippet

15 years agoDoc-de: translation of spacing.itely
Till Paala [Sat, 7 Feb 2009 13:47:55 +0000 (15:47 +0200)]
Doc-de: translation of spacing.itely

15 years agoDoc -- fix message examples for CG
Carl Sorensen [Fri, 6 Feb 2009 13:32:23 +0000 (06:32 -0700)]
Doc -- fix message examples for CG

15 years agoMerge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond
Carl Sorensen [Fri, 6 Feb 2009 12:58:54 +0000 (05:58 -0700)]
Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond

15 years agoDocs -- fix typo
Carl Sorensen [Fri, 6 Feb 2009 12:57:56 +0000 (05:57 -0700)]
Docs -- fix typo

15 years agoDocs: NR various: links to Stems
Trevor Daniels [Thu, 5 Feb 2009 16:37:02 +0000 (16:37 +0000)]
Docs: NR various: links to Stems

15 years agoMerge branch 'master' of ssh://gpercival@git.sv.gnu.org/srv/git/lilypond
Graham Percival [Thu, 5 Feb 2009 15:11:34 +0000 (23:11 +0800)]
Merge branch 'master' of ssh://gpercival@git.sv.gnu.org/srv/git/lilypond

15 years agoSmall fixes from Maximilian, thanks!
Graham Percival [Thu, 5 Feb 2009 15:08:47 +0000 (23:08 +0800)]
Small fixes from Maximilian, thanks!

15 years agoDocs: NR 1.2.4 Beams: add note about beaming over rests
Trevor Daniels [Thu, 5 Feb 2009 11:53:23 +0000 (11:53 +0000)]
Docs: NR 1.2.4 Beams:  add note about beaming over rests

15 years agoRemove support for HTML output by makeinfo
John Mandereau [Thu, 5 Feb 2009 10:27:18 +0000 (11:27 +0100)]
Remove support for HTML output by makeinfo

15 years agoDocs: make Snippets TOC effective and split Contributors' Guide at sections
John Mandereau [Wed, 4 Feb 2009 22:23:09 +0000 (23:23 +0100)]
Docs: make Snippets TOC effective and split Contributors' Guide at sections

* make Snippets TOC anchors for individual snippets effective by creating
nodes for each snippet; this produces a lot of duplicate nodes but
it works in texi2html; support for makeinfo should be dropped
after this change though;

* add support for splitting HTML Texinfo output at section level;
thanks to Reinhold Kainhofer for the idea and a part of the patch.

15 years agoDoc-fr: phrasing in harp section
Jean-Charles Malahieude [Wed, 4 Feb 2009 19:28:10 +0000 (20:28 +0100)]
Doc-fr: phrasing in harp section

15 years agoDoc-es: update, fetaBraces.
Francisco Vila [Wed, 4 Feb 2009 09:20:47 +0000 (10:20 +0100)]
Doc-es: update, fetaBraces.

15 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Wed, 4 Feb 2009 09:04:53 +0000 (10:04 +0100)]
Merge branch 'master' into lilypond/translation

15 years agoFix broken link to Developers Resources page
John Mandereau [Wed, 4 Feb 2009 08:29:36 +0000 (09:29 +0100)]
Fix broken link to Developers Resources page

15 years agoMerge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
John Mandereau [Tue, 3 Feb 2009 23:48:22 +0000 (00:48 +0100)]
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond

15 years agoMerge branch 'master' of ssh://gpercival@git.sv.gnu.org/srv/git/lilypond
Graham Percival [Mon, 2 Feb 2009 16:24:13 +0000 (00:24 +0800)]
Merge branch 'master' of ssh://gpercival@git.sv.gnu.org/srv/git/lilypond

15 years agoUpdate git instructions.
Graham Percival [Mon, 2 Feb 2009 16:22:34 +0000 (00:22 +0800)]
Update git instructions.

15 years agoDocs: NR 1.8 Text: Clarify use of fetaBraces
Trevor Daniels [Mon, 2 Feb 2009 10:18:18 +0000 (10:18 +0000)]
Docs: NR 1.8 Text: Clarify use of fetaBraces

15 years agoDoc-es: Updates, including status.
Francisco Vila [Mon, 2 Feb 2009 09:07:43 +0000 (10:07 +0100)]
Doc-es: Updates, including status.

15 years agoDocs: typo
Jonathan Kulp [Mon, 2 Feb 2009 08:07:01 +0000 (08:07 +0000)]
Docs: typo

15 years agoAdd a regression test for paper column padding.
Joe Neeman [Mon, 2 Feb 2009 06:40:00 +0000 (22:40 -0800)]
Add a regression test for paper column padding.

15 years agoActually read 'padding for paper columns.
Joe Neeman [Mon, 2 Feb 2009 06:19:18 +0000 (22:19 -0800)]
Actually read 'padding for paper columns.

15 years agoDOCS -- add NEWS items for fret diagrams, fix make-web in ja/user
Carl Sorensen [Mon, 2 Feb 2009 03:32:24 +0000 (20:32 -0700)]
DOCS -- add NEWS items for fret diagrams, fix make-web in ja/user

15 years agoDocs: Fix Typo in Germand license header
Reinhold Kainhofer [Sun, 1 Feb 2009 18:12:29 +0000 (19:12 +0100)]
Docs: Fix Typo in Germand license header

15 years agoTexi2html: Add german translation for link back to docs overview
Reinhold Kainhofer [Sun, 1 Feb 2009 17:52:48 +0000 (18:52 +0100)]
Texi2html: Add german translation for link back to docs overview

15 years agoMore misc CG stuff.
Graham Percival [Sun, 1 Feb 2009 14:47:16 +0000 (22:47 +0800)]
More misc CG stuff.

15 years agoMisc updates to CG.
Graham Percival [Sun, 1 Feb 2009 14:17:16 +0000 (22:17 +0800)]
Misc updates to CG.