]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.112
authorfred <fred>
Tue, 28 Nov 2000 18:43:16 +0000 (18:43 +0000)
committerfred <fred>
Tue, 28 Nov 2000 18:43:16 +0000 (18:43 +0000)
input/test/clef-8-syntax.ly [new file with mode: 0644]

diff --git a/input/test/clef-8-syntax.ly b/input/test/clef-8-syntax.ly
new file mode 100644 (file)
index 0000000..9cf891a
--- /dev/null
@@ -0,0 +1,9 @@
+\score { 
+  \context Voice \notes\relative c {
+\clef "bass_8"; c4
+  }
+  \paper {
+    linewidth=-1.0;
+  }  
+  \midi { }
+}