]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.35
authorfred <fred>
Sun, 24 Mar 2002 19:33:25 +0000 (19:33 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:33:25 +0000 (19:33 +0000)
src/lyricitem.cc

index f8ec193be08636e8cfd50d1a380873350e86fc75..30f49e5bf4b71bc17a8afe13841a3bf4cc5a744f 100644 (file)
@@ -13,7 +13,7 @@
 Lyric_item::Lyric_item(Lyric_req* lreq_l, int voice_count_i)
     : Text_item(lreq_l,0)
 {
-    pos_i_ = voice_count_i * -4 ;      // fontsize dependant. TODO
+    pos_i_ = -voice_count_i * 4 ;      // 4 fontsize dependant. TODO
     dir_i_ = -1;
 }