lilypond-user
[Top][All Lists]
Advanced

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

how to add header to markup after score


From: Ryan Michael
Subject: how to add header to markup after score
Date: Fri, 8 Jan 2016 11:27:36 -0800

I have the following basic lilypond layout
\header{
    title = "Title of My Piece"
    composer = "Ryan Wieghard"
   }

\score{

%score stuff%
}

\pageBreak

\markup{
 %Text  formatting, columns, etc.%
}



I would like to add a header to the markup that follows the score. When I write: 

\header {
  title = "APPENDIX"
}

within the scope of last \markup{}
I get the following error: 

syntax error, unexpected \header

Thanks for your help!


--
ॐ नमः शिवाय

reply via email to

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