Re: LyricOn and LyricOff

2005-10-12 Thread Erik Sandberg
On Wednesday 12 October 2005 01.28, Ian Hawthorn wrote: > Erik Sandberg wrote: > >You can use two different voices for the notes, and then use \lyricsto to > >assign lyrics only to one of the voices: > > > ><< > > \new Staff << > >\context Voice="song" {s1 | b4 b b r | s1 | s1 | } > >\cont

Re: LyricOn and LyricOff

2005-10-12 Thread Ian Hawthorn
Erik Sandberg wrote: >You can use two different voices for the notes, and then use \lyricsto to >assign lyrics only to one of the voices: > ><< > \new Staff << >\context Voice="song" {s1 | b4 b b r | s1 | s1 | } >\context Voice="instr" {b4 a g a | s1 | a4 a a r | b d d r } > >> > \

Re: LyricOn and LyricOff

2005-10-12 Thread Mats Bengtsson
How about the following, for an alternative? { b4 \melisma a g a \melismaEnd | b b b r \melisma | a a a r | b d d r \melismaEnd } \addlyrics { _ lit -- tle lamb } /Mats Erik Sandberg wrote: On Tuesday 11 October 2005 01.39, Ian Hawthorn wrote: Suggested feature: Commands (e.g.) `\LO

Re: LyricOn and LyricOff

2005-10-11 Thread Erik Sandberg
On Tuesday 11 October 2005 01.39, Ian Hawthorn wrote: > Suggested feature: Commands (e.g.) `\LOn' and `\LOff' to turn on and off > the synchronisation of lyrics and avoid overuse of `_'. For example > > { \LOff b4 a g a | \LOn b b b r | \LOff a a a r | b d d r } > addlyrics { lit -- tle lamb }

LyricOn and LyricOff

2005-10-11 Thread Ian Hawthorn
Suggested feature: Commands (e.g.) `\LOn' and `\LOff' to turn on and off the synchronisation of lyrics and avoid overuse of `_'. For example { \LOff b4 a g a | \LOn b b b r | \LOff a a a r | b d d r } addlyrics { lit -- tle lamb } To give the same result as { b4 a g a | b b b r | a a a r