]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
14 years agoDocs: merge both Texi2HTML init files
John Mandereau [Wed, 16 Dec 2009 14:36:48 +0000 (15:36 +0100)]
Docs: merge both Texi2HTML init files

Also clean up previous attempts at achieving this merging.
This commit should make the website technically ready for translations.

14 years agoDocs-hu: Fix missing menu from Learning 1.3 Docs-hu: Polish navigation translation...
Dénes Harmath [Mon, 14 Dec 2009 08:37:24 +0000 (09:37 +0100)]
Docs-hu: Fix missing menu from Learning 1.3 Docs-hu: Polish navigation translation Docs: Remove HTML code in news entry

14 years agoDoc: use basic-authors.itexi for toplevel AUTHORS.
Graham Percival [Wed, 16 Dec 2009 12:04:37 +0000 (12:04 +0000)]
Doc: use basic-authors.itexi for toplevel AUTHORS.

14 years agoWeb: some more fine-tuning of authors list.
Graham Percival [Tue, 15 Dec 2009 22:42:23 +0000 (22:42 +0000)]
Web: some more fine-tuning of authors list.

14 years agoDoc: more pruning/sorting of basic authors.texi
PKAYEX [Tue, 15 Dec 2009 21:49:42 +0000 (21:49 +0000)]
Doc: more pruning/sorting of basic authors.texi

14 years agoFix STEPMAKE_GET_VERSION for OpenBSD
Matthias Kilian [Tue, 15 Dec 2009 20:33:04 +0000 (12:33 -0800)]
Fix STEPMAKE_GET_VERSION for OpenBSD

14 years agoRemove Swallow_engraver/performer and *_swallow_translators.
Neil Puttock [Tue, 15 Dec 2009 17:34:32 +0000 (17:34 +0000)]
Remove Swallow_engraver/performer and *_swallow_translators.

