CVSROOT: /cvsroot/lilypond
Module name: lilypond
Branch:
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/05/13 11:53:03
Modified files:
. : ChangeLog
Documentation/misc: ChangeLog-2.1
Documentation/topdocs: AUTHORS.texi
lily : dynamic-engraver.cc staff-symbol-engraver.cc
lily/include : staff-symbol-engraver.hh
Log message:
* lily/staff-symbol-engraver.cc (process_music): start initial
spanner in process_music(). This fixes overrides of StaffSymbol
properties.
* Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
* ChangeLog: more details about contributions.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3604&tr2=1.3605&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/misc/ChangeLog-2.1.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/topdocs/AUTHORS.texi.diff?tr1=1.43&tr2=1.44&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/dynamic-engraver.cc.diff?tr1=1.167&tr2=1.168&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/staff-symbol-engraver.cc.diff?tr1=1.49&tr2=1.50&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/include/staff-symbol-engraver.hh.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3604 lilypond/ChangeLog:1.3605
--- lilypond/ChangeLog:1.3604 Fri May 13 10:31:01 2005
+++ lilypond/ChangeLog Fri May 13 11:53:02 2005
@@ -1,5 +1,9 @@
2005-05-13 Han-Wen Nienhuys <[EMAIL PROTECTED]>
+ * lily/staff-symbol-engraver.cc (process_music): start initial
+ spanner in process_music(). This fixes overrides of StaffSymbol
+ properties.
+
* scm/framework-pdf.scm (Module): remove.
* Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
@@ -178,7 +182,7 @@
* configure.in (gui_b): remove wcrtomb checking.
* lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
- bits. Patch by Matthias Neeracher.
+ bits. Patch by Matthias Neeracher. <[EMAIL PROTECTED]>
2005-05-09 Mats Bengtsson <[EMAIL PROTECTED]>
@@ -706,8 +710,9 @@
* lily/ledger-line-spanner.cc: some more words of explanation.
- * scripts/lilypond-book.py: patches by John Williams:
- htmlquote bugfix.
+2005-04-20 John Williams <[EMAIL PROTECTED]>
+
+ * scripts/lilypond-book.py: htmlquote bugfix.
Allow snippets to be given distinct filenames.
Allow the default alt text to be overridden.
@@ -861,12 +866,13 @@
* lily/paper-score.cc (process): run get_paper_systems() only once.
- * lily/line-interface.cc (make_arrow): new function. Patch by
- Jonatan Liljedahl <http://kymatica.com>
- (arrows): idem.
-
* lily/line-spanner.cc (line_stencil): add arrows.
+2005-04-18 Jonatan Liljedahl <[EMAIL PROTECTED]>
+
+ * lily/line-interface.cc (make_arrow): new function.
+ (arrows): idem.
+
2005-04-18 Mathieu Giraud <[EMAIL PROTECTED]>
* input/test/chord-names-german.ly: update for italian/french
@@ -1244,8 +1250,9 @@
* buildscripts/gen-emmentaler-scripts.py (i): generate
PFAEmmentaler.pfa aswell.
+2005-04-06 John Williams <[EMAIL PROTECTED]>
+
* scripts/lilypond-book.py: refactor the compose_ly procedure.
- Patch by John Williams.
2005-04-06 Han-Wen Nienhuys <[EMAIL PROTECTED]>
@@ -1623,16 +1630,20 @@
* ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
page.
- * scripts/lilypond-book.py (main): add png for HTML too, guess
- only if necessary. Thanks to John Williams.
+ * scripts/abc2ly.py (dump_voices): use alphabet().
+
+2005-03-27 Jeff Smith <[EMAIL PROTECTED]>
+
+ * mf/GNUmakefile (depth): use $(FONTFORGE).
- * flower/include/virtual-methods.hh: simplify. Patch by Matthias
- Neeracher.
+2005-03-27 Matthias Neeracher <[EMAIL PROTECTED]>
+
+ * flower/include/virtual-methods.hh: simplify. Patch by
- * mf/GNUmakefile (depth): use $(FONTFORGE). Patch by Jeff Smith
- <[EMAIL PROTECTED]>
+2005-03-25 John Williams <[EMAIL PROTECTED]>
- * scripts/abc2ly.py (dump_voices): use alphabet().
+ * scripts/lilypond-book.py (main): add png for HTML too, guess
+ only if necessary.
2005-03-25 Graham Percival <[EMAIL PROTECTED]>
@@ -2173,8 +2184,10 @@
* scm/define-markup-commands.scm (fontsize): new markup
command. Also set baseline-skip
+2005-03-06 Sebastiano Vigna <[EMAIL PROTECTED]>.
+
* lily/main.cc (do_chroot_jail): paranoia security for webserver
- use. Patch by Sebastiano Vigna <[EMAIL PROTECTED]>.
+ use.
2005-03-05 Han-Wen Nienhuys <[EMAIL PROTECTED]>
@@ -2398,9 +2411,6 @@
* Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
- * Documentation/user/notation.itely: revamped Polyphony section
- from Yuval Harel. Thanks!
-
* THANKS: added Yuval Harel.
* Documentation/user/{various}: inserted two spaces after a period.
@@ -2411,6 +2421,10 @@
advanced-notation.itely, global.itely: new files, placeholder for
future reorg.
+2005-02-26 Yuval Harel <[EMAIL PROTECTED]>
+
+ * Documentation/user/notation.itely: revamped Polyphony section
+
2005-02-26 Han-Wen Nienhuys <[EMAIL PROTECTED]>
* Documentation/user/lilypond-book.itely (Music fragment options):
@@ -2585,8 +2599,8 @@
* THANKS: add Steve D
- * ttftool/*.c: add TTF -> Type42 conversion library. Based on work
- by Juliusz Chroboczek.
+ * ttftool/*.c: add TTF -> Type42 conversion library. Based on
+ Public Domain work by Juliusz Chroboczek <[EMAIL PROTECTED]>
2005-02-20 Tatsuya Ono <[EMAIL PROTECTED]>
Index: lilypond/Documentation/misc/ChangeLog-2.1
diff -u lilypond/Documentation/misc/ChangeLog-2.1:1.2
lilypond/Documentation/misc/ChangeLog-2.1:1.3
--- lilypond/Documentation/misc/ChangeLog-2.1:1.2 Fri May 13 10:31:02 2005
+++ lilypond/Documentation/misc/ChangeLog-2.1 Fri May 13 11:53:03 2005
@@ -1,3 +1,5 @@
+-*-ChangeLog-*-
+
2004-04-01 Han-Wen Nienhuys <[EMAIL PROTECTED]>
* scripts/convert-ly.py (conv): add 2.2.0 rule.
Index: lilypond/Documentation/topdocs/AUTHORS.texi
diff -u lilypond/Documentation/topdocs/AUTHORS.texi:1.43
lilypond/Documentation/topdocs/AUTHORS.texi:1.44
--- lilypond/Documentation/topdocs/AUTHORS.texi:1.43 Fri May 13 10:31:02 2005
+++ lilypond/Documentation/topdocs/AUTHORS.texi Fri May 13 11:53:03 2005
@@ -7,16 +7,12 @@
@node Top
@top
[EMAIL PROTECTED]
-* AUTHORS::
[EMAIL PROTECTED] menu
-
[EMAIL PROTECTED] AUTHORS
[EMAIL PROTECTED] AUTHORS
-
-This file lists authors of GNU LilyPond, and what they wrote. This
-list is alphabetically ordered by surname. This file lists people that
-have contributed over 100 lines of code.
+
[EMAIL PROTECTED] AUTHORS
+
+This file lists authors of LilyPond, and what they wrote. This list
+is alphabetically ordered by surname. This file lists people that have
+contributed over 100 lines of code.
@c Authors are encouraged to maintain their own entry.
@@ -54,9 +50,8 @@
@item @email{rune@@zedeler.dk, Rune Zedeler},
Auto-accidental code, zigzag glissandi, rest bugfixes, minimum
fret,
-
-
@code{subdivideBeams}.
+
@end itemize
Font
@@ -84,6 +79,15 @@
@end itemize
+TTF library
+
[EMAIL PROTECTED]
[EMAIL PROTECTED] Juliusz Chroboczek <jch@@pps.jussieu.fr>
+ Main author
[EMAIL PROTECTED] @email{hanwen@@xs4all.nl, Han-Wen Nienhuys},
+ @uref{http://www.xs4all.nl/~hanwen/},
+ Integration
[EMAIL PROTECTED] itemize
Documentation and examples
Index: lilypond/lily/dynamic-engraver.cc
diff -u lilypond/lily/dynamic-engraver.cc:1.167
lilypond/lily/dynamic-engraver.cc:1.168
--- lilypond/lily/dynamic-engraver.cc:1.167 Sun May 8 23:30:50 2005
+++ lilypond/lily/dynamic-engraver.cc Fri May 13 11:53:03 2005
@@ -27,7 +27,7 @@
line-spanner
- TODO: this engraver is too complicated. We should split it into
- the handling of the basic grobs and the linespanner
+ the handling of the basic grobs and the linespanner
- TODO: the line-spanner is not killed after the (de)crescs are
finished.
Index: lilypond/lily/include/staff-symbol-engraver.hh
diff -u lilypond/lily/include/staff-symbol-engraver.hh:1.1
lilypond/lily/include/staff-symbol-engraver.hh:1.2
--- lilypond/lily/include/staff-symbol-engraver.hh:1.1 Fri May 6 09:12:51 2005
+++ lilypond/lily/include/staff-symbol-engraver.hh Fri May 13 11:53:03 2005
@@ -33,7 +33,6 @@
virtual void stop_translation_timestep ();
virtual bool try_music (Music *);
virtual ~Staff_symbol_engraver ();
- virtual void initialize ();
virtual void acknowledge_grob (Grob_info);
virtual void finalize ();
virtual void process_music ();
Index: lilypond/lily/staff-symbol-engraver.cc
diff -u lilypond/lily/staff-symbol-engraver.cc:1.49
lilypond/lily/staff-symbol-engraver.cc:1.50
--- lilypond/lily/staff-symbol-engraver.cc:1.49 Sun May 8 23:30:51 2005
+++ lilypond/lily/staff-symbol-engraver.cc Fri May 13 11:53:03 2005
@@ -45,17 +45,11 @@
span_ = 0;
}
- if (span_events_[START])
+ if (span_events_[START]
+ || (first_start_ && !span_events_[STOP]))
start_spanner ();
}
-
-void
-Staff_symbol_engraver::initialize ()
-{
- start_spanner ();
-}
-
void
Staff_symbol_engraver::start_spanner ()
{
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs