]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
16 years agoChange Snippets compilation
John Mandereau [Fri, 29 Feb 2008 15:43:15 +0000 (16:43 +0100)]
Change Snippets compilation

- clean up input/lsr/GNUmakefile

- compile Snippets (input/lsr) in Info, rename 'snippets' to
'lilypond-snippets' to avoid possible name clash in /usr/share/info,

- move local-install-info target from Documentation/user/GNUmakefile
to texinfo-targets.make,

- lilypond-book: fix output_print_filename (use format argument
iso. global options format) and call this function properly for
Texinfo snippet formatting,

- add generic purpose @rlsr macro; immediate use is for linking to
snippets tags, but it could be used later to link to individual
snippets,

- www_post.py, add_html_footer.py: add ad-hoc code to make xrefs
to Snippets work.

16 years agoUpdate Python deprecated string functions
John Mandereau [Fri, 29 Feb 2008 14:50:56 +0000 (15:50 +0100)]
Update Python deprecated string functions

16 years agoAdd --current-version convert-ly cmd line option
John Mandereau [Fri, 29 Feb 2008 14:49:12 +0000 (15:49 +0100)]
Add --current-version convert-ly cmd line option

Also allow guessing \version when reading from stdin, and clean up
deprecated string functions.

16 years agoUpdate texinfo.tex from Texinfo CVS (again)
John Mandereau [Fri, 29 Feb 2008 11:28:47 +0000 (12:28 +0100)]
Update texinfo.tex from Texinfo CVS (again)

This fix PDF docs compilation failure with previous
texinfo.tex revision.

16 years agoAdd @version macro to French docs
John Mandereau [Thu, 28 Feb 2008 23:11:50 +0000 (00:11 +0100)]
Add @version macro to French docs

16 years agoUpdate macros in German docs
John Mandereau [Thu, 28 Feb 2008 23:11:08 +0000 (00:11 +0100)]
Update macros in German docs

16 years agoThinko: update EXTRA_DIST_FILES
John Mandereau [Thu, 28 Feb 2008 21:24:45 +0000 (22:24 +0100)]
Thinko: update EXTRA_DIST_FILES

16 years agoOnly print base name in lilypond-book printfilename option
John Mandereau [Wed, 27 Feb 2008 15:19:10 +0000 (16:19 +0100)]
Only print base name in lilypond-book printfilename option

This should fix file names with absolute paths in regtests compiled
with GUB.

16 years agoDocument lilypond-book looking for snippets in -I paths
John Mandereau [Wed, 27 Feb 2008 15:14:00 +0000 (16:14 +0100)]
Document lilypond-book looking for snippets in -I paths

This documents lilypond-book change in commit
d9b4bfc69674eb4ed7b8c6eaa0b646f00eae6c8d.

16 years agoDo not include translations status template in docball
John Mandereau [Wed, 27 Feb 2008 14:01:30 +0000 (15:01 +0100)]
Do not include translations status template in docball

16 years agoMerge branch 'lilypond/translation' into dev/jmandereau
John Mandereau [Wed, 27 Feb 2008 12:25:24 +0000 (13:25 +0100)]
Merge branch 'lilypond/translation' into dev/jmandereau

* lilypond/translation:
  Clean up translated docs makefiles

16 years agoUpdate texinfo.tex from Texinfo CVS
John Mandereau [Wed, 27 Feb 2008 10:58:15 +0000 (11:58 +0100)]
Update texinfo.tex from Texinfo CVS

16 years agoRestore version macro in English docs
John Mandereau [Wed, 27 Feb 2008 10:35:50 +0000 (11:35 +0100)]
Restore version macro in English docs

This reverts commit 4b697fc801b008995b9bc9ed19e8631b7b695cea.

16 years agoRestore "Always use Lily current version number in docs"
John Mandereau [Wed, 27 Feb 2008 10:33:29 +0000 (11:33 +0100)]
Restore "Always use Lily current version number in docs"

This reverts commit 1e8143e9602629a017fd9c1fe6c59c9f4af6969f.

16 years agoClean up translated docs makefiles
John Mandereau [Wed, 27 Feb 2008 10:25:48 +0000 (11:25 +0100)]
Clean up translated docs makefiles

