John Mandereau [Sat, 25 Aug 2007 18:32:53 +0000 (20:32 +0200)]
Merge branch 'lilypond/translation' of /home/lilycvs/git/lily/ into lilypond/translation
* 'lilypond/translation' of /home/lilycvs/git/lily/:
Spell Texinfo document encoding uppercase
Fix translated manuals makefile
Fix cross-references in German and Spanish manuals
Typo.
Include a the full example of the workaround for grace note synchronization.
Revise, correct, simplify. Still not identical to old input...
Remove info dirs correctly (part 2).
Added information on line breaks with beams
Fix spacing for forced accidentals with a tie.
John Mandereau [Sat, 25 Aug 2007 18:32:21 +0000 (20:32 +0200)]
Merge branch 'master' into lilypond/translation
* master:
Spell Texinfo document encoding uppercase
Fix translated manuals makefile
Fix cross-references in German and Spanish manuals
Typo.
Include a the full example of the workaround for grace note synchronization.
Revise, correct, simplify. Still not identical to old input...
Remove info dirs correctly (part 2).
Added information on line breaks with beams
Fix spacing for forced accidentals with a tie.
John Mandereau [Sat, 25 Aug 2007 18:31:28 +0000 (20:31 +0200)]
Spell Texinfo document encoding uppercase
All encodings documented in Texinfo manual are spelled uppercase.
This will hopefully fix problems with accents in Spanish manual.
John Mandereau [Sat, 25 Aug 2007 18:24:44 +0000 (20:24 +0200)]
Fix translated manuals makefile
John Mandereau [Sat, 25 Aug 2007 18:20:50 +0000 (20:20 +0200)]
Fix cross-references in German and Spanish manuals
Graham Percival [Thu, 23 Aug 2007 02:15:33 +0000 (19:15 -0700)]
Typo.
Mats Bengtsson [Wed, 22 Aug 2007 13:25:20 +0000 (15:25 +0200)]
Include a the full example of the workaround for grace note synchronization.
Werner Lemberg [Wed, 22 Aug 2007 06:39:25 +0000 (08:39 +0200)]
Revise, correct, simplify. Still not identical to old input...
John Mandereau [Tue, 21 Aug 2007 20:25:56 +0000 (22:25 +0200)]
Polish French docs PO
I really prefer "emboîté" over "enchassé" because it's much more
commonly used in maths or in science in general.
Werner Lemberg [Tue, 21 Aug 2007 07:54:25 +0000 (09:54 +0200)]
Remove info dirs correctly (part 2).
Mats Bengtsson [Tue, 21 Aug 2007 06:59:53 +0000 (08:59 +0200)]
Added information on line breaks with beams
Joe Neeman [Mon, 20 Aug 2007 22:38:57 +0000 (08:38 +1000)]
Joe Neeman [Mon, 20 Aug 2007 22:37:40 +0000 (08:37 +1000)]
Fix spacing for forced accidentals with a tie.
John Mandereau [Mon, 20 Aug 2007 12:56:53 +0000 (14:56 +0200)]
Update TRANSLATION
John Mandereau [Mon, 20 Aug 2007 08:14:30 +0000 (10:14 +0200)]
Merge branch 'master' into lilypond/translation
* master: (79 commits)
Convert dynamic marks (given in a <direction> tag, assigned to the staff at a given position in xml, not to a note like in lilypond)
Don't crash when a score does not have an explicit key or clef set (e.g. Rosegarden produces such files).
Also convert '0' in part ids to 'Zero', simplify that code a bit.
Sorting of the parts in the .ly output. Currently, their order was not first staff, second staff, third, etc. but seemingly random
Convert articulations like fermata, staccato, tenuto, tremolo (only single-note tremolo), accents, etc.
Remove Info dir entries correctly in 'make install'
Add a full stop in documentation.
Sorting, formatting, adding punctuation, removing a double entry.
Whitespace and punctuation issues.
Add a space-to-barline property to allow looser spacing of clefs.
Fix 392.
Update de.po from Free Translation Project
updated spanish working.itely
updated spanish putting.itely file
updated spanish tweaks.itely file
updated soanish tutorial
updated spanish lilypond.tely
updated spanish basic notation
updated spanish introduction
updated spanish cheat sheet
...
Conflicts:
Documentation/es/user/basic-notation.itely
Documentation/es/user/lilypond.tely
Reinhold Kainhofer [Sun, 19 Aug 2007 22:21:30 +0000 (00:21 +0200)]
Convert dynamic marks (given in a <direction> tag, assigned to the staff at a given position in xml, not to a note like in lilypond)
In the LilyPondVoiceBuilder, I added a method to store any pending dynamics and print them out only after the next note or rest (everything with duration>0) is encountered.
Also convert (de-)crescendo (begin/end also given in a <direction> tag, not assigned to a particular note)
Comment about broken dynamics, when they appear as first element of a part before any note (so that no voice_id is known yet).
Reinhold Kainhofer [Sun, 19 Aug 2007 21:58:27 +0000 (23:58 +0200)]
Don't crash when a score does not have an explicit key or clef set (e.g. Rosegarden produces such files).
Reinhold Kainhofer [Sun, 19 Aug 2007 21:53:26 +0000 (23:53 +0200)]
Also convert '0' in part ids to 'Zero', simplify that code a bit.
Reinhold Kainhofer [Sun, 19 Aug 2007 21:51:51 +0000 (23:51 +0200)]
Sorting of the parts in the .ly output. Currently, their order was not first staff, second staff, third, etc. but seemingly random
Basically, I use the part_list to sort the individual music voices in the order as they appear in the score before printing them out.
Reinhold Kainhofer [Sun, 19 Aug 2007 21:50:29 +0000 (23:50 +0200)]
Convert articulations like fermata, staccato, tenuto, tremolo (only single-note tremolo), accents, etc.
These entries in the xml are inside the <notation>...</notation> tags, listed in the <ornaments>, <technical> and <articulations> tags.
Werner Lemberg [Sun, 19 Aug 2007 19:05:08 +0000 (21:05 +0200)]
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
John Mandereau [Sun, 19 Aug 2007 17:06:23 +0000 (19: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:
Add a space-to-barline property to allow looser spacing of clefs.
Fix 392.
Fix 369.
Fix 399 again.
Don't count accidentals in paper-columns except as conditional items.
Use less space between notes and non-barlines.
Fix commit
de8fda6a51 to only decrease the amount of whitespace.
Refer to Text Marks from Rehearsal Marks instead of duplicating information.
Use less whitespace at the end of a measure.
John Mandereau [Sun, 19 Aug 2007 17:01:14 +0000 (19:01 +0200)]
Remove Info dir entries correctly in 'make install'
John Mandereau [Sun, 19 Aug 2007 08:21:42 +0000 (10:21 +0200)]
Refine check-translation error message
Werner Lemberg [Sun, 19 Aug 2007 07:58:08 +0000 (09:58 +0200)]
Add a full stop in documentation.
Werner Lemberg [Sun, 19 Aug 2007 07:48:02 +0000 (09:48 +0200)]
Sorting, formatting, adding punctuation, removing a double entry.
Werner Lemberg [Sun, 19 Aug 2007 07:16:16 +0000 (09:16 +0200)]
Whitespace and punctuation issues.
Joe Neeman [Sun, 19 Aug 2007 03:42:13 +0000 (13:42 +1000)]
Add a space-to-barline property to allow looser spacing of clefs.
Joe Neeman [Sun, 19 Aug 2007 01:07:22 +0000 (11:07 +1000)]
Joe Neeman [Sat, 18 Aug 2007 21:52:31 +0000 (07:52 +1000)]
Fix 392.
Escape a space in lilypond-compiler.vim.
Jean-Charles Malahieude [Mon, 6 Aug 2007 12:49:45 +0000 (14:49 +0200)]
French updates & link typos
John Mandereau [Sat, 18 Aug 2007 15:43:21 +0000 (17:43 +0200)]
Update de.po from Free Translation Project
Francisco Vila [Tue, 14 Aug 2007 08:44:52 +0000 (10:44 +0200)]
updated spanish working.itely
Francisco Vila [Mon, 13 Aug 2007 08:39:19 +0000 (10:39 +0200)]
updated spanish putting.itely file
Francisco Vila [Mon, 13 Aug 2007 08:22:09 +0000 (10:22 +0200)]
updated spanish tweaks.itely file
Francisco Vila [Sat, 11 Aug 2007 17:44:08 +0000 (19:44 +0200)]
updated soanish tutorial
Francisco Vila [Fri, 10 Aug 2007 07:36:28 +0000 (09:36 +0200)]
updated spanish lilypond.tely
Francisco Vila [Thu, 9 Aug 2007 19:03:56 +0000 (21:03 +0200)]
updated spanish basic notation
Francisco Vila [Wed, 8 Aug 2007 19:20:58 +0000 (21:20 +0200)]
updated spanish introduction
Francisco Vila [Wed, 8 Aug 2007 08:22:57 +0000 (10:22 +0200)]
updated spanish cheat sheet
Francisco Vila [Mon, 6 Aug 2007 15:55:43 +0000 (17:55 +0200)]
updated spanish index
Joe Neeman [Sat, 18 Aug 2007 10:11:04 +0000 (20:11 +1000)]
Han-Wen Nienhuys [Sat, 18 Aug 2007 04:57:27 +0000 (01:57 -0300)]
Fix #404
Mix output-suffix into output filename, and document.
Han-Wen Nienhuys [Sat, 18 Aug 2007 04:07:18 +0000 (01:07 -0300)]
Merge branch 'hwn' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
Han-Wen Nienhuys [Sat, 18 Aug 2007 04:06:04 +0000 (01:06 -0300)]
bump version to .30
Han-Wen Nienhuys [Sat, 18 Aug 2007 04:05:52 +0000 (01:05 -0300)]
Fix #393
Distinguish between beam bound and line bound in beamlet X position
calculation. For a beam bound that is not a line bound, we should not
go to the end of line.
Han-Wen Nienhuys [Sat, 18 Aug 2007 04:03:05 +0000 (01:03 -0300)]
whitespace fixes
Joe Neeman [Sat, 18 Aug 2007 03:45:48 +0000 (13:45 +1000)]
Fix 369.
When a slur goes over cross-staff stems, the slur should be marked cross-staff
too.
Joe Neeman [Sat, 18 Aug 2007 02:15:18 +0000 (12:15 +1000)]
Fix 399 again.
Add a left-neighbor to a column even if it is not the minimum-rank column in
the right-items list of a spacing object.
Joe Neeman [Fri, 17 Aug 2007 23:35:57 +0000 (09:35 +1000)]
Don't count accidentals in paper-columns except as conditional items.
Mats Bengtsson [Fri, 17 Aug 2007 08:46:56 +0000 (10:46 +0200)]
Modified examples of line breaking with hanging notes, to actually show what they are supposed to show
Joe Neeman [Fri, 17 Aug 2007 06:11:24 +0000 (16:11 +1000)]
Use less space between notes and non-barlines.
Joe Neeman [Thu, 16 Aug 2007 21:47:14 +0000 (07:47 +1000)]
Fix commit
de8fda6a51 to only decrease the amount of whitespace.
Mats Bengtsson [Thu, 16 Aug 2007 07:46:36 +0000 (09:46 +0200)]
Slight update to the feathered beam example, to reduce the risk for confusion
Jan Nieuwenhuizen [Wed, 15 Aug 2007 14:05:12 +0000 (16:05 +0200)]
Add input/lsr.
Jan Nieuwenhuizen [Wed, 15 Aug 2007 12:56:12 +0000 (14:56 +0200)]
Put @ifclear branch back to define @node and @chapter Install. Fixes
lilypond-program doc build.
Jan Nieuwenhuizen [Wed, 15 Aug 2007 12:10:30 +0000 (14:10 +0200)]
Convert accidental alteration #'default to standard-alteration-glyph-name-alist
(WAS: alteration-default-glyph-name-alist). Also define alteration-default-glyph-name-alist as an alias for standard-alteration-glyph-name-alist.
Jan Nieuwenhuizen [Wed, 15 Aug 2007 10:23:44 +0000 (12:23 +0200)]
Also filter out-www.
Jan Nieuwenhuizen [Wed, 15 Aug 2007 09:33:21 +0000 (11:33 +0200)]
FIXME: Manually rename semichoirstaff; to semichoirstaff-. Fixes make dist.
Jan Nieuwenhuizen [Wed, 15 Aug 2007 09:32:01 +0000 (11:32 +0200)]
Update grand-replace script and add to buildscripts. Run grand-replace
to update stale 2006 copyright markers in texi documentation and lilypond.rc
file.
Jan Nieuwenhuizen [Wed, 15 Aug 2007 09:30:12 +0000 (11:30 +0200)]
Oops, actually add new INSTALL file.
Jan Nieuwenhuizen [Wed, 15 Aug 2007 08:41:53 +0000 (10:41 +0200)]
Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/lilypond
Jan Nieuwenhuizen [Wed, 15 Aug 2007 08:41:19 +0000 (10:41 +0200)]
Add topdocs/INSTALL that includes install.itely. Fixes distribution
of toplevel INSTALL instructions.
Graham Percival [Wed, 15 Aug 2007 07:13:47 +0000 (00:13 -0700)]
Minor fix from mailist.
Graham Percival [Wed, 15 Aug 2007 07:08:08 +0000 (00:08 -0700)]
LSR: add new files.
Graham Percival [Wed, 15 Aug 2007 07:03:27 +0000 (00:03 -0700)]
LSR: update.
Joe Neeman [Tue, 14 Aug 2007 23:17:17 +0000 (09:17 +1000)]
Refer to Text Marks from Rehearsal Marks instead of duplicating information.
Joe Neeman [Tue, 14 Aug 2007 23:16:17 +0000 (09:16 +1000)]
Use less whitespace at the end of a measure.
Graham Percival [Tue, 14 Aug 2007 21:30:01 +0000 (14:30 -0700)]
Minor fixes from mailist.
Graham Percival [Tue, 14 Aug 2007 10:02:16 +0000 (03:02 -0700)]
Update thanks.
Graham Percival [Tue, 14 Aug 2007 10:02:00 +0000 (03:02 -0700)]
Minor fix from mailist.
Graham Percival [Tue, 14 Aug 2007 09:35:12 +0000 (02:35 -0700)]
Minor fix from mailist.
Graham Percival [Tue, 14 Aug 2007 02:21:56 +0000 (19:21 -0700)]
convert-ly on the docs.
Graham Percival [Mon, 13 Aug 2007 17:05:58 +0000 (10:05 -0700)]
Merge branch 'master' of ssh+git://gpercival@git.sv.gnu.org/srv/git/lilypond
Han-Wen Nienhuys [Sat, 11 Aug 2007 05:17:04 +0000 (02:17 -0300)]
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
Joe Neeman [Sat, 11 Aug 2007 03:49:38 +0000 (13:49 +1000)]
Jan Nieuwenhuizen [Thu, 9 Aug 2007 12:30:52 +0000 (14:30 +0200)]
Run grand-replace on all sources. Updates (c) ....--2006 lines.
Graham Percival [Wed, 8 Aug 2007 20:14:35 +0000 (13:14 -0700)]
update thanks.
Graham Percival [Tue, 7 Aug 2007 23:55:01 +0000 (16:55 -0700)]
Valentin's fix from mailist.
Joe Neeman [Mon, 6 Aug 2007 22:05:17 +0000 (08:05 +1000)]
Add a regression test for kneed beams on a compressed line.
Joe Neeman [Mon, 6 Aug 2007 12:34:21 +0000 (22:34 +1000)]
Be a little more generous with Stem::pure_height.
More checks for cross-staff grobs in Axis_group_interface.
Joe Neeman [Mon, 6 Aug 2007 12:33:42 +0000 (22:33 +1000)]
Prevent merge_springs from messing up the compression strength.
Fixes problems with knee-spacing-correction when compression is applied.
Werner Lemberg [Mon, 6 Aug 2007 06:28:51 +0000 (08:28 +0200)]
typo
Joe Neeman [Mon, 6 Aug 2007 06:22:19 +0000 (16:22 +1000)]
More tweaks to Note_spacing.
Increase spacing slightly in cases where near-collisions would occur.
Correct the shifting and raising used for combining skylines for Note_spacing.
Joe Neeman [Mon, 6 Aug 2007 03:17:21 +0000 (13:17 +1000)]
Tweak spacing between a musical and a non-musical column.
Han-Wen Nienhuys [Mon, 6 Aug 2007 02:58:46 +0000 (23:58 -0300)]
don't dist INSTALL.txt
Han-Wen Nienhuys [Mon, 6 Aug 2007 02:58:36 +0000 (23:58 -0300)]
bump to 29
Werner Lemberg [Sun, 5 Aug 2007 20:51:47 +0000 (22:51 +0200)]
Format and improve documentation of internal grob properties.
Joe Neeman [Sun, 5 Aug 2007 07:31:54 +0000 (17:31 +1000)]
Tweaks to Note_spacing.
Joe Neeman [Sun, 5 Aug 2007 07:31:25 +0000 (17:31 +1000)]
Ensure that cross-staff voices still get NoteSpacings between the notes.
Werner Lemberg [Sun, 5 Aug 2007 06:29:45 +0000 (08:29 +0200)]
typos
Werner Lemberg [Sun, 5 Aug 2007 05:17:04 +0000 (07:17 +0200)]
Ditto.
Werner Lemberg [Sun, 5 Aug 2007 05:15:45 +0000 (07:15 +0200)]
Remove last reference to mup2ly.
Werner Lemberg [Sun, 5 Aug 2007 05:01:33 +0000 (07:01 +0200)]
Fix alteration in ancient notation. From Jürgen.
Werner Lemberg [Sat, 4 Aug 2007 18:42:57 +0000 (20:42 +0200)]
Minor clarification.
Joe Neeman [Fri, 3 Aug 2007 23:55:56 +0000 (09:55 +1000)]
Joe Neeman [Fri, 3 Aug 2007 23:52:36 +0000 (09:52 +1000)]
Fix 399.
Remember the last note-spacing object on each staff (instead of only
remembering one).
Joe Neeman [Fri, 3 Aug 2007 23:12:31 +0000 (09:12 +1000)]
Fix 357
Give dashed slurs a non-empty extent.
Joe Neeman [Fri, 3 Aug 2007 22:50:09 +0000 (08:50 +1000)]
Ensure that even non-adjacent columns get a rod if they might collide.
John Mandereau [Fri, 3 Aug 2007 12:55:05 +0000 (14:55 +0200)]
Move @documentencoding just after @setfilename
This is necessary for makeinfo 4.9.91 to get the encoding
declaration in HTML output.