From 9c2599120cbd615610f360dd8d6ed0a47d9fb5f4 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Thu, 28 Aug 2003 12:26:06 +0000 Subject: [PATCH] release commit --- ChangeLog | 5 ++++- input/regression/grace-types.ly | 13 +++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 input/regression/grace-types.ly diff --git a/ChangeLog b/ChangeLog index bfc661d325..6dd592439d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-08-28 Han-Wen Nienhuys + * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too. + * scm/document-markup.scm (markup-doc-node): sort markup function list. @@ -23,7 +25,8 @@ * 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. diff --git a/input/regression/grace-types.ly b/input/regression/grace-types.ly new file mode 100644 index 0000000000..da8f592b44 --- /dev/null +++ b/input/regression/grace-types.ly @@ -0,0 +1,13 @@ +\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 + } + +} -- 2.39.5