\version "2.13.24"

\paper {
  print-all-headers = ##t
}

\score {
  \new Staff { c'4 }
  \header {
    title = "Title 1"
    composer = "Composer 1"
    piece = "Piece 1"
  }
}

\score {
  \new Staff { c'4 }
  \header {
    title = "Title 2"
    composer = "Composer 2"
    piece = "Piece 2"
  }
}

\score {
  \new Staff { c'4 }
  \header {
    title = "Title 3"
    composer = "Composer 3"
    piece = "Piece 3"
  }
}

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to