From: Graham Percival Date: Tue, 3 Jun 2003 16:46:17 +0000 (+0000) Subject: fix minor error (treble cleff stuff too high) X-Git-Tag: release/1.7.21~49 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=844bdf38f70a36e652171f6e8f4682e850588b06;p=lilypond.git fix minor error (treble cleff stuff too high) --- 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