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

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

Re: Lyrics spacing


From: Han-Wen Nienhuys
Subject: Re: Lyrics spacing
Date: Mon, 9 Apr 2001 00:46:04 +0200

address@hidden writes:
> Han-Wen Nienhuys wrote (long time ago, as a reply to a message on
> bug-gnu-music):
> 
> > I don't understand, why didn't you try the directions for multistanza
> > music (see ref man)
> 
> I don't understand what you mean.

\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 LyricsVoice = "tenv-1" { \txt }
    >
    \paper { linewidth = -1 }
}
 

-- 

Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

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