]> 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 [Wed, 6 Aug 2008 21:05:59 +0000 (23:05 +0200)]
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev/texi2html

16 years agotexi2html: create .xref-map files for translations, link snippets and internals
Reinhold Kainhofer [Wed, 6 Aug 2008 19:17:58 +0000 (21:17 +0200)]
texi2html: create .xref-map files for translations, link snippets and internals

16 years agoGDP LM 4.3.1 Work around for layer
Trevor Daniels [Wed, 6 Aug 2008 18:51:01 +0000 (19:51 +0100)]
GDP LM 4.3.1 Work around for layer

The order of writing grobs with the same
value for 'layer is unpredictable, leading
to unpredictable examples in this section.

16 years agoFix potential NULL dereference in Staff_symbol::on_line(). release/2.11.55-2
Han-Wen Nienhuys [Wed, 6 Aug 2008 11:48:52 +0000 (08:48 -0300)]
Fix potential NULL dereference in Staff_symbol::on_line().

16 years agoGDP NR 5.5.1 Correct layer information
Trevor Daniels [Wed, 6 Aug 2008 11:05:30 +0000 (12:05 +0100)]
GDP NR 5.5.1 Correct layer information

Thanks Neil

16 years agoGDP NR 5.6 Modifying shapes subsection
Trevor Daniels [Tue, 5 Aug 2008 22:34:02 +0000 (23:34 +0100)]
GDP NR 5.6 Modifying shapes subsection

16 years agoGDP NR 5.5.1 Controlling visibility of objects
Trevor Daniels [Tue, 5 Aug 2008 21:46:08 +0000 (22:46 +0100)]
GDP NR 5.5.1 Controlling visibility of objects
First draft

16 years agoGDP NR 4.5.1 Remove ref to obsolete SeparationGroupSpanner
Trevor Daniels [Tue, 5 Aug 2008 15:54:08 +0000 (16:54 +0100)]
GDP NR 4.5.1 Remove ref to obsolete SeparationGroupSpanner

16 years agoGDP: NR 5.1.1 Change headings
Trevor Daniels [Tue, 5 Aug 2008 15:22:46 +0000 (16:22 +0100)]
GDP: NR 5.1.1 Change headings

16 years agoMerge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev...
Reinhold Kainhofer [Wed, 6 Aug 2008 11:01:21 +0000 (13:01 +0200)]
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev/texi2html

16 years agotexi2html: Ignore dummy appendix nodes and top node in section map (no warning)
Reinhold Kainhofer [Wed, 6 Aug 2008 10:59:12 +0000 (12:59 +0200)]
texi2html: Ignore dummy appendix nodes and top node in section map (no warning)

16 years agotexi2html: Create map for snippets, link other map files, rename to .xref-map
Reinhold Kainhofer [Wed, 6 Aug 2008 10:56:04 +0000 (12:56 +0200)]
texi2html: Create map for snippets, link other map files, rename to .xref-map

-) Renamed the map files to .xref-map, so that they are indicated by extension
   only (instead of _xref.map)
-) Add map file as dependency for the snippets page, so that it will be
   generated automatically
-) Linked the map file for the snippets in Documentation/user/out-www and the
   map files from Documentation/user in input/lsr/out-www, so that cross
   references between those manuals work correctly, too.

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

16 years agoUpdate from Ralph.
Graham Percival [Wed, 6 Aug 2008 07:14:21 +0000 (00:14 -0700)]
Update from Ralph.

16 years agoUpdate from Stefan.
Graham Percival [Wed, 6 Aug 2008 07:14:09 +0000 (00:14 -0700)]
Update from Stefan.

16 years agotexi2html: Don't generate map entry for Top
Reinhold Kainhofer [Tue, 5 Aug 2008 20:53:55 +0000 (22:53 +0200)]
texi2html: Don't generate map entry for Top

16 years agotexi2html: Fix issues with snippets page, fix coding errors
Reinhold Kainhofer [Tue, 5 Aug 2008 19:05:03 +0000 (21:05 +0200)]
texi2html: Fix issues with snippets page, fix coding errors

-) use eq instead of == for string comparisons
-) unnumberedsec (snippets!) don't need an entry in the map file (they should
   have one, but I don't write out a warning, because with snippets it just
   doesn't work otherwise: A snippet can be in multiple sections, so I cannot
   use the snippet name to look up the proper file in the hash. For this
   reason, I don't handle snippets snippets at all with my
   extract_texi_filename.py script and instead let the .init file fall back
   to the default of putting all unnumbered sections into the previous
   file).

