From: Han-Wen Nienhuys Date: Thu, 28 Aug 2003 12:26:06 +0000 (+0000) Subject: release commit X-Git-Tag: release/1.9.2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9c2599120cbd615610f360dd8d6ed0a47d9fb5f4;p=lilypond.git release commit --- 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 + } + +}