These translators are no longer required, since unlistened events do not
generate `event junked' warnings.

14 years agoUse $(PYTHON), not python, to create version.itexi
Matthias Kilian [Tue, 15 Dec 2009 07:07:43 +0000 (23:07 -0800)]
Use $(PYTHON), not python, to create version.itexi

14 years agoPango: Really fix the check for zero-width chars.
Patrick McCarty [Mon, 14 Dec 2009 23:48:00 +0000 (15:48 -0800)]
Pango: Really fix the check for zero-width chars.

The value of 0x0FFFFFFF is assigned to a PangoGlyph if the current
character has zero width, so skip the glyph lookup stage for these
characters.

Note that 0xFFFFFFFF is used for invalid characters, so the error
messages for these cases are accurate.

14 years agoFix centered dynamics with alignment-distance.
Joe Neeman [Mon, 14 Dec 2009 23:58:11 +0000 (15:58 -0800)]
Fix centered dynamics with alignment-distance.

14 years agoRevert "Pango: Skip glyph lookups for zero-width characters."
Patrick McCarty [Mon, 14 Dec 2009 20:18:42 +0000 (12:18 -0800)]
Revert "Pango: Skip glyph lookups for zero-width characters."

This breaks combining characters, so another solution needs to be found.

This reverts commit b57e13f59b787c0e870bf2148fcf22d6ee044df4.

14 years agoscript.scm: Quantize staccatissimo; de-quantize accent, espressivo.
Mark Polesky [Mon, 14 Dec 2009 09:50:19 +0000 (01:50 -0800)]
script.scm: Quantize staccatissimo; de-quantize accent, espressivo.

14 years agoDocs: resolve some FIXMEs in tutorial.
Mark Polesky [Mon, 14 Dec 2009 09:33:48 +0000 (01:33 -0800)]
Docs: resolve some FIXMEs in tutorial.

14 years agoDocs: NR 1.5.2: Clarify merging note heads
Trevor Daniels [Mon, 14 Dec 2009 09:47:30 +0000 (09:47 +0000)]
Docs: NR 1.5.2: Clarify merging note heads

14 years agoAdd regression tests for #927.
Patrick McCarty [Sun, 13 Dec 2009 21:36:41 +0000 (13:36 -0800)]
Add regression tests for #927.

14 years agoDocs: update translations status
John Mandereau [Sun, 13 Dec 2009 21:12:51 +0000 (22:12 +0100)]
Docs: update translations status

14 years agoDocs-it: mention translation reviewer and translate Texi2HTML strings
Federico Bruni [Sun, 13 Dec 2009 21:05:49 +0000 (22:05 +0100)]
Docs-it: mention translation reviewer and translate Texi2HTML strings

14 years agoDocs: Clarify texidoc for existing bidi regtest.
Patrick McCarty [Sun, 13 Dec 2009 20:02:09 +0000 (12:02 -0800)]
Docs: Clarify texidoc for existing bidi regtest.

14 years agoDoc: clarify last commit to changes.tely.
Patrick McCarty [Sun, 13 Dec 2009 19:48:25 +0000 (11:48 -0800)]
Doc: clarify last commit to changes.tely.

14 years agoAdd a NEWS entry for #927.
Patrick McCarty [Sun, 13 Dec 2009 19:39:28 +0000 (11:39 -0800)]
Add a NEWS entry for #927.

14 years agoFix #927.
Patrick McCarty [Sun, 13 Dec 2009 11:17:40 +0000 (03:17 -0800)]
Fix #927.

Use the PangoLayout interface for processing text stencils; this way,
the Unicode Bidirectional Algorithm will be applied, if necessary, to
the text.  As a result, all LTR/RTL/bidi issues are now handled
automatically by Pango.

14 years agoDoc: compressed png files for Win/Mac in learning
PKAYEX [Sun, 13 Dec 2009 11:51:11 +0000 (11:51 +0000)]
Doc: compressed png files for Win/Mac in learning

14 years agoPango: Skip glyph lookups for zero-width characters.
Patrick McCarty [Sun, 13 Dec 2009 09:52:48 +0000 (01:52 -0800)]
Pango: Skip glyph lookups for zero-width characters.

This silences warnings when a Unicode bidirectional character is found
in an input file, or any other zero-width character (for example, U+200D
zero-width joiner).

14 years agoPango: Do not assume markup is only LTR or RTL.
Patrick McCarty [Sun, 13 Dec 2009 09:17:22 +0000 (01:17 -0800)]
Pango: Do not assume markup is only LTR or RTL.

The current code assumes that markup is either LTR or RTL.  But it could
be both.  For example

  \markup { "h א" }

should be displayed as written, but LilyPond displays this string as

  "אh"

This patch fixes that issue.

With pango_itemize(), Pango automatically (and correctly) divides the
markup into sections that are intended to be processed by the Unicode
Bidirectional Algorithm.  Pango also handles the RTL character
reordering, within each of these sections, if necessary.

For now, until we implement the Unicode Bidirectional Algorithm, or
another solution is found, simply place each section in order from left
to right.

14 years agoDoc: add Steps to OSX and command-line instructions.
Graham Percival [Sun, 13 Dec 2009 09:48:49 +0000 (09:48 +0000)]
Doc: add Steps to OSX and command-line instructions.

14 years agoDoc: minor tweaks to tutorial text.
Graham Percival [Sun, 13 Dec 2009 09:08:19 +0000 (09:08 +0000)]
Doc: minor tweaks to tutorial text.

14 years agoDoc: Added windows w/screenshots to Learning manual
PKAYEX [Sat, 12 Dec 2009 21:27:45 +0000 (21:27 +0000)]
Doc: Added windows w/screenshots to Learning manual

Added step by step screenshots as pngs
Re-wrote step by step instructions for Windows
Made some minor alts to previous text (definition of compiling)
to make it simpler to understand.

14 years agoDocs: minor updates to CG and web.
Graham Percival [Sat, 12 Dec 2009 15:52:25 +0000 (15:52 +0000)]
Docs: minor updates to CG and web.

14 years agoWeb: add win7 as a windows version.
Graham Percival [Sat, 12 Dec 2009 14:45:59 +0000 (14:45 +0000)]
Web: add win7 as a windows version.

14 years agoWeb: add news entry for 2.13.9.
Graham Percival [Sat, 12 Dec 2009 09:17:30 +0000 (09:17 +0000)]
Web: add news entry for 2.13.9.

TODO: next time do this *before* a release, not after.  :(

14 years agoAuthors: update.
Graham Percival [Sat, 12 Dec 2009 09:16:47 +0000 (09:16 +0000)]
Authors: update.

14 years agoTypo.
Werner Lemberg [Sat, 12 Dec 2009 07:29:24 +0000 (08:29 +0100)]
Typo.

14 years agoWeb: a more greenish 'squiggle'
Valentin Villenave [Fri, 11 Dec 2009 17:33:11 +0000 (18:33 +0100)]
Web: a more greenish 'squiggle'

14 years agoWeb: a less orange-ish gradient
Valentin Villenave [Fri, 11 Dec 2009 17:27:41 +0000 (18:27 +0100)]
Web: a less orange-ish gradient

This commit also makes the :hover effect less bright.

14 years agoWeb: slightly darker green backgrounds
Valentin Villenave [Fri, 11 Dec 2009 16:26:46 +0000 (17:26 +0100)]
Web: slightly darker green backgrounds

14 years agoWeb: greenish 'Unstable' homepage subheading
Valentin Villenave [Fri, 11 Dec 2009 15:31:41 +0000 (16:31 +0100)]
Web: greenish 'Unstable' homepage subheading

14 years agoDocs: update translations status
John Mandereau [Sat, 12 Dec 2009 01:02:45 +0000 (02:02 +0100)]
Docs: update translations status

14 years agoDocs-it: initial translation
Federico Bruni [Fri, 11 Dec 2009 15:06:55 +0000 (16:06 +0100)]
Docs-it: initial translation

14 years agoBump version.
Graham Percival [Fri, 11 Dec 2009 14:24:27 +0000 (14:24 +0000)]
Bump version.

14 years agoDocs: build thinko release/2.13.9-1
John Mandereau [Fri, 11 Dec 2009 11:15:35 +0000 (12:15 +0100)]
Docs: build thinko

We definitely need a unified build file (makefile, wscript or
whatever) for docs and translations.

14 years agoDocs: add src-dir to extract_texi_filenames.py
John Mandereau [Fri, 11 Dec 2009 11:03:37 +0000 (12:03 +0100)]
Docs: add src-dir to extract_texi_filenames.py

This fixes split HTML Contributors' Guide build outside source tree.

14 years agoMake spacing-weight affect blank-page-force.
Joe Neeman [Thu, 10 Dec 2009 08:10:40 +0000 (00:10 -0800)]
Make spacing-weight affect blank-page-force.

14 years agoEnsure non-breakpoints are also non-turnpoints.
Joe Neeman [Thu, 10 Dec 2009 03:56:15 +0000 (19:56 -0800)]
Ensure non-breakpoints are also non-turnpoints.

14 years ago787 -- refactor script-column.cc for more transparency
Carl Sorensen [Fri, 4 Dec 2009 15:04:43 +0000 (08:04 -0700)]
787 -- refactor script-column.cc for more transparency

14 years agoUse correct 'style setting for \numericTimeSignature.
Neil Puttock [Fri, 11 Dec 2009 00:35:52 +0000 (00:35 +0000)]
Use correct 'style setting for \numericTimeSignature.

14 years agoFix #926.
Neil Puttock [Fri, 11 Dec 2009 00:27:20 +0000 (00:27 +0000)]
Fix #926.

Add Text_spanner_engraver to Dynamics context.

14 years agoAdd FiguredBass to ChoirStaff's accepts list.
Neil Puttock [Fri, 11 Dec 2009 00:10:06 +0000 (00:10 +0000)]
Add FiguredBass to ChoirStaff's accepts list.

Prevents generation of spurious staves when using \bassFigureExtendersOn/Off.

14 years agoDoc: Added step by step section to the Learning manual for MacOs. Included screenshot...
James Lowe [Tue, 8 Dec 2009 18:51:41 +0000 (18:51 +0000)]
Doc: Added step by step section to the Learning manual for MacOs. Included screenshots and wrote out the steps to open the application save the default file that is created the first time Lilypons is run and how to generate the PDF.

14 years agoWeb: comment out broken links.
Graham Percival [Wed, 9 Dec 2009 08:16:08 +0000 (08:16 +0000)]
Web: comment out broken links.

14 years agoDocs-hu: fix docs build
John Mandereau [Tue, 8 Dec 2009 18:05:53 +0000 (19:05 +0100)]
Docs-hu: fix docs build

14 years agoDocs-hu: add Texi2HTML strings translation
Harmath Dénes [Tue, 8 Dec 2009 18:05:31 +0000 (19:05 +0100)]
Docs-hu: add Texi2HTML strings translation

14 years agoRevised Hungarian translation update
Harmath Dénes [Sun, 6 Dec 2009 21:00:42 +0000 (22:00 +0100)]
Revised Hungarian translation update

14 years agoUpdated Hungarian translation of 1st priority files to state-of-the-art
Harmath Dénes [Thu, 12 Nov 2009 13:11:54 +0000 (14:11 +0100)]
Updated Hungarian translation of 1st priority files to state-of-the-art

14 years agoUpdated email address.
Mats Bengtsson [Tue, 8 Dec 2009 09:42:56 +0000 (10:42 +0100)]
Updated email address.

14 years agoWeb: more minor fixes to authors list.
Graham Percival [Tue, 8 Dec 2009 08:22:51 +0000 (08:22 +0000)]
Web: more minor fixes to authors list.

14 years agoDocs: Review of programming-work.itexi.
Neil Puttock [Tue, 8 Dec 2009 01:05:56 +0000 (01:05 +0000)]
Docs: Review of programming-work.itexi.

14 years agoWeb: Punctuation fixes.
Neil Puttock [Mon, 7 Dec 2009 22:49:17 +0000 (22:49 +0000)]
Web: Punctuation fixes.

14 years agoFix #789.
Neil Puttock [Mon, 7 Dec 2009 23:28:08 +0000 (23:28 +0000)]
Fix #789.

* filter out VoltaLineSpanner axis groups from acknowledger in
  Instrument_name_engraver.  This prevents instrument names from
  being misaligned when the Volta_engraver is moved to the Staff context
  and the spanner is broken (where its left bound would
  be the same NonMusicalPaperColumn as the InstrumentName's.)

* add regression test

14 years agoFix #654.
Neil Puttock [Mon, 7 Dec 2009 22:04:05 +0000 (22:04 +0000)]
Fix #654.

* anchor left-broken bound to note head.

14 years agoUpdate mailmap.
Patrick McCarty [Mon, 7 Dec 2009 07:25:27 +0000 (23:25 -0800)]
Update mailmap.

14 years agoWeb: fill in some blanks for the author list.
Graham Percival [Mon, 7 Dec 2009 05:13:28 +0000 (05:13 +0000)]
Web: fill in some blanks for the author list.

14 years agoWeb: remove duplicate entries from news.
Graham Percival [Sun, 6 Dec 2009 22:54:15 +0000 (22:54 +0000)]
Web: remove duplicate entries from news.

14 years agoFix language for a translator
Francisco Vila [Sun, 6 Dec 2009 13:03:49 +0000 (14:03 +0100)]
Fix language for a translator

14 years agoWeb: merge contributors from THANKS and AUTHORS, thanks James!
Graham Percival [Sun, 6 Dec 2009 11:58:15 +0000 (11:58 +0000)]
Web: merge contributors from THANKS and AUTHORS, thanks James!

Unless specified as working on docs or translations, all previous
contributors are now listed as "previous core committers".
TODO: ask for help on -devel in identifying their contributions,
and move them into another section if necessary.
People listed as bug hunters / suggestions have not been included.
Sorted alphabetically by surname.

14 years agoWeb: add download sizes (fixes 862), thanks James!
Graham Percival [Sun, 6 Dec 2009 11:31:47 +0000 (11:31 +0000)]
Web: add download sizes (fixes 862), thanks James!

Also puts "download size" onto a new line, and indents it.
Finally, strip trailing whitespace.

14 years agoTypo.
Francisco Vila [Sat, 5 Dec 2009 20:20:18 +0000 (21:20 +0100)]
Typo.

14 years agoDocs: Compile fix when using --disable-optimising.
Neil Puttock [Sat, 5 Dec 2009 14:35:03 +0000 (14:35 +0000)]
Docs: Compile fix when using --disable-optimising.

* disable midi output in tab-example.ly to prevent segfault in
Tie_performer (use of a deque causes a memory corruption).

14 years agoDoc build: oops, forgot to commit before pushing.
Graham Percival [Sat, 5 Dec 2009 01:07:32 +0000 (01:07 +0000)]
Doc build: oops, forgot to commit before pushing.

14 years agoDoc: essay work on benchmarking
Andrew Hawryluk [Fri, 4 Dec 2009 21:25:01 +0000 (14:25 -0700)]
Doc: essay work on benchmarking

Added new Finale example, improved annotations on the LP 1.4 example.

14 years agoWeb: line-width and preliminary space before @item in basic-authors.
Graham Percival [Fri, 4 Dec 2009 20:41:19 +0000 (20:41 +0000)]
Web: line-width and preliminary space before @item in basic-authors.

14 years agoMore tidying up - Standardized on layout for names, urefs and emails, removed unneces...
PKAYEX [Fri, 4 Dec 2009 16:09:56 +0000 (16:09 +0000)]
More tidying up - Standardized on layout for names, urefs and emails, removed unnecessary whitespace also changd to open punctuation on each entries contribution, removed some tautologies

14 years agoWeb build: fix links to normal manuals.
Graham Percival [Fri, 4 Dec 2009 10:52:24 +0000 (10:52 +0000)]
Web build: fix links to normal manuals.

14 years agoWeb: compile fix for basic-authors.
Graham Percival [Fri, 4 Dec 2009 08:05:58 +0000 (08:05 +0000)]
Web: compile fix for basic-authors.

14 years agoDoc -- add links on script columns
Carl Sorensen [Fri, 4 Dec 2009 00:26:59 +0000 (17:26 -0700)]
Doc -- add links on script columns

14 years agotook "OLD MATERIAL" moved to "previous contributors" list.
PKAYEX [Thu, 3 Dec 2009 23:44:06 +0000 (23:44 +0000)]
took "OLD MATERIAL" moved to "previous contributors" list.

Ordered Alphabetically.
Updated one URL (Francois Pinard)

14 years agoWeb: make macros/stubs for current vs. previous contributors.
Graham Percival [Thu, 3 Dec 2009 21:55:05 +0000 (21:55 +0000)]
Web: make macros/stubs for current vs. previous contributors.

14 years agoDoc: apparently texi2pdf can't handle whitespace in macro calls.
Graham Percival [Thu, 3 Dec 2009 16:26:14 +0000 (16:26 +0000)]
Doc: apparently texi2pdf can't handle whitespace in macro calls.

14 years agoFix 787 -- clean up git commit mistake
Carl Sorensen [Thu, 3 Dec 2009 14:45:07 +0000 (07:45 -0700)]
Fix 787 -- clean up git commit mistake

14 years agoFix 787 -- Eliminate segfaults due to empty list and unitialized properties
Carl Sorensen [Tue, 1 Dec 2009 00:09:37 +0000 (17:09 -0700)]
Fix 787 -- Eliminate segfaults due to empty list and unitialized properties

14 years agoFixed @uref link in CG 2.3
Valentin Villenave [Thu, 3 Dec 2009 12:54:18 +0000 (13:54 +0100)]
Fixed @uref link in CG 2.3

14 years agoDoc: CG: add link to label:Frog issues.
Graham Percival [Thu, 3 Dec 2009 03:00:43 +0000 (03:00 +0000)]
Doc: CG: add link to label:Frog issues.

14 years agoDoc: CG: add architecture diagram; thanks Ian!
Graham Percival [Wed, 2 Dec 2009 23:11:17 +0000 (23:11 +0000)]
Doc: CG: add architecture diagram; thanks Ian!

14 years agoDoc -- clarify git-cl email instructions
Carl Sorensen [Wed, 2 Dec 2009 15:23:22 +0000 (08:23 -0700)]
Doc -- clarify git-cl email instructions

14 years agoDocs: CG 8: Add a little about engravers
Trevor Daniels [Wed, 2 Dec 2009 14:43:35 +0000 (14:43 +0000)]
Docs: CG 8: Add a little about engravers

14 years agoDocs: CG 8: Expand section on using git-cl
Trevor Daniels [Wed, 2 Dec 2009 11:19:46 +0000 (11:19 +0000)]
Docs: CG 8: Expand section on using git-cl

14 years agoBuild: add \version string.
Graham Percival [Wed, 2 Dec 2009 09:20:36 +0000 (09:20 +0000)]
Build: add \version string.

14 years agoBuild: update for changed license files.
Graham Percival [Wed, 2 Dec 2009 08:45:45 +0000 (08:45 +0000)]
Build: update for changed license files.

14 years agoDoc: CG: add info about docstrings.
Graham Percival [Wed, 2 Dec 2009 04:47:03 +0000 (04:47 +0000)]
Doc: CG: add info about docstrings.

14 years agoDoc -- change NEWS to changes.tely
Carl Sorensen [Tue, 1 Dec 2009 02:55:17 +0000 (19:55 -0700)]
Doc -- change NEWS to changes.tely

14 years agoDoc: CG: add warning about non-sequential reading.
Graham Percival [Mon, 30 Nov 2009 06:23:53 +0000 (06:23 +0000)]
Doc: CG: add warning about non-sequential reading.

14 years agoWeb: add manual link for Web (mainly for the web.pdf)
Graham Percival [Mon, 30 Nov 2009 06:17:57 +0000 (06:17 +0000)]
Web: add manual link for Web (mainly for the web.pdf)

14 years agoDoc build: temporarily re-enable web-texi2html.init.
Graham Percival [Mon, 30 Nov 2009 06:16:48 +0000 (06:16 +0000)]
Doc build: temporarily re-enable web-texi2html.init.

John: you'll want to revert this when you continue your doc build
work, but I'd like to keep git somewhat working.

14 years agoFix typo.
Werner Lemberg [Mon, 30 Nov 2009 06:07:54 +0000 (07:07 +0100)]
Fix typo.

14 years agoAdd regression test for #907.
Patrick McCarty [Mon, 30 Nov 2009 03:16:49 +0000 (19:16 -0800)]
Add regression test for #907.

14 years agoUpdate license to GPLv3.
Graham Percival [Sun, 29 Nov 2009 23:10:32 +0000 (23:10 +0000)]
Update license to GPLv3.

We're exercising the "or later version" clause in the original
license for these files.

14 years agoChord repetition fixes
Nicolas Sceaux [Sun, 29 Nov 2009 15:14:42 +0000 (16:14 +0100)]
Chord repetition fixes

- restrict elements that are subject to chord repetition: notes,
  note chords, etc; exclude skips, bar checks, etc.

- when a lexer object is copied, copy the chord repetition data.

14 years agoFix 787 for real this time (works for more than 2 scripts stacked)
Carl Sorensen [Sun, 29 Nov 2009 04:41:17 +0000 (21:41 -0700)]
Fix 787 for real this time (works for more than 2 scripts stacked)

14 years agoDOCS: add Vim runtimepath for Fedora to "usage" manual
Jonathan Kulp [Sat, 28 Nov 2009 20:44:00 +0000 (14:44 -0600)]
DOCS: add Vim runtimepath for Fedora to "usage" manual

The runtimepath to set up LP syntax highlighting in vim
on Fedora is very different from what's given in the usage
manual. This example shows the proper path on Fedora 12

14 years agoDoc: CG: revise Issues chapter a bit.
Graham Percival [Sat, 28 Nov 2009 18:50:19 +0000 (18:50 +0000)]
Doc: CG: revise Issues chapter a bit.

14 years agoIgnore all out-* files
Trevor Daniels [Sat, 28 Nov 2009 04:24:45 +0000 (04:24 +0000)]
Ignore all out-* files

  This avoids files in out-www appearing as unstaged
  changes in git gui