2003-08-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+ * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
+
* scm/document-markup.scm (markup-doc-node): sort markup function
list.
* Documentation/user/refman.itely: revise section explaining grace
notes.
- * lily/translator-scheme.cc (LY_DEFINE): add !
+ * lily/translator-scheme.cc (LY_DEFINE): add ! to
+ ly:set-context-property
* input/*/*.ly (vmus): use \new everywhere.
--- /dev/null
+\version "1.9.2"
+\header {
+ texidoc = "Different grace types explained: the base grace switches to smaller type. The appoggiatura also inserts a slur, and the
+accacciatura inserts a slur and slashes the stem."
+ }
+
+\score {
+ \notes \relative c'' { c4 \grace { d8 } c4
+ \appoggiatura { d8 } c
+ \accacciatura { d } c
+ }
+
+}