lilypond-user
[Top][All Lists]
Advanced

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

trying to attach lyrics to global variable in /score


From: Ryan Michael
Subject: trying to attach lyrics to global variable in /score
Date: Sun, 3 Jan 2016 11:40:07 -0800

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.
}






--
ॐ नमः शिवाय

reply via email to

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