Re: Aligning lyrics to non-visible melody

2021-02-10 Thread Kuredant Kuredant
Thanks! NullVoice was exactly what I was looking for. Le mer. 10 févr. 2021 à 17:56, Xavier Scheuer a écrit : > On Wed, 10 Feb 2021 at 08:50, Kuredant Kuredant > wrote: > > > > Hi, > > > > Given the following example: > > > > (snip) > > > > I would like to hide the "melody" staff, while keeping

Re: Aligning lyrics to non-visible melody

2021-02-10 Thread Xavier Scheuer
On Wed, 10 Feb 2021 at 08:50, Kuredant Kuredant wrote: > > Hi, > > Given the following example: > > (snip) > > I would like to hide the "melody" staff, while keeping the lyrics aligned to it (i.e. keep only "song" and "songLyrics" in \score). > Is that possible? I've been looking through https://l

Aligning lyrics to non-visible melody

2021-02-09 Thread Kuredant Kuredant
Hi, Given the following example: \version "2.23.0" melody = \new Voice = "melody" \relative c { \time 3/4 f''4 g8 f e f | e2. } songLyrics = \new Lyrics \lyricsto "melody" { Ky ri _ _ _ e } song = \new Voice = "song" \relative c' { \time 3/4 c4 c c | c8 c c2 | } \score { \new