Previous: Switching the melody associated with a lyrics line, Up: Flexibility in placement


7.3.5.4 Lyrics independent of notes

In some complex vocal music, it may be desirable to place lyrics completely independently of notes. Music defined inside lyricrhythm disappears into the Devnull context, but the rhythms can still be used to place the lyrics.

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

[image of music]



Previous: Switching the melody associated with a lyrics line, Up: Flexibility in placement

Diese Seite ist für LilyPond-2.11.28 (Entwicklungszweig).

Fehler bitte an http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs melden.

Your suggestions for the documentation are welcome.