16 years agotexi2html: handle big-page
Reinhold Kainhofer [Tue, 5 Aug 2008 18:55:13 +0000 (20:55 +0200)]
texi2html: handle big-page

For big-page files, we cannot simply load the map file with _xref.map
attached, but rather have to remove the -big-page from the book
name before. Everything else can stay the same.

16 years agotexi2html: Handle sections without node attached (i.e. snippets)
Reinhold Kainhofer [Tue, 5 Aug 2008 18:54:20 +0000 (20:54 +0200)]
texi2html: Handle sections without node attached (i.e. snippets)

16 years agotexi2html: Build _xref.map file for snippets page, too
Reinhold Kainhofer [Tue, 5 Aug 2008 18:52:21 +0000 (20:52 +0200)]
texi2html: Build _xref.map file for snippets page, too

16 years agotexi2html: Use index.html as fallback name
Reinhold Kainhofer [Tue, 5 Aug 2008 18:51:58 +0000 (20:51 +0200)]
texi2html: Use index.html as fallback name

16 years agotexi2html: handle sections without node; top-level unnumbered get their own file
Reinhold Kainhofer [Tue, 5 Aug 2008 18:42:57 +0000 (20:42 +0200)]
texi2html: handle sections without node; top-level unnumbered get their own file

16 years agotexi2html: FINALLY: load and use the node<->file/anchor map for xrefs
Reinhold Kainhofer [Mon, 4 Aug 2008 19:13:43 +0000 (21:13 +0200)]
texi2html: FINALLY: load and use the node<->file/anchor map for xrefs

16 years agotexi2html: Load nodename<->filename/anchor map for the current texi file
Reinhold Kainhofer [Mon, 4 Aug 2008 18:00:59 +0000 (20:00 +0200)]
texi2html: Load nodename<->filename/anchor map for the current texi file

16 years agotexi2html: Remove trailing whitespaces from node names
Reinhold Kainhofer [Mon, 4 Aug 2008 17:57:08 +0000 (19:57 +0200)]
texi2html: Remove trailing whitespaces from node names

16 years agoMerge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev...
Reinhold Kainhofer [Mon, 4 Aug 2008 11:51:08 +0000 (13:51 +0200)]
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev/texi2html

16 years agoMark fret-board::calc-stencil as a pure function.
Joe Neeman [Mon, 4 Aug 2008 07:03:08 +0000 (17:03 +1000)]
Mark fret-board::calc-stencil as a pure function.

16 years agoAdd full-length-to-extent property for bug #573. release/2.11.55-1
Han-Wen Nienhuys [Mon, 4 Aug 2008 02:32:21 +0000 (23:32 -0300)]
Add full-length-to-extent property for bug #573.

16 years agoFix #573.
Han-Wen Nienhuys [Mon, 4 Aug 2008 02:11:51 +0000 (23:11 -0300)]
Fix #573.

Make full-length brackets end at column, rather than the extent.

16 years agoFix thinko: corner case bbox handling should also be rounded to integers.
Han-Wen Nienhuys [Mon, 4 Aug 2008 01:47:04 +0000 (22:47 -0300)]
Fix thinko: corner case bbox handling should also be rounded to integers.

16 years agoOops.
Han-Wen Nienhuys [Mon, 4 Aug 2008 01:44:17 +0000 (22:44 -0300)]
Oops.

16 years agoImprove error reporting for forked instances.
Han-Wen Nienhuys [Mon, 4 Aug 2008 01:43:40 +0000 (22:43 -0300)]
Improve error reporting for forked instances.

16 years agoFix #444.
Han-Wen Nienhuys [Mon, 4 Aug 2008 01:43:00 +0000 (22:43 -0300)]
Fix #444.

Horizontal positioning for dots on rests should not trigger vertical
positioning.

16 years agoUpdate test crash instructions.
Han-Wen Nienhuys [Mon, 4 Aug 2008 01:16:57 +0000 (22:16 -0300)]
Update test crash instructions.

16 years agoCosmetic nits.
Han-Wen Nienhuys [Mon, 4 Aug 2008 00:54:14 +0000 (21:54 -0300)]
Cosmetic nits.

16 years agoFix #268.
Han-Wen Nienhuys [Mon, 4 Aug 2008 00:21:51 +0000 (21:21 -0300)]
Fix #268.

Undirected rounding caused slices of up to half a point (1/144 inch)
to go lost at image edges when creating EPS images.

16 years agoMerge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
Werner Lemberg [Sat, 2 Aug 2008 15:00:40 +0000 (17:00 +0200)]
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond

