bug-gnu-music
[Top][All Lists]
Advanced

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

Lyrics spacing


From: Rune Zedeler
Subject: Lyrics spacing
Date: Tue, 20 Mar 2001 17:23:14 +0100

\include "norsk.ly"

\header {
texidoc ="``baz'' should be centered on the a (tenor voice), but it is
not.";
}

\version "1.3.140";

sop = \notes \transpose c''  {e2 e fis1 }
alt = \notes \relative c' {cis2 e e d }
ten = \notes \relative c' {a2 a a1 }
txt = \lyrics {foo2 bar baz jazz }

\score {
    <
        \context Staff = up \notes <
            \context Voice=sopv {\stemUp \sop}
            \context Voice=altv {\stemDown \alt}
        >
        \context Staff = down \notes < \clef "F";
            \context Voice=tenv {\stemUp \ten}
        >
        \context Lyrics = la { \txt }
    >
    \paper { linewidth = -1; }
}

-Rune



reply via email to

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