]> git.donarmstrong.com Git - lilypond.git/commitdiff
new file
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 18 Aug 2004 20:44:21 +0000 (20:44 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 18 Aug 2004 20:44:21 +0000 (20:44 +0000)
ChangeLog
input/regression/fermata-rest-position.ly [new file with mode: 0644]

index 7d66bf2491daf4d47c496ff27add4f06b7172b9f..fe863a495ba98bc4320f54f69d38b1c0b2b4e7f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * input/regression/fermata-rest-position.ly: new file
+
        * ly/property-init.ly (hideNotes): remove \setMmRestFermata
 
        * scripts/convert-ly.py (conv): add rule for \setMmRestFermata
diff --git a/input/regression/fermata-rest-position.ly b/input/regression/fermata-rest-position.ly
new file mode 100644 (file)
index 0000000..a9f6f1e
--- /dev/null
@@ -0,0 +1,14 @@
+\version "2.3.11"
+
+\header { texidoc = "
+Fermatas over multimeasure rests are positioned as over normal rests.
+" }
+
+
+\paper {
+    raggedright = ##t 
+}
+\relative c' {
+    r1^\fermata R1^\fermataMarkup
+}
+