lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Lyrics


From: Maarten de Keijzer
Subject: RE: Lyrics
Date: Wed, 12 Dec 2012 09:37:57 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]