Thanks,
With the following 'script' and syllables enclosed by "" I get a score
including the text:

\score {
        <<
        \new Devnull = "inv" { \chd }
        \new ChordNames {
                \set chordChanges = ##t
                \chd
        }
        \new Staff <<
        \new Voice = "upper" \upper
        >>
        \new Staff <<
        \new Voice = "lower" \lower
        \clef bass
        >>
        \new Lyrics \lyricsto "inv" \text
        >>
        \layout { }
}

However, the text is related to chord changes, and I would prefer just
textparts per measure.
Can that be fixed with some other mode?
Also, the measures are not adjusted to the text, so some parts of the text
don“t align (even outside the paper).
Is there a setting to fix that?

-- Maarten


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to