> I'm not top posting.
%% the "Lyrics independent of notes" example (chapter 7.3.7.5 of the manual)
%% gives errors: warning: Lyric syllable does not have note. Use \lyricsto
%% or associatedVoice ...
\version "2.10.33"
\paper{ ragged-right=##t }
voice = {
c''2
\tag #'music { c''2 }
\tag #'lyricrhythm { c''4. c''8 }
d''1
}
lyr = \lyricmode { I like my cat! }
<<
\new Staff \keepWithTag #'music \voice
\new Devnull="nowhere" \keepWithTag #'lyricrhythm \voice
\new Lyrics \lyricsto "nowhere" \lyr
\new Staff { c'8 c' c' c' c' c' c' c'
c' c' c' c' c' c' c' c' }
>>
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond