]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.49
authorfred <fred>
Fri, 18 Jun 1999 12:02:42 +0000 (12:02 +0000)
committerfred <fred>
Fri, 18 Jun 1999 12:02:42 +0000 (12:02 +0000)
input/bugs/spacing.ly [new file with mode: 0644]

diff --git a/input/bugs/spacing.ly b/input/bugs/spacing.ly
new file mode 100644 (file)
index 0000000..47fb626
--- /dev/null
@@ -0,0 +1,14 @@
+\score {
+    \notes \transpose c''{ c\longa*1/4 c\breve*1/2 c1 c2 c4 c8 c16 c32 c64 }
+    \paper {
+     \translator {
+       \StaffContext
+       \remove "Staff_symbol_engraver";
+        \remove "Time_signature_engraver";
+        \remove "Bar_engraver";
+        \remove "Clef_engraver";
+ }
+linewidth = -1.;
+    }}
+
+