Am 2019-05-13 um 04:20 schrieb Vicente Sanches <vicente.sanches...@gmail.com>:

> Hi,
> I'm editing the Mozart's Ave Verum for a college work.
> As there are many instruments and voices, i tried to organize things 
> separating notes from staff and layout information, but i don't know how to 
> insert lyrics in such organizational structure.
> 

textI = \lyricmode {
  %\set stanza = "1. "
  la la la la
}


> 
> \book {
>   \score {
>     \new StaffGroup <<
>       \new GrandStaff <<
>           \new Staff \with { instrumentName = #"Violino I." } << \global 
> \vlnOne  >>
>           \new Staff \with { instrumentName = #"Violino II." } << \global 
> \vlnTwo >>
>     >>
>           \new Staff \with { instrumentName = #"Viola." } << \global \vla >>

    \context Staff = VioIc <<
      \global
      \context Voice = "VioIv" \vlnOne
    >>
    \lyricsto "VioIc" \new Lyrics { \textI }

HTH



Greetlings, Hraban
---
fiëé visuëlle
Henning Hraban Ramm
https://www.fiee.net





_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to