16 years agoMerge branch 'master' into lilypond/translation
John Mandereau [Sat, 2 Aug 2008 10:10:56 +0000 (12:10 +0200)]
Merge branch 'master' into lilypond/translation

* master: (39 commits)
  Index entry updates from Ralph.
  Change fret markings to roman from old-roman
  Update from Joseph
  Update from Ralph.
  Minor formatting quirk.
  LSR: Update.
  Add convert rule for \put-adjacent.
  Bump version.
  Update from Joseph
  Update indices from Ralph
  Improved patch for bezier barre indicators
  Fix bug in curved barre location for fret-diagrams
  GDP: LM 5.1.4 Drop a TODO
  Update index entries from Ralph
  Clarify index policy
  Remove debug code.
  Fix \put-adjacent.
  GDP: NR 4 Merge Displaying spacing into Fitting music
  New function: \ottava #oct, replaces #(set-octavation oct)
  NR 5 Fix FIXMEs (1)
  ...

16 years agoIndex entry updates from Ralph.
Graham Percival [Sat, 2 Aug 2008 00:05:53 +0000 (17:05 -0700)]
Index entry updates from Ralph.

16 years agoChange fret markings to roman from old-roman
Carl Sorensen [Fri, 1 Aug 2008 13:44:36 +0000 (07:44 -0600)]
Change fret markings to roman from old-roman

16 years agoUpdate from Joseph
Graham Percival [Fri, 1 Aug 2008 01:17:55 +0000 (18:17 -0700)]
Update from Joseph

16 years agoUpdate from Ralph.
Graham Percival [Fri, 1 Aug 2008 01:17:45 +0000 (18:17 -0700)]
Update from Ralph.

16 years agoMinor formatting quirk.
Graham Percival [Fri, 1 Aug 2008 01:17:28 +0000 (18:17 -0700)]
Minor formatting quirk.

16 years agoLSR: Update.
Neil Puttock [Thu, 31 Jul 2008 23:29:08 +0000 (00:29 +0100)]
LSR: Update.

16 years agoAdd convert rule for \put-adjacent.
Neil Puttock [Thu, 31 Jul 2008 22:14:46 +0000 (23:14 +0100)]
Add convert rule for \put-adjacent.

Change rule version for \ottava.

16 years agoBump version.
Neil Puttock [Thu, 31 Jul 2008 21:04:15 +0000 (22:04 +0100)]
Bump version.

16 years agoFix --help and --version for help2man.
Werner Lemberg [Thu, 31 Jul 2008 13:10:07 +0000 (15:10 +0200)]
Fix --help and --version for help2man.

16 years agoImprove man pages in `scripts' directory.
Werner Lemberg [Thu, 31 Jul 2008 12:35:20 +0000 (14:35 +0200)]
Improve man pages in `scripts' directory.

