From: fred Date: Tue, 28 Nov 2000 18:43:16 +0000 (+0000) Subject: lilypond-1.3.112 X-Git-Tag: release/1.5.59~5718 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b2010c464788db7437b69ba0d353c54472e74f39;p=lilypond.git lilypond-1.3.112 --- 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 { } +}