]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.9
authorfred <fred>
Tue, 26 Mar 2002 21:22:49 +0000 (21:22 +0000)
committerfred <fred>
Tue, 26 Mar 2002 21:22:49 +0000 (21:22 +0000)
input/bugs/s.ly [new file with mode: 0644]

diff --git a/input/bugs/s.ly b/input/bugs/s.ly
new file mode 100644 (file)
index 0000000..b46c17e
--- /dev/null
@@ -0,0 +1,19 @@
+
+\header {
+   tagline="";
+}
+\version "1.3.5"
+\include "paper16.ly";
+\score {
+  \notes {
+    \relative c'' \sequential {
+        \clef "violin";
+        \time 5/4;
+        \key c;
+     <c4-\cr( g e>~ <dis ais e> <e, gis b> f )g-\rc
+   }
+  }
+  \paper{
+      linewidth = 5.0\cm;
+  }
+}