lilypond-user
[Top][All Lists]
Advanced

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

adding stand alone text after a score


From: Ryan Michael
Subject: adding stand alone text after a score
Date: Fri, 8 Jan 2016 09:50:30 -0800

Hello I have the following score block:


\score {
  \new StaffGroup <<
   
  

<<
  \new Staff \new Voice = "recorder" << \global \recorder >>
  
>>
  


 

    <<
  \new Staff \new Voice = "viola" << \global \viola >>
  
>>
\new Lyrics \lyricsto "viola" \verseOne
  >>


\markup {
  \fill-line {
    Hello hello hello
  }
}


  \layout { }
  \midi { }
}


However I get the error: 

syntax error, unexpected \markup

Any help appreciated. Thanks!
Ryan.



--
ॐ नमः शिवाय

reply via email to

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