Nicolas Sceaux [Sun, 17 Jun 2007 08:32:50 +0000 (10:32 +0200)]
label&page-ref: apply label to the next score or markup, iso. to the previous one.
John Mandereau [Fri, 15 Jun 2007 07:40:19 +0000 (09:40 +0200)]
Remove input/test
John Mandereau [Fri, 15 Jun 2007 07:27:20 +0000 (09:27 +0200)]
Merge branch 'master' into topic/master-translation
* master:
Remove input/test/ from documentation and (hopefully) build process.
LSR: update, add new files, remove old files from input/test/.
John Mandereau [Fri, 15 Jun 2007 07:24:35 +0000 (09:24 +0200)]
Merge branch 'topic/master-translation' of /home/lilycvs/git/lily/ into topic/master-translation
* 'topic/master-translation' of /home/lilycvs/git/lily/:
Fix typo
John Mandereau [Fri, 15 Jun 2007 06:49:54 +0000 (08:49 +0200)]
Update French manual skeletons
John Mandereau [Fri, 15 Jun 2007 06:49:24 +0000 (08:49 +0200)]
Fix docs compilation
John Mandereau [Fri, 15 Jun 2007 06:48:44 +0000 (08:48 +0200)]
Update German manual skeletons
John Mandereau [Fri, 15 Jun 2007 06:39:07 +0000 (08:39 +0200)]
Update Spanish manual skeletons
Graham Percival [Thu, 14 Jun 2007 07:25:34 +0000 (00:25 -0700)]
Merge branch 'master' of ssh+git://gpercival@git.sv.gnu.org/srv/git/lilypond
Graham Percival [Thu, 14 Jun 2007 07:24:23 +0000 (00:24 -0700)]
Remove input/test/ from documentation and (hopefully) build process.
Graham Percival [Thu, 14 Jun 2007 07:23:48 +0000 (00:23 -0700)]
LSR: update, add new files, remove old files from input/test/.
John Mandereau [Thu, 14 Jun 2007 06:26:44 +0000 (08:26 +0200)]
Fix typo
John Mandereau [Wed, 13 Jun 2007 22:03:59 +0000 (00:03 +0200)]
Merge branch 'master' into topic/master-translation
* master:
Minor change from mailist.
Partial fix bug 370.
Fix from mailist.
Minor language tweaks.
Breakable markups with \markuplines.
page ref and labels fix: add `labels' to System interface.
format fixes for svg
use simple-format for stencil.scm
use fancy-format for ice-9 format
use ergonomic-simple-format to save memory use
define and use ergonomic-simple-format
use simple-format / ly:format in backend-library.scm
ly:format: fix ~$ support
don't do expression comparison.
junk ice-9 format
explicitly alias format to simple-format
junk (ice-9 format) in backend
doc why ice-9 in coverage.scm
Allow null spacing and padding in vertical spacing:
Graham Percival [Wed, 13 Jun 2007 01:05:48 +0000 (18:05 -0700)]
Minor change from mailist.
Graham Percival [Wed, 13 Jun 2007 00:35:04 +0000 (17:35 -0700)]
Partial fix bug 370.
Graham Percival [Mon, 11 Jun 2007 18:05:52 +0000 (11:05 -0700)]
Fix from mailist.
Till Paala [Sun, 10 Jun 2007 10:08:33 +0000 (13:08 +0300)]
Updates for the German translation
Graham Percival [Sun, 10 Jun 2007 18:56:55 +0000 (11:56 -0700)]
Minor language tweaks.
Nicolas Sceaux [Sun, 10 Jun 2007 13:48:28 +0000 (15:48 +0200)]
Merge http://git.sv.gnu.org/r/lilypond
Nicolas Sceaux [Sun, 10 Jun 2007 13:47:24 +0000 (15:47 +0200)]
Breakable markups with \markuplines.
- \markuplines is a new keyword for entering text that is not
interpreted as a single markup of several lines, but as several
one-line markups. The parser is modified to allow this, and
define-(builtin-)markup-list-command macros are defined.
- texts are collected into books as list of props. When
Paper_book::get_system_specs finds a list of more than one props (ie
a markup list, a list of a single prop being the result of a toplevel
\markup), it sets their next-space and next-padding properties to
zero, so that the lines of a paragraph are not stretched on a
page
Nicolas Sceaux [Sun, 10 Jun 2007 09:00:49 +0000 (11:00 +0200)]
page ref and labels fix: add `labels' to System interface.
Han-Wen Nienhuys [Sun, 10 Jun 2007 04:17:29 +0000 (01:17 -0300)]
format fixes for svg
Han-Wen Nienhuys [Sun, 10 Jun 2007 04:10:06 +0000 (01:10 -0300)]
use simple-format for stencil.scm
Han-Wen Nienhuys [Sun, 10 Jun 2007 04:09:30 +0000 (01:09 -0300)]
use fancy-format for ice-9 format
Han-Wen Nienhuys [Sun, 10 Jun 2007 04:04:44 +0000 (01:04 -0300)]
use ergonomic-simple-format to save memory use
Han-Wen Nienhuys [Sun, 10 Jun 2007 04:04:22 +0000 (01:04 -0300)]
define and use ergonomic-simple-format
Han-Wen Nienhuys [Sun, 10 Jun 2007 04:03:10 +0000 (01:03 -0300)]
use simple-format / ly:format in backend-library.scm
Han-Wen Nienhuys [Sun, 10 Jun 2007 04:02:55 +0000 (01:02 -0300)]
ly:format: fix ~$ support
Han-Wen Nienhuys [Sun, 10 Jun 2007 03:27:00 +0000 (00:27 -0300)]
don't do expression comparison.
Han-Wen Nienhuys [Sun, 10 Jun 2007 03:26:34 +0000 (00:26 -0300)]
junk ice-9 format
Han-Wen Nienhuys [Sun, 10 Jun 2007 03:26:27 +0000 (00:26 -0300)]
explicitly alias format to simple-format
Han-Wen Nienhuys [Sun, 10 Jun 2007 03:26:10 +0000 (00:26 -0300)]
junk (ice-9 format) in backend
Han-Wen Nienhuys [Sun, 10 Jun 2007 03:25:05 +0000 (00:25 -0300)]
doc why ice-9 in coverage.scm
Nicolas Sceaux [Sat, 9 Jun 2007 22:11:00 +0000 (00:11 +0200)]
Allow null spacing and padding in vertical spacing:
- the `spring' argument of ly:solve-spring-and-rod-problem now is a
list of (ideal-distance inverse-hooke) elements, instead of
(ideal-distance hooke), to avoid infinite value when space=0;
- do not try to expand the spacing when all inter line spaces are
null.
Han-Wen Nienhuys [Fri, 8 Jun 2007 23:53:28 +0000 (20:53 -0300)]
Han-Wen Nienhuys [Fri, 8 Jun 2007 23:46:00 +0000 (20:46 -0300)]
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
Conflicts:
input/lsr/text/creating-text-spanners.ly
Graham Percival [Fri, 8 Jun 2007 03:54:16 +0000 (20:54 -0700)]
LSR: update (missed one file)
Graham Percival [Fri, 8 Jun 2007 03:53:58 +0000 (20:53 -0700)]
LSR: update.
Han-Wen Nienhuys [Fri, 8 Jun 2007 03:24:47 +0000 (00:24 -0300)]
use common Y of all stems xstaff determination in beam-quanting.
Han-Wen Nienhuys [Fri, 8 Jun 2007 03:22:15 +0000 (00:22 -0300)]
linelength nits.
Han-Wen Nienhuys [Fri, 8 Jun 2007 03:22:01 +0000 (00:22 -0300)]
count protections rather than protected object count
This matches protected-objects in gc-stats output.
Han-Wen Nienhuys [Fri, 8 Jun 2007 03:21:09 +0000 (00:21 -0300)]
fix convertly problem. Junk fault lsr import file.
Han-Wen Nienhuys [Fri, 8 Jun 2007 02:14:04 +0000 (23:14 -0300)]
Fix #368
Use tone_pitch() for ordering pitches.
Rune Zedeler [Mon, 4 Jun 2007 06:33:19 +0000 (08:33 +0200)]
regression + bugfix: auto-tab-string
In 2.10+2.11 the TabStaff auto-string-calculator won't use the first
string:
http://lilypond.org/doc/v2.10/Documentation/user/lilypond/lily-
c60b7608c6
The 2nd e is mussing on the tab.
This is a regression from 2.8:
http://lilypond.org/doc/v2.8/Documentation/user/lilypond/lily-
1992430156.png
Patch attached
Han-Wen Nienhuys [Fri, 8 Jun 2007 01:39:59 +0000 (22:39 -0300)]
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
Han-Wen Nienhuys [Fri, 8 Jun 2007 01:15:04 +0000 (22:15 -0300)]
Fix #362 (2)
Try not to look at height of a stem in rest collisions.
Graham Percival [Thu, 7 Jun 2007 08:07:51 +0000 (01:07 -0700)]
LSR: add more files, and remove unnecessary input/test/ files.
Graham Percival [Thu, 7 Jun 2007 07:39:57 +0000 (00:39 -0700)]
LSR: adding new files.
Graham Percival [Thu, 7 Jun 2007 07:35:09 +0000 (00:35 -0700)]
LSR: automagic update.
Graham Percival [Tue, 5 Jun 2007 07:39:43 +0000 (00:39 -0700)]
Snippet doesn't work (in input/test/ version as well).
Graham Percival [Tue, 5 Jun 2007 07:32:40 +0000 (00:32 -0700)]
Brown paper bag: undo accidently deletion of regtest.
Graham Percival [Tue, 5 Jun 2007 07:25:28 +0000 (00:25 -0700)]
LSR: add new files.
Graham Percival [Tue, 5 Jun 2007 02:19:07 +0000 (19:19 -0700)]
LSR: add new files.
Graham Percival [Tue, 5 Jun 2007 02:14:14 +0000 (19:14 -0700)]
LSR: automatic update and "pitches"->"pitch" change in makelsr.py
Graham Percival [Tue, 5 Jun 2007 00:52:18 +0000 (17:52 -0700)]
Minor doc fix from mailist.
Han-Wen Nienhuys [Mon, 4 Jun 2007 02:49:57 +0000 (23:49 -0300)]
Fix #362.
Don't request stem_end for beamed note when formatting semities.
Han-Wen Nienhuys [Mon, 4 Jun 2007 02:36:35 +0000 (23:36 -0300)]
bump version
Han-Wen Nienhuys [Mon, 4 Jun 2007 02:33:33 +0000 (23:33 -0300)]
Fix #363.
Thinko with argument ordering cause (0 . NEGATIVE) line stencils to be
empty and disappear.
Han-Wen Nienhuys [Mon, 4 Jun 2007 02:07:08 +0000 (23:07 -0300)]
Support --local-datadir for output-distance
Take fonts from test data, so we use the correct font for each
version.
Han-Wen Nienhuys [Mon, 4 Jun 2007 02:06:31 +0000 (23:06 -0300)]
thinko
Han-Wen Nienhuys [Mon, 4 Jun 2007 01:42:38 +0000 (22:42 -0300)]
store out/share/ tree alongside test results
Han-Wen Nienhuys [Mon, 4 Jun 2007 01:41:57 +0000 (22:41 -0300)]
ignorance
Han-Wen Nienhuys [Mon, 4 Jun 2007 01:37:38 +0000 (22:37 -0300)]
remove .tex tables from mf/
Han-Wen Nienhuys [Mon, 4 Jun 2007 01:16:13 +0000 (22:16 -0300)]
strip double ' ', to adapt to new string_split() semantics
Han-Wen Nienhuys [Mon, 4 Jun 2007 01:15:50 +0000 (22:15 -0300)]
output lily font filename with lilypond-datadir as a variable.
This will help testing. With this we can package the datadir together
with the test result, and test and visualize across font changes.
Han-Wen Nienhuys [Mon, 4 Jun 2007 01:14:35 +0000 (22:14 -0300)]
always canonicalize datadir path
Han-Wen Nienhuys [Mon, 4 Jun 2007 01:14:20 +0000 (22:14 -0300)]
add support for (ly:get-option 'datadir)
Han-Wen Nienhuys [Mon, 4 Jun 2007 00:43:11 +0000 (21:43 -0300)]
add File_name::canonicalized()
- add string_join()
- do the right thing with a//b for string_split()
- test functions
Han-Wen Nienhuys [Sun, 3 Jun 2007 23:45:44 +0000 (20:45 -0300)]
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
John Mandereau [Fri, 1 Jun 2007 10:27:57 +0000 (12:27 +0200)]
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond into topic/master-translation
* 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond:
Compile fix.
Compile fix.
nl.po replace-update.
\label and \page-ref documentation and news item.
Bookmarking labels and page referencing:
Fix typo, bar lines are connected for GrandStaff but not for ChoirStaff.
Make pfx2ttf.fontforge work with FontForge 2007-May-01 or newer.
Simplify slash in `neomensural_timesig'.
Improve overlapping in `petrucci f clef'
Fix stem thickness in clefs.medicaea.fa_change.
Jan Nieuwenhuizen [Thu, 31 May 2007 12:10:56 +0000 (14:10 +0200)]
Compile fix.
Jan Nieuwenhuizen [Thu, 31 May 2007 11:51:58 +0000 (13:51 +0200)]
Compile fix.
John Mandereau [Tue, 29 May 2007 15:46:13 +0000 (17:46 +0200)]
Update German manual skeletons
Till Paala [Mon, 28 May 2007 18:40:53 +0000 (21:40 +0300)]
Update commitish so check-translation wont complain
Jan Nieuwenhuizen [Tue, 29 May 2007 13:04:36 +0000 (15:04 +0200)]
nl.po replace-update.
Nicolas Sceaux [Mon, 28 May 2007 21:17:33 +0000 (23:17 +0200)]
\label and \page-ref documentation and news item.
Add "labels" grob property and "page-label" (iso. "label") music
property definitions.
Nicolas Sceaux [Mon, 28 May 2007 17:38:44 +0000 (19:38 +0200)]
Merge http://git.sv.gnu.org/r/lilypond
Nicolas Sceaux [Mon, 28 May 2007 17:37:57 +0000 (19:37 +0200)]
Bookmarking labels and page referencing:
- the \label command can be used at top-level (Page_marker) or inside
music (LabelEvent);
- for labels inside music: the paper_column_engraver handles
label-events and fills the labels property of the paper column;
- for top-level labels: Paper_book::get_system_specs() fill the labels
property of the previous prob or of the first column of the previous
paper_score;
- when systems are built, the labels of their columns are collected to
set the system labels property;
- in Page_breaking::make_pages(), a label->page-number table is built,
and stored in a variable of the paper_book paper;
- the \page-ref markup command accesses the table though its layout
argument. The actual evaluation of the stencil is postponed to the
layout output phase using a new stencil command:
delayed-stencil-evaluation;
- a MARKUP_HEAD_SCM0_MARKUP1_MARKUP2 token has been added to the
parser for this new markup command.
Mats Bengtsson [Mon, 28 May 2007 07:36:10 +0000 (09:36 +0200)]
Fix typo, bar lines are connected for GrandStaff but not for ChoirStaff.
Werner Lemberg [Sun, 27 May 2007 20:36:40 +0000 (22:36 +0200)]
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
Werner Lemberg [Sun, 27 May 2007 10:41:59 +0000 (12:41 +0200)]
Make pfx2ttf.fontforge work with FontForge 2007-May-01 or newer.
John Mandereau [Sun, 27 May 2007 08:04:37 +0000 (10:04 +0200)]
Fix German manual
John Mandereau [Sun, 27 May 2007 07:51:33 +0000 (09:51 +0200)]
Update French docs translation
Werner Lemberg [Sat, 26 May 2007 08:24:38 +0000 (10:24 +0200)]
Simplify slash in `neomensural_timesig'.
Werner Lemberg [Sat, 26 May 2007 06:17:33 +0000 (08:17 +0200)]
Improve overlapping in `petrucci f clef'
Werner Lemberg [Sat, 26 May 2007 06:04:51 +0000 (08:04 +0200)]
Fix stem thickness in clefs.medicaea.fa_change.
Werner Lemberg [Fri, 25 May 2007 18:19:49 +0000 (20:19 +0200)]
minor parmesan fixes
(epiphonus_char): Improve intersection point.
(med_punctum_char): Resolve intersection.
Han-Wen Nienhuys [Mon, 21 May 2007 14:26:13 +0000 (11:26 -0300)]
gs -q depends of -dverbose.
Joe Neeman [Mon, 21 May 2007 01:12:35 +0000 (11:12 +1000)]
Fix disappearing last page problem.
Joe Neeman [Sun, 20 May 2007 23:57:19 +0000 (09:57 +1000)]
Revert "Fix disappearing last page problem."
This reverts commit
e0bffa5a02d173f02a2f259eb2916d06c777d5f8.
Han-Wen Nienhuys [Sun, 20 May 2007 23:21:34 +0000 (20:21 -0300)]
printf correctness.
Han-Wen Nienhuys [Sun, 20 May 2007 22:26:37 +0000 (19:26 -0300)]
bump version
Han-Wen Nienhuys [Sun, 20 May 2007 22:24:09 +0000 (19:24 -0300)]
Fix disappearing last page problem.
- Add Page_breaking::uncompress_page_spacing_results().
- Use on space_systems_on_n_.*() functions.
Han-Wen Nienhuys [Sun, 20 May 2007 21:50:45 +0000 (18:50 -0300)]
add Page_spacing_result::print()
Han-Wen Nienhuys [Sun, 20 May 2007 21:10:15 +0000 (18:10 -0300)]
add Page_spacing_result::average_force()
Han-Wen Nienhuys [Sun, 20 May 2007 21:07:30 +0000 (18:07 -0300)]
fix thinko in computation of average force.
Han-Wen Nienhuys [Sun, 20 May 2007 21:07:13 +0000 (18:07 -0300)]
add Page_spacing_result::page_count()
Han-Wen Nienhuys [Sun, 20 May 2007 20:56:54 +0000 (17:56 -0300)]
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
Han-Wen Nienhuys [Sun, 20 May 2007 20:42:34 +0000 (17:42 -0300)]
page breaking coding style
- Page_spacing_result in separate file.
- declare variables at init.
Han-Wen Nienhuys [Sun, 20 May 2007 20:13:32 +0000 (17:13 -0300)]
page breaking coding style fixes.
- rename sys_ -> system_spec_index_
- rename last() -> is_last()
- make breaks_ private; add last_break_position() method.