+2003-08-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+
+ * Documentation/bibliography/engraving.bib (year): typos.
+
+2003-08-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+
+ * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
+ add note about -Ppdf
+
2003-08-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+ * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
+ attachment property.
+
+ * Documentation/user/refman.itely: url fixes.
+
* po/sv.po: new po
2003-08-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
title={The G. Schirmer Manual of Style and Usage},
address={New York},
publisher={The G. Schirmer Publications Department},
- year={2001}
+ year={2001},
note={This is the style guide for Schirmer publications. This manual
specifically focuses on preparing print for publication by
Schirmer. It discusses many details that are not in other, normal
title = {Notation},
publisher = {Bärenreiter Verlag},
year = 2000,
- number = {BVK1625}
+ number = {BVK1625},
annote = {Articles from "Musik in Geschichte und Gegenwart"
pertaining to notation. Both "alternative" notation and ancient
version "x.y.z", an even second number 'y' denotes a stable version.
For development versions 'y' is odd.
-Version 1.6 is the latest stable release.
-
@section Downloading
The primary download site for sourcecode is
\def\preLilyPondExample@{\def\mustmakelilypondtitle@{@}@}
@end example
+
+For printing the La@TeX{} document, you will need to use dvips. For
+producing PS with scalable fonts, add the following options to the dvips
+command line:
+@example
+ -Ppdf -u +lilypond.map
+@end example
+
+
@command{lilypond-book} accepts the following command line options:
@table @code
Grob **common)
{
SCM s = me->get_grob_property ("attachment");
- if (!gh_symbol_p (index_get_cell (s, dir)))
+
+ if (!gh_pair_p (s) || !gh_symbol_p (index_get_cell (s, dir)))
{
s = set_extremities (me);
}