lilypond-user
[Top][All Lists]
Advanced

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

\lyricsto not working with Devnull


From: Ted Walther
Subject: \lyricsto not working with Devnull
Date: Wed, 13 Sep 2006 11:52:08 -0700
User-agent: mutt-ng/devel-r804 (Debian)

I'm using the Devnull trick mentioned by Mats Bengtsson, referenced in
this post:

     http://lists.gnu.org/archive/html/bug-lilypond/2006-06/msg00177.html

I am using lilypond version 2.9.17.

The lyrics should follow the soprano melody.  And they do, but I notice
that lyricsto isn't centering the words below the notes.

Am I doing something wrong, or is this a bug?

Here is the resulting PDF:

   http://reactor-core.org/~djw/Doxology.pdf

And here is the score section:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\score { <<
     \new Staff <<
\global \clef treble \partcombine \soprano \alto
     >>
     \new Devnull = "rhythm" \soprano
     \new Lyrics \lyricsto "rhythm" \Words
     \new Staff <<
       \global
       \clef bass
       \partcombine \tenor \bass
     >>
   >>
   \layout {
     \context { \GrandStaff \accepts "Lyrics" }
   }
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

--
It's not true unless it makes you laugh, but you don't understand it until it makes you weep.

Eukleia: Ted Walther
Address: 2459 E 41 Ave, Vancouver, BC  V5R2W2 (Canada)
Contact: 604-435-5787




reply via email to

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