]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.15
authorfred <fred>
Thu, 5 Dec 1996 12:36:25 +0000 (12:36 +0000)
committerfred <fred>
Thu, 5 Dec 1996 12:36:25 +0000 (12:36 +0000)
src/texslur.cc

index 799b9e7e6dd8cb490b24c8471b30b44200179083..4a7fe02bc29b97d2048375109edaf00c2adfbf6f 100644 (file)
@@ -8,7 +8,7 @@
 static
 char direction_char(int y_sign)
 {
-    char c;
+    char c='#';
     switch(y_sign){
     case -1:
        c = 'd';