On 3-Jan-06, at 10:38 AM, vanDongen/Gilcher wrote:

On Tuesday 03 January 2006 17:46, vanDongen/Gilcher wrote:


 \score {
    \header {
      title = "ah"
      composer = "Gerard van Dongen"
    }


ok so this doesn't work it gives an unexpected /header error whne converting
to ps.

You now need to have music in the score happening first.
\score{
  { c'4 }
  \header { ... }
}

- Graham



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

Reply via email to