From 844bdf38f70a36e652171f6e8f4682e850588b06 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 3 Jun 2003 16:46:17 +0000 Subject: [PATCH] fix minor error (treble cleff stuff too high) --- input/test/clef-8-syntax.ly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/test/clef-8-syntax.ly b/input/test/clef-8-syntax.ly index b5f3e7c3cd..74e46ea653 100644 --- a/input/test/clef-8-syntax.ly +++ b/input/test/clef-8-syntax.ly @@ -9,7 +9,7 @@ name needs to be in quotes (such as \"treble^8\"). \score { \context Voice \notes\relative c { \clef "bass_8" c4 c c c | - \clef "treble^8" c'''4 c''' c''' c''' | + \clef "treble^8" c'''4 c c c | } \paper { raggedright = ##t -- 2.39.5