help2man is quite picky:

  . It needs newlines to properly identify the various sections.

  . Examples must start with a shell prompt character.

  . Multiple usage lines needs the same indentation.

  . I've replaced the `Bugs' string with an empty one in the call
    to the `addoption_group' since it confuses help2man otherwise.

Note that man page output is still not optimal yet; some constructs
can't be handled well by automatic parsing.

16 years agoFix permissions.
Werner Lemberg [Thu, 31 Jul 2008 10:41:10 +0000 (12:41 +0200)]
Fix permissions.

16 years agoMerge branch 'master' of git://git.sv.gnu.org/lilypond
Graham Percival [Thu, 31 Jul 2008 05:18:59 +0000 (22:18 -0700)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond

16 years agoUpdate from Joseph
Graham Percival [Thu, 31 Jul 2008 05:16:38 +0000 (22:16 -0700)]
Update from Joseph

16 years agoUpdate indices from Ralph
Graham Percival [Thu, 31 Jul 2008 05:15:02 +0000 (22:15 -0700)]
Update indices from Ralph

16 years agoImproved patch for bezier barre indicators
Carl Sorensen [Thu, 31 Jul 2008 04:09:53 +0000 (22:09 -0600)]
Improved patch for bezier barre indicators

16 years agoFix bug in curved barre location for fret-diagrams
Carl Sorensen [Thu, 31 Jul 2008 03:45:34 +0000 (21:45 -0600)]
Fix bug in curved barre location for fret-diagrams

16 years agoMerge branch 'release/2.11.54-1'
Neil Puttock [Wed, 30 Jul 2008 19:18:37 +0000 (20:18 +0100)]
Merge branch 'release/2.11.54-1'

16 years agoUpdate of Spanish doc po
Francisco Vila [Wed, 30 Jul 2008 09:36:41 +0000 (11:36 +0200)]
Update of Spanish doc po

16 years agoGDP: LM 5.1.4 Drop a TODO
Trevor Daniels [Wed, 30 Jul 2008 08:01:40 +0000 (09:01 +0100)]
GDP: LM 5.1.4 Drop a TODO

16 years agoMerge branch 'master' of git://git.sv.gnu.org/lilypond
Graham Percival [Tue, 29 Jul 2008 23:32:58 +0000 (16:32 -0700)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond

16 years agoUpdate index entries from Ralph
Graham Percival [Tue, 29 Jul 2008 23:20:20 +0000 (16:20 -0700)]
Update index entries from Ralph

16 years agoClarify index policy
Graham Percival [Tue, 29 Jul 2008 23:19:53 +0000 (16:19 -0700)]
Clarify index policy

16 years agoRemove debug code.
Neil Puttock [Tue, 29 Jul 2008 20:31:21 +0000 (21:31 +0100)]
Remove debug code.

16 years agoFix \put-adjacent.
Neil Puttock [Tue, 29 Jul 2008 20:02:47 +0000 (21:02 +0100)]
Fix \put-adjacent.

Add new signature to parser and change argument order.

16 years agoCommented out example in Vocal now compiles
Francisco Vila [Tue, 29 Jul 2008 16:09:07 +0000 (18:09 +0200)]
Commented out example in Vocal now compiles

16 years agoMultiple clarifications on Vocal doc
Francisco Vila [Tue, 29 Jul 2008 15:45:18 +0000 (17:45 +0200)]
Multiple clarifications on Vocal doc

devnull, melismata, extender lines, etc

16 years agoGDP: NR 4 Merge Displaying spacing into Fitting music
Trevor Daniels [Tue, 29 Jul 2008 10:44:55 +0000 (11:44 +0100)]
GDP: NR 4 Merge Displaying spacing into Fitting music

16 years agoNew function: \ottava #oct, replaces #(set-octavation oct)
Reinhold Kainhofer [Sat, 28 Jun 2008 12:07:25 +0000 (14:07 +0200)]
New function: \ottava #oct, replaces #(set-octavation oct)

16 years agoReword
Francisco Vila [Tue, 29 Jul 2008 09:15:55 +0000 (11:15 +0200)]
Reword

Thanks to Stan Sanderson

16 years agoNR 5 Fix FIXMEs (1)
Trevor Daniels [Tue, 29 Jul 2008 07:40:21 +0000 (08:40 +0100)]
NR 5 Fix FIXMEs (1)

16 years agoUpdate from Joseph.
Graham Percival [Mon, 28 Jul 2008 23:59:14 +0000 (16:59 -0700)]
Update from Joseph.

16 years agoFix trills.
Werner Lemberg [Mon, 28 Jul 2008 22:30:57 +0000 (00:30 +0200)]
Fix trills.

16 years agoFix error in inversion descriptions.
Carl Sorensen [Mon, 28 Jul 2008 18:55:07 +0000 (12:55 -0600)]
Fix error in inversion descriptions.

16 years agobump version. release/2.11.54-1
Han-Wen Nienhuys [Mon, 28 Jul 2008 15:35:47 +0000 (12:35 -0300)]
bump version.

16 years agoMerge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
Han-Wen Nienhuys [Mon, 28 Jul 2008 05:21:47 +0000 (02:21 -0300)]
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond

16 years agoAdd regtest for Fix for #435.
Han-Wen Nienhuys [Mon, 28 Jul 2008 05:12:25 +0000 (02:12 -0300)]
Add regtest for Fix for #435.

16 years agoFix #435.
Han-Wen Nienhuys [Mon, 28 Jul 2008 05:08:51 +0000 (02:08 -0300)]
Fix #435.

Add symmetric widening variant for tie scoring.

16 years agoMisc cleanups.
Han-Wen Nienhuys [Mon, 28 Jul 2008 05:08:01 +0000 (02:08 -0300)]
Misc cleanups.

16 years agoMerge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
Han-Wen Nienhuys [Mon, 28 Jul 2008 04:08:59 +0000 (01:08 -0300)]
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond

16 years agoUse LSR snippets.
Graham Percival [Mon, 28 Jul 2008 02:22:20 +0000 (19:22 -0700)]
Use LSR snippets.

16 years agoUpdate common chords table
Carl Sorensen [Mon, 28 Jul 2008 01:24:26 +0000 (19:24 -0600)]
Update common chords table

16 years agoReinstate headword time signatures.
Neil Puttock [Mon, 28 Jul 2008 00:19:36 +0000 (01:19 +0100)]
Reinstate headword time signatures.

16 years agoNew markup command snippets.
Neil Puttock [Sun, 27 Jul 2008 23:56:31 +0000 (00:56 +0100)]
New markup command snippets.

16 years agoLSR: Update.
Neil Puttock [Sun, 27 Jul 2008 23:55:25 +0000 (00:55 +0100)]
LSR: Update.

16 years agoMinor editing.
Graham Percival [Sun, 27 Jul 2008 23:33:27 +0000 (16:33 -0700)]
Minor editing.

16 years agoUpdate GDP list
Graham Percival [Sun, 27 Jul 2008 23:10:10 +0000 (16:10 -0700)]
Update GDP list

16 years agoUpdate from Joseph
Graham Percival [Sun, 27 Jul 2008 23:09:47 +0000 (16:09 -0700)]
Update from Joseph

16 years agoUpdate from Joseph
Graham Percival [Sun, 27 Jul 2008 23:09:38 +0000 (16:09 -0700)]
Update from Joseph

16 years agoMerge branch 'master' of git://git.sv.gnu.org/lilypond
Graham Percival [Sat, 26 Jul 2008 20:01:12 +0000 (13:01 -0700)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond

16 years agoadd snippet.
Graham Percival [Sat, 26 Jul 2008 20:00:25 +0000 (13:00 -0700)]
add snippet.

16 years agoMerge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond...
John Mandereau [Sat, 26 Jul 2008 18:58:39 +0000 (20:58 +0200)]
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond into lilypond/translation

* 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond:
  Translation of LSR snippets in Simultaneous

16 years agoMerge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond into lilypond...
John Mandereau [Sat, 26 Jul 2008 18:57:57 +0000 (20:57 +0200)]
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond into lilypond/translation

* 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond:
  Change short-indent behaviour.

16 years agoChange short-indent behaviour.
Neil Puttock [Sat, 26 Jul 2008 18:51:42 +0000 (19:51 +0100)]
Change short-indent behaviour.

Harmonize with indent so that short instrument names are not indented in the margin.

16 years agoTranslation of LSR snippets in Simultaneous
Francisco Vila [Sat, 26 Jul 2008 17:00:45 +0000 (19:00 +0200)]
Translation of LSR snippets in Simultaneous

16 years agoMerge branch 'master' into lilypond/translation
John Mandereau [Sat, 26 Jul 2008 16:56:38 +0000 (18:56 +0200)]
Merge branch 'master' into lilypond/translation

* master: (39 commits)
  Final (?) update.
  Update from Francisco.
  GDP: NR 4 Reintegrate section from LM
  brown paper bag typo.
  add snippet links.
  Reinstate commented-out parts.
  Update for NR 1.6
  Update from Jonathan.
  Layout nitpicks for notime fragment option.
  Typo.
  Another pass on expressive.itely
  Work around 'make web-clean' madness
  Disable docs compilation in input/manual
  Add maximumFretStretch to list of properties read by Fretboard_engraver
  Added music examples to common chords table
  Update fret diagrams in fretted-strings.itely
  Correct tablatureFormat definition.
  LSR: Update.
  Change references to fret diagrams in changing-defaults.itely
  Rewrite fret diagrams portion of fretted-strings.itely
  ...

16 years agoCompile fix
Francisco Vila [Sat, 26 Jul 2008 16:43:21 +0000 (18:43 +0200)]
Compile fix

16 years agoUpdate of Simultaneous
Francisco Vila [Sat, 26 Jul 2008 16:17:33 +0000 (18:17 +0200)]
Update of Simultaneous

16 years agoMark translation status as post-GDP
Francisco Vila [Sat, 26 Jul 2008 08:07:21 +0000 (10:07 +0200)]
Mark translation status as post-GDP

16 years agoBad committish
Francisco Vila [Sat, 26 Jul 2008 07:56:08 +0000 (09:56 +0200)]
Bad committish

16 years agoUpdate of Tutorial
Francisco Vila [Sat, 26 Jul 2008 07:54:41 +0000 (09:54 +0200)]
Update of Tutorial

16 years agoBad Committish
Francisco Vila [Fri, 25 Jul 2008 22:44:12 +0000 (00:44 +0200)]
Bad Committish

16 years agoMerge branch 'master' of git://git.sv.gnu.org/lilypond
Graham Percival [Fri, 25 Jul 2008 21:02:13 +0000 (14:02 -0700)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond