"Maarten de Keijzer" <maarten.de.keij...@hccnet.nl> writes:

> 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?

You are aware that you don't _need_ to use \lyricsto or \addlyrics?
Just specify the duration you want in the text itself like

\new Lyrics \lyricsmode { "And there were"1 "shepherds in"2. the4 field. }

If you go "one lyric per bar", then you should just need the first 1 and
all the other strings will be of the same length automatically.

-- 
David Kastrup


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

Reply via email to