lilypond-user
[Top][All Lists]
Advanced

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

Re: Lyric problems


From: Mats Bengtsson
Subject: Re: Lyric problems
Date: Sun, 13 Nov 2005 21:52:44 +0100
User-agent: Internet Messaging Program (IMP) H3 (4.0.4)

Quoting Erik Sandberg <address@hidden>:

I would suggest that you use \lyricsto, and avoid the <<\\>> syntax. Somethign
like:

<<
 \new Staff \context Voice = melody {
   .. f'2 ... << \context Voice = other { \voiceOne \tiny g ... } \context
Voice=melody { \voiceTwo g,2 ... } >> \oneVoice r4 ...
 }

 \lyricsto melody { Al ... }


Which can be slightly simplified into:

<<
 \new Staff \context Voice = melody {
.. f'2 ... << \context Voice = other { \voiceOne \tiny g ... } { \voiceTwo g,2 ... } >> \oneVoice r4 ...
 }

 \lyricsto melody { Al ... }


  /Mats





reply via email to

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