lilypond-user
[Top][All Lists]
Advanced

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

Re: Inserting lyrics in a global situation


From: Henning Hraban Ramm
Subject: Re: Inserting lyrics in a global situation
Date: Mon, 13 May 2019 10:21:42 +0200

Am 2019-05-13 um 04:20 schrieb Vicente Sanches <address@hidden>:

> 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







reply via email to

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