From b2010c464788db7437b69ba0d353c54472e74f39 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 28 Nov 2000 18:43:16 +0000 Subject: [PATCH] lilypond-1.3.112 --- input/test/clef-8-syntax.ly | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 input/test/clef-8-syntax.ly diff --git a/input/test/clef-8-syntax.ly b/input/test/clef-8-syntax.ly new file mode 100644 index 0000000000..9cf891a06f --- /dev/null +++ b/input/test/clef-8-syntax.ly @@ -0,0 +1,9 @@ +\score { + \context Voice \notes\relative c { +\clef "bass_8"; c4 + } + \paper { + linewidth=-1.0; + } + \midi { } +} -- 2.39.5