]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.112
authorfred <fred>
Wed, 27 Mar 2002 00:33:39 +0000 (00:33 +0000)
committerfred <fred>
Wed, 27 Mar 2002 00:33:39 +0000 (00:33 +0000)
lily/lyric-phrasing-engraver.cc

index 045d86ead8bc5624c52f1f78b349c936c565d2c2..a931d3508f28e33444229cb4c6036e181d81cdc1 100644 (file)
@@ -23,6 +23,20 @@ ADD_THIS_TRANSLATOR (Lyric_phrasing_engraver);
   backend. Fixme.
 */
 
+/*
+  TODO:
+
+  shared lyrics should be vertically centered:
+
+  
+
+> About lyrics, it happens that there are common words for many bars, like
+> for a refrain say.  When there is an even number of lyrics lines, I do not
+> know how to force the positioning of the common lyric line in the plain
+> middle of the others, because this is in between lines.  Not a big matter,
+> but it would be a bit nicer if this was doable.
+
+ */
 
 /*
   We find start and end of phrases, and align lyrics accordingly.