]> git.donarmstrong.com Git - lilypond.git/blobdiff - src/clefitem.cc
release: 0.0.25
[lilypond.git] / src / clefitem.cc
index d5237513a29a04f85f4977f8d57f22f2d231a628..8b10b60107b1d50a6ecb71901c64aa8b0e6e780e 100644 (file)
@@ -16,6 +16,10 @@ Clef_item::read(String t)
     type = t;
     if (type == "violin")
        y_off = 2;
+    if (type == "alto")
+       y_off = 4;
+    if (type == "tenor")
+       y_off = 6;
     if (type == "bass")
        y_off = 6;
 }