lilypond-user
[Top][All Lists]
Advanced

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

header in score block not working


From: Federico Bruni
Subject: header in score block not working
Date: Sat, 02 Jan 2010 12:40:50 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9.1.5) Gecko/20091130 Thunderbird/3.0

I need to put the \header block inside the \score block.
Could you please tell me what's wrong in this example (it prints nothing in the header)?

Thanks!
Federico


\version "2.13"
\include "english.ly"


firstpiece = \relative c' {
  c d e fs
}


\score {
  \new Staff {
    \firstpiece
  }
  \header {
    title= "First Piece"
    composer = "John Doe"
  }
}




reply via email to

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