bug-lilypond
[Top][All Lists]
Advanced

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

Lyrics independent of notes


From: Martin Klejch
Subject: Lyrics independent of notes
Date: Tue, 12 Aug 2008 16:35:49 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> 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' }
>>





reply via email to

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