John Mandereau [Thu, 15 May 2008 14:55:07 +0000 (16:55 +0200)]
Merge branch 'master' into lilypond/translation
* master:
Update from Carl.
Policy update.
Update from Andrew.
Update from Carl.
GDP: Process comments from JK
Update from Carl.
policy update.
Policy update.
minor stuff
First pass at new chords.
policy fix
Update from Ralph.
Change sacred head example. (why on earth use \time 6/4 ?!)
Extend example of shaped heads to show all pitches
Added more todo items.
John Mandereau [Sun, 11 May 2008 13:18:27 +0000 (15:18 +0200)]
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
* 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond:
More `about' stuff, plus THANKS and TODO lists.
Links for `about the docs' stuff.
Add links to About section.
Begin reworking `About the documentation'.
Update from Francisco with modifications by me.
John Mandereau [Sat, 10 May 2008 07:06:50 +0000 (09:06 +0200)]
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 591.
Fix 585.
MusicXML: Use indentation in PostScript for better structuring
Update from Neil in input/new
@internalsref -> @rinternals update.
Update from Francisco
Test of LSR commenting-out.
Policy updates.
Update from Francisco.
Joe Neeman [Sat, 10 May 2008 01:40:09 +0000 (11:40 +1000)]
Fix 585.
Fix a confusion about the reference point of skylines. The skyline retrieved
with g->get_property("vertical-skylines") should be relative to g, not
relative to g's elements' common refpoint, as some code in align-interface.cc
mistakenly thought.
John Mandereau [Thu, 8 May 2008 12:07:14 +0000 (14:07 +0200)]
Merge branch 'lilypond/translation'
* lilypond/translation:
Oops, restored file from another branch
Update -- chords, clusters, and parallel music example
Removed obsolete file
Update of tutorial
John Mandereau [Thu, 8 May 2008 12:03:03 +0000 (14:03 +0200)]
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
* 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond:
minor updates.
Update from Francisco.
Update from Patrick.
Update from Valentin.
GDP: Process comments from JK
Fix from Han-Wen testimony on bug-lilypond.
Small updates.
Update from Valentin.
John Mandereau [Thu, 8 May 2008 08:25:15 +0000 (10:25 +0200)]
Merge branch 'lilypond/translation' of /home/lilycvs/git/lily/ into lilypond/translation
* 'lilypond/translation' of /home/lilycvs/git/lily/:
Fix use of relative in docs and restore UTF-8 strings
compile fix (apparently)
Formatting nits.
Remove stray letter.
New dynamics engravers
Small formatting cleanups.
Add Drul_array<>::set() method.
Add ly:prob-[im]mutable-properties Scheme bindings.
Restore Tie direction default
Add NEWS entry for arpeggio.
Fix #455.
Fix #521.
Bump version.
Make fast_substitute_grob_array() protected.
Fix #434, #440
Add Skyline_pair::print[_point](), add some minor cleanups.
Move Skyline_pair and Paper_system bindings into their own files.
code layout nits.
Fix #578.
John Mandereau [Thu, 8 May 2008 08:24:53 +0000 (10:24 +0200)]
Merge branch 'master' into lilypond/translation
* master:
Fix use of relative in docs and restore UTF-8 strings
compile fix (apparently)
Formatting nits.
Remove stray letter.
New dynamics engravers
Small formatting cleanups.
Add Drul_array<>::set() method.
Add ly:prob-[im]mutable-properties Scheme bindings.
Restore Tie direction default
Add NEWS entry for arpeggio.
Fix #455.
Fix #521.
Bump version.
Make fast_substitute_grob_array() protected.
Fix #434, #440
Add Skyline_pair::print[_point](), add some minor cleanups.
Move Skyline_pair and Paper_system bindings into their own files.
code layout nits.
Fix #578.
John Mandereau [Sat, 3 May 2008 09:37:37 +0000 (11:37 +0200)]
Fix use of relative in docs and restore UTF-8 strings
* replace bare \relative with "\relative c'" -- I didn't check
systematically, there must remain some occurences of bare
\relative.
* fix misuse of relative lilypond-book fragment option -- cases of
misuse were probably not fixed because relative without fragment used
to have no effect on ly snippets.
The New_dynamic_engraver handles creation of (de)crescendi and scripts
while Dynamic_align_engraver is responsible for the spanner that keeps
related dynamics on a single line.
In single tie case, use Tie::get_default_dir() to determine tie
directions. This now peeks across line boundaries, so the direction
for the 2 broken halves is synced.
Add neutral-direction to Tie so the defaults can be adjusted.
John Mandereau [Thu, 1 May 2008 18:47:19 +0000 (20:47 +0200)]
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
* 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond:
Markup command documentation: manually order categories
GDP: Add index entries to LM 3
Additional markup categorizing
Policy updates.
Update from Ralph.
Nicolas Sceaux [Thu, 1 May 2008 10:45:27 +0000 (12:45 +0200)]
Markup command documentation: manually order categories
When a new markup command category is added, update `ordered-categories'
in the markup-doc-node function, file scm/document-markup.scm
(otherwise the new category will be added at the end).