]> git.donarmstrong.com Git - lilypond.git/commitdiff
release commit release/1.9.2
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 28 Aug 2003 12:26:06 +0000 (12:26 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 28 Aug 2003 12:26:06 +0000 (12:26 +0000)
ChangeLog
input/regression/grace-types.ly [new file with mode: 0644]

index bfc661d325860d5df598780eb095f068745553bb..6dd592439d76d115f3c5676742110ac452519905 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 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.
 
@@ -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 (file)
index 0000000..da8f592
--- /dev/null
@@ -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
+                      }
+    
+}