- fix $(OUT_TEXI_FILES) dependency (it depends on macros.itexi too!),

- remove unnecssary .nexi rule,

- remove deep-WWW-clean and local-WWW-clean; these targets are
  redundant with 'make out=www clean'

- remove web-clean; maybe move this target to ly-targets.make?

16 years agoMerge branch 'master' into lilypond/translation
John Mandereau [Tue, 26 Feb 2008 18:05:26 +0000 (19:05 +0100)]
Merge branch 'master' into lilypond/translation

* master:
  Revert lys-to-tely changes
  Add stub for - subsection.
  Linking to ^_ section.
  Update from Patrick.
  Typo.
  Typo.
  Updates from Trevor.
  Disable version macro.
  Revert "Always use Lily current version number in docs"
  Fix 554.
  Fix 550.
  Fix 577.
  Thinko: compare abs of both positions.
  Take git diff from src-dir for test target.
  Use \addlyrics for lyric-hyphen.ly
  Use \addlyrics for lyric-hyphen-break.ly

16 years agoMerge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond...
John Mandereau [Tue, 26 Feb 2008 15:48:29 +0000 (16:48 +0100)]
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond into dev/jmandereau

* 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond:
  Spanish pitches sectioning fix
  Restored Spanish laissez vibrer ties documentation
  Moved ties subsection
  Sectioning of Spanish expressive document
  Correct sectioning of Spanish editorial
  Updated Spanish learning doc master file

16 years agoAdd generated translations status page
John Mandereau [Tue, 26 Feb 2008 15:45:26 +0000 (16:45 +0100)]
Add generated translations status page

16 years agoImprove translation status script
John Mandereau [Tue, 26 Feb 2008 15:38:38 +0000 (16:38 +0100)]
Improve translation status script

- use subprocess.Popen iso. os.popen to catch errors
- compute uptodateness percentage more accurately
- fix section numbering

