From 84f7d252c727fced28395a37b167f30d1d6861b9 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:33:25 +0000 Subject: [PATCH] lilypond-0.0.35 --- src/lyricitem.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lyricitem.cc b/src/lyricitem.cc index f8ec193be0..30f49e5bf4 100644 --- a/src/lyricitem.cc +++ b/src/lyricitem.cc @@ -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; } -- 2.39.5