On Mon 04 Jan 2016 at 00:26:44 (+0100), Simon Albrecht wrote:
[...]
> That said: The following code works for me.
>
> %%%%%%%%%%
> \version "2.18.2"
> global = { s1 }
> recorder = { c''1 }
> verseOne = \lyricmode { test }
> \score {
> \new StaffGroup <<
>
> \new Staff <<
> \new Voice \global
> \new Voice = "recorder" \recorder
> >>
> \new Lyrics \lyricsto "recorder" \verseOne
> >>
>
> \layout { }
> \midi { }
> }
> %%%%%%%%%%%%%%
>
> It’s more logical IMO to keep the Lyrics outside the Staff,
... but it does mean that you can't use \addlyrics, and dispense with
naming the context when not required (ie simple cases).
Cheers,
David.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user