I have the following lilypond code:

\score {
  \new StaffGroup <<
   \new Staff << \global \recorder >>

   \new Lyrics \lyricsto "recorder" {
      \verseOne
    }

    \new Staff << \global \viola >>
  >>

  \layout { }
  \midi { }
}


However I get the error:

*cannot find Voice `recorder'*

"recorder" is defined earlier in the same file as:

recorder = \new Voice \relative c' {

%lorem ipsum note note note%

c1 c1 c1 c1 c1 c1 c1 r4 c1 c1 c1 c1 c2.
}






-- 
ॐ नमः शिवाय
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to