]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.130
authorfred <fred>
Sun, 18 Feb 2001 21:13:27 +0000 (21:13 +0000)
committerfred <fred>
Sun, 18 Feb 2001 21:13:27 +0000 (21:13 +0000)
input/bugs/ss.ly [new file with mode: 0644]

diff --git a/input/bugs/ss.ly b/input/bugs/ss.ly
new file mode 100644 (file)
index 0000000..f0585ae
--- /dev/null
@@ -0,0 +1,14 @@
+\version "1.3.129"
+\include "paper16.ly"
+\score{
+  \notes \context Staff = pr {
+         \context Voice < a b c' e'>
+  }
+  \paper{
+    \translator {
+        \StaffContext
+        StaffSymbol \override #'staff-space = #1.3
+    }
+  }
+}
+