]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lyric-item.cc
release: 0.0.50
[lilypond.git] / lily / lyric-item.cc
index 8bca62e9c939ddf7ba4f97d726157e1f30a9cdad..318652393775c40f5e70089b2132af744b2f7469 100644 (file)
@@ -10,7 +10,7 @@
 #include "debug.hh"
 
 Lyric_item::Lyric_item(Lyric_req* lreq_l, int voice_count_i)
-    : Text_item(lreq_l,0)
+    : Text_item(lreq_l)
 {
     pos_i_ = -voice_count_i * 4 ;      // 4 fontsize dependant. TODO
     dir_i_ = -1;