16 years agoMerge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
John Mandereau [Tue, 26 Feb 2008 15:03:18 +0000 (16:03 +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:
  Fix 554.
  Fix 550.
  Fix 577.

16 years agoRevert lys-to-tely changes
John Mandereau [Tue, 26 Feb 2008 08:03:22 +0000 (09:03 +0100)]
Revert lys-to-tely changes

This is not the right way to print base name of files in regtests and
other collated-files.

This commit reverts 043d8bff2c6ad082edba8a88c678299a7b9a89fd
and 85ec5d253ad5468e2d3b30e25599891b175572f3.

16 years agoMerge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond
Joe Neeman [Tue, 26 Feb 2008 06:35:24 +0000 (08:35 +0200)]
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond

16 years agoAdd stub for - subsection.
Graham Percival [Tue, 26 Feb 2008 06:27:41 +0000 (22:27 -0800)]
Add stub for - subsection.

16 years agoLinking to ^_ section.
Graham Percival [Tue, 26 Feb 2008 04:14:49 +0000 (20:14 -0800)]
Linking to ^_ section.

16 years agoUpdate from Patrick.
Graham Percival [Tue, 26 Feb 2008 03:58:39 +0000 (19:58 -0800)]
Update from Patrick.

16 years agoMerge branch 'master' of git://git.sv.gnu.org/lilypond
Graham Percival [Tue, 26 Feb 2008 03:23:40 +0000 (19:23 -0800)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond

16 years agoTypo.
Graham Percival [Tue, 26 Feb 2008 03:23:15 +0000 (19:23 -0800)]
Typo.

16 years agoMerge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
Han-Wen Nienhuys [Tue, 26 Feb 2008 02:33:54 +0000 (23:33 -0300)]
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond

16 years agoTypo.
Graham Percival [Tue, 26 Feb 2008 02:06:15 +0000 (18:06 -0800)]
Typo.

16 years agoUpdates from Trevor.
Graham Percival [Tue, 26 Feb 2008 02:01:29 +0000 (18:01 -0800)]
Updates from Trevor.

16 years agoDisable version macro.
Graham Percival [Tue, 26 Feb 2008 02:01:20 +0000 (18:01 -0800)]
Disable version macro.

16 years agoRevert "Always use Lily current version number in docs"
Graham Percival [Tue, 26 Feb 2008 01:47:31 +0000 (17:47 -0800)]
Revert "Always use Lily current version number in docs"

This reverts commit 351c128ea97502ed59e912249211734957877814.

16 years agoSpanish pitches sectioning fix
Francisco Vila [Tue, 26 Feb 2008 01:02:49 +0000 (02:02 +0100)]
Spanish pitches sectioning fix

16 years agoRestored Spanish laissez vibrer ties documentation
Francisco Vila [Tue, 26 Feb 2008 00:29:07 +0000 (01:29 +0100)]
Restored Spanish laissez vibrer ties documentation

16 years agoMoved ties subsection
Francisco Vila [Tue, 26 Feb 2008 00:07:44 +0000 (01:07 +0100)]
Moved ties subsection

16 years agoSectioning of Spanish expressive document
Francisco Vila [Mon, 25 Feb 2008 23:58:23 +0000 (00:58 +0100)]
Sectioning of Spanish expressive document

16 years agoCorrect sectioning of Spanish editorial
Francisco Vila [Mon, 25 Feb 2008 23:37:01 +0000 (00:37 +0100)]
Correct sectioning of Spanish editorial

Rough structure is OK, full translation still needs much work

16 years agoUpdated Spanish learning doc master file
Francisco Vila [Mon, 25 Feb 2008 23:03:26 +0000 (00:03 +0100)]
Updated Spanish learning doc master file

16 years agoFix 554.
Joe Neeman [Mon, 25 Feb 2008 20:06:36 +0000 (22:06 +0200)]
Fix 554.
Make sure pitched rests enter the horizontal skylines as such.

16 years agoFix 550.
Joe Neeman [Mon, 25 Feb 2008 19:36:33 +0000 (21:36 +0200)]
Fix 550.
Update a regression test that was broken by spacing changes.
Fix a corner case that would incorrectly choose a 3-page layout (with
nicer spacing) over a 2-page layout (with no page turns) with the page-turn
breaker and auto-first-page-number = ##t.

16 years agoFix 577.
Joe Neeman [Mon, 25 Feb 2008 19:09:34 +0000 (21:09 +0200)]
Fix 577.
Fix a silly mistake with grace spacing.
Change the regression test to better show this sort of error.

16 years agoMerge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
John Mandereau [Mon, 25 Feb 2008 14:11:08 +0000 (15:11 +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:
  MusicXML: Better title for chordnames example
  MusicXML: No need to keep really long test for percussion staves, use short one
  MusicXML: Fix using lxml as XML parser
  Remove a duplicate definition of system-start-text-interface.
  A few fixes for cross-staff tuplet brackets.
  Thinko: don't follow the beam on a kneed tuplet.
  Small tweak for the alignment of a TrillSpanner.
  Fine-tune alignment for TrillSpanners.
  Fix 553.

16 years agoFix Spanish docs compilation
John Mandereau [Mon, 25 Feb 2008 13:58:07 +0000 (14:58 +0100)]
Fix Spanish docs compilation

16 years agoAdd support for automatic version number in translated docs
John Mandereau [Mon, 25 Feb 2008 13:57:09 +0000 (14:57 +0100)]
Add support for automatic version number in translated docs

16 years agoMusicXML: Better title for chordnames example
Reinhold Kainhofer [Mon, 25 Feb 2008 13:53:30 +0000 (14:53 +0100)]
MusicXML: Better title for chordnames example

16 years agoTry to use base name of regtests file names
John Mandereau [Mon, 25 Feb 2008 13:34:26 +0000 (14:34 +0100)]
Try to use base name of regtests file names

16 years agoMusicXML: No need to keep really long test for percussion staves, use short one
Reinhold Kainhofer [Mon, 25 Feb 2008 13:33:06 +0000 (14:33 +0100)]
MusicXML: No need to keep really long test for percussion staves, use short one

16 years agoMusicXML: Fix using lxml as XML parser
Reinhold Kainhofer [Mon, 25 Feb 2008 12:14:25 +0000 (13:14 +0100)]
MusicXML: Fix using lxml as XML parser

Unfortunately, the default lxml.etree parser also includes comments
in its tree, which does not return a string as its tag, but a built-in
function Comment. Thus, I need to filter out all these comments.
It seems that lxml does not have any convenient way to check whether
a given node is a comment, so I convert it to its string representation
and compare with "<!--.*-->". Of course, this is a bad hack, but I haven't
found a better way yet.

16 years agoMerge commit '052a546' into original
Joe Neeman [Mon, 25 Feb 2008 10:58:18 +0000 (12:58 +0200)]
Merge commit '052a546' into original

16 years agoRemove a duplicate definition of system-start-text-interface.
Joe Neeman [Mon, 25 Feb 2008 10:52:53 +0000 (12:52 +0200)]
Remove a duplicate definition of system-start-text-interface.

16 years agoA few fixes for cross-staff tuplet brackets.
Joe Neeman [Mon, 25 Feb 2008 10:52:24 +0000 (12:52 +0200)]
A few fixes for cross-staff tuplet brackets.

16 years agoMerge branch 'lilypond/translation'
John Mandereau [Mon, 25 Feb 2008 10:11:21 +0000 (11:11 +0100)]
Merge branch 'lilypond/translation'

* lilypond/translation:
  Fix bad cross references in Spanish docs
  First sections of Spanish tutorial updated
  Use @version{} macro in Spanish Docs

16 years agoThinko: don't follow the beam on a kneed tuplet.
Joe Neeman [Mon, 25 Feb 2008 08:17:28 +0000 (10:17 +0200)]
Thinko: don't follow the beam on a kneed tuplet.

16 years agoSmall tweak for the alignment of a TrillSpanner.
Joe Neeman [Mon, 25 Feb 2008 08:17:08 +0000 (10:17 +0200)]
Small tweak for the alignment of a TrillSpanner.

16 years agoThinko: compare abs of both positions. release/2.11.41-1
Han-Wen Nienhuys [Mon, 25 Feb 2008 02:36:43 +0000 (23:36 -0300)]
Thinko: compare abs of both positions.

16 years agoTake git diff from src-dir for test target.
Han-Wen Nienhuys [Mon, 25 Feb 2008 02:35:34 +0000 (23:35 -0300)]
Take git diff from src-dir for test target.

16 years agoUse \addlyrics for lyric-hyphen.ly
Han-Wen Nienhuys [Mon, 25 Feb 2008 02:31:11 +0000 (23:31 -0300)]
Use \addlyrics for lyric-hyphen.ly

16 years agoUse \addlyrics for lyric-hyphen-break.ly
Han-Wen Nienhuys [Mon, 25 Feb 2008 02:30:05 +0000 (23:30 -0300)]
Use \addlyrics for lyric-hyphen-break.ly

16 years agoFix #557.
Han-Wen Nienhuys [Mon, 25 Feb 2008 00:44:47 +0000 (21:44 -0300)]
Fix #557.

Fix ancient thinko with staccato dots on forced stem directions.
Document this case analysis.

16 years agoBump version.
Han-Wen Nienhuys [Mon, 25 Feb 2008 00:19:03 +0000 (21:19 -0300)]
Bump version.

16 years agoUse upper (beam direction independent) line for per-note concaveness
Han-Wen Nienhuys [Mon, 25 Feb 2008 00:18:44 +0000 (21:18 -0300)]
Use upper (beam direction independent) line for per-note concaveness
check. Fixes beam in the rachmaninov example.

16 years agoFixes for score debugging: introduce a generic 'annotation variable,
Han-Wen Nienhuys [Mon, 25 Feb 2008 00:18:01 +0000 (21:18 -0300)]
Fixes for score debugging: introduce a generic 'annotation variable,
which defaults to quant-score if debug-XXX-scoring is set.

16 years agoFix bad cross references in Spanish docs
Francisco Vila [Sun, 24 Feb 2008 23:15:46 +0000 (00:15 +0100)]
Fix bad cross references in Spanish docs

16 years agoMerge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
Han-Wen Nienhuys [Sun, 24 Feb 2008 23:02:40 +0000 (20:02 -0300)]
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond

16 years agoFirst sections of Spanish tutorial updated
Francisco Vila [Sun, 24 Feb 2008 18:03:56 +0000 (19:03 +0100)]
First sections of Spanish tutorial updated

16 years agoFine-tune alignment for TrillSpanners.
Joe Neeman [Sat, 23 Feb 2008 19:38:45 +0000 (20:38 +0100)]
Fine-tune alignment for TrillSpanners.
Allow line spanners to specify anchor alignments for both endpoints.

16 years agoMerge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond
Reinhold Kainhofer [Sun, 24 Feb 2008 11:56:07 +0000 (12:56 +0100)]
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond

16 years agoMerge commit 'd695e48' into original
Joe Neeman [Sun, 24 Feb 2008 11:52:48 +0000 (13:52 +0200)]
Merge commit 'd695e48' into original

16 years agoMerge branch 'master' of /home/lilycvs/git/lily/
John Mandereau [Sun, 24 Feb 2008 08:47:24 +0000 (09:47 +0100)]
Merge branch 'master' of /home/lilycvs/git/lily/

* 'master' of /home/lilycvs/git/lily/:
  Thinkos: make text/trill spanners run up to the last note.
  Fix #576.

16 years agoDefine ly rules for docs with ly images if out is non empty
John Mandereau [Sun, 24 Feb 2008 08:36:52 +0000 (09:36 +0100)]
Define ly rules for docs with ly images if out is non empty

This should fix 'make test'

16 years agoFix 553.
Joe Neeman [Sun, 24 Feb 2008 03:13:35 +0000 (05:13 +0200)]
Fix 553.
If a Break_aligned grob has an empty extent, a rehearsal mark should ignore it.

16 years agoUse @version{} macro in Spanish Docs
Francisco Vila [Sun, 24 Feb 2008 01:27:47 +0000 (02:27 +0100)]
Use @version{} macro in Spanish Docs

16 years agoFix #532.
Han-Wen Nienhuys [Sun, 24 Feb 2008 00:07:14 +0000 (21:07 -0300)]
Fix #532.

In case that the lyrics name is "", don't go looking for an associated
voice.

16 years agoMerge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
Han-Wen Nienhuys [Sat, 23 Feb 2008 23:52:44 +0000 (20:52 -0300)]
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond

16 years agoThinkos: make text/trill spanners run up to the last note.
Han-Wen Nienhuys [Sat, 23 Feb 2008 23:51:35 +0000 (20:51 -0300)]
Thinkos: make text/trill spanners run up to the last note.

16 years agoFix #576.
Han-Wen Nienhuys [Sat, 23 Feb 2008 23:51:21 +0000 (20:51 -0300)]
Fix #576.

Reverse the order when copying alists to other alists.  This maintains
the order of properties, making sure overrides have their intended
effects.

16 years agoRevert Spanish LSR macro defs
John Mandereau [Sat, 23 Feb 2008 21:54:54 +0000 (22:54 +0100)]
Revert Spanish LSR macro defs

New LSR macro defs (in English docs) take one more argument than
old ones (in all translations).

16 years agoMerge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond into lilypond...
John Mandereau [Sat, 23 Feb 2008 21:34:37 +0000 (22:34 +0100)]
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:
  Fix #580.

16 years agoNitpicks in Spanish macros
John Mandereau [Sat, 23 Feb 2008 21:31:28 +0000 (22:31 +0100)]
Nitpicks in Spanish macros

- remove deprecated macro definitions and calls in case it's simple
- revert Info refs macro definitions (not used yet)

16 years agoMerge branch 'master' into lilypond/translation
John Mandereau [Sat, 23 Feb 2008 20:14:29 +0000 (21:14 +0100)]
Merge branch 'master' into lilypond/translation

* master:
  lilypond-book: touch .texi output files already up to date
  Thinko: automatic version in docs also requires macros.itexi
  Always use Lily current version number in docs
  Fix snippets compilation

16 years agoFix broken links in Spanish PDF
Francisco Vila [Sat, 23 Feb 2008 20:13:38 +0000 (21:13 +0100)]
Fix broken links in Spanish PDF

16 years agoFix #580.
Han-Wen Nienhuys [Sat, 23 Feb 2008 20:13:24 +0000 (17:13 -0300)]
Fix #580.

Acknowledge note-columns, and add a missing add_bound_item() call.
This makes trill and text spanners attach to notes (from the staff) if
possible, so objects in other staves will not influence their
attachments.

Add regression test.

16 years agoMusicXML: Test case for lyrics on melismata with beaming ignored
Reinhold Kainhofer [Sat, 23 Feb 2008 17:56:44 +0000 (18:56 +0100)]
MusicXML: Test case for lyrics on melismata with beaming ignored

16 years agoMusicXML: Ignore lyrics on beamed notes (melismata)
Reinhold Kainhofer [Sat, 23 Feb 2008 17:53:49 +0000 (18:53 +0100)]
MusicXML: Ignore lyrics on beamed notes (melismata)

16 years agoUpdated Spanish macros.itexi
Francisco Vila [Sat, 23 Feb 2008 17:53:14 +0000 (18:53 +0100)]
Updated Spanish macros.itexi

16 years agoSwitched refbugs macro
Francisco Vila [Sat, 23 Feb 2008 16:07:56 +0000 (17:07 +0100)]
Switched refbugs macro

16 years agoupdated Spanish changing-defaults
Francisco Vila [Sat, 23 Feb 2008 14:47:23 +0000 (15:47 +0100)]
updated Spanish changing-defaults

16 years agolilypond-book: touch .texi output files already up to date
John Mandereau [Sat, 23 Feb 2008 14:42:14 +0000 (15:42 +0100)]
lilypond-book: touch .texi output files already up to date

16 years agoThinko: automatic version in docs also requires macros.itexi
John Mandereau [Sat, 23 Feb 2008 14:40:41 +0000 (15:40 +0100)]
Thinko: automatic version in docs also requires macros.itexi

16 years agoAlways use Lily current version number in docs
John Mandereau [Sat, 23 Feb 2008 14:29:43 +0000 (15:29 +0100)]
Always use Lily current version number in docs

16 years agosingle macro update
Francisco Vila [Sat, 23 Feb 2008 11:17:38 +0000 (12:17 +0100)]
single macro update

16 years agoFix snippets compilation
John Mandereau [Sat, 23 Feb 2008 11:06:30 +0000 (12:06 +0100)]
Fix snippets compilation

lys quoted verbatim in Texinfo must always end with a newline,
otherwise TeX fails when reading '@end verbatim' not at beginning of a
line.  Maybe lilypond-book could add a newline if necessary when
writing @verbatim block, so we wouldn't have to worry about this any
more.

16 years agoMerge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
John Mandereau [Sat, 23 Feb 2008 08:11:50 +0000 (09:11 +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:
  Update from Jay.
  Updates from Trevor.
  MusicXML: brackets (\startGroup and \stopGroup) need a special engraver add to Staff
  MusicXML: Add possible \layout block, use autoBeaming=##f by default, allow manual beaming
  MusicXML: The <attributes> tag can have multiple <staff-details> children

16 years agoUpdate French macros.itexi further
John Mandereau [Sat, 23 Feb 2008 08:09:16 +0000 (09:09 +0100)]
Update French macros.itexi further

16 years agoUpdate from Jay.
Graham Percival [Sat, 23 Feb 2008 03:49:26 +0000 (19:49 -0800)]
Update from Jay.

16 years agoMerge branch 'master' of git://git.sv.gnu.org/lilypond
Graham Percival [Fri, 22 Feb 2008 20:08:07 +0000 (12:08 -0800)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond

16 years agoUpdates from Trevor.
Graham Percival [Fri, 22 Feb 2008 20:07:25 +0000 (12:07 -0800)]
Updates from Trevor.

16 years agoMerge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond
Reinhold Kainhofer [Fri, 22 Feb 2008 17:23:38 +0000 (18:23 +0100)]
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond

16 years agoAdd Jean-Charles as French docs section titles translator
John Mandereau [Fri, 22 Feb 2008 15:49:06 +0000 (16:49 +0100)]
Add Jean-Charles as French docs section titles translator

16 years agoMusicXML: brackets (\startGroup and \stopGroup) need a special engraver add to Staff
Reinhold Kainhofer [Fri, 22 Feb 2008 15:47:36 +0000 (16:47 +0100)]
MusicXML: brackets (\startGroup and \stopGroup) need a special engraver add to Staff