bug-lilypond
[Top][All Lists]
Advanced

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

printallheaders=##t outputs the title twice, if no title is specified wi


From: Claus Tirel
Subject: printallheaders=##t outputs the title twice, if no title is specified within the score section
Date: Mon, 16 Jun 2008 17:11:12 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.

printallheaders=##t results in a double output of the main title, if no title is
specified within the score section.

============= begin example.ly =============
\version "2.8.1"
\paper{
  printallheaders=##t
}
\header{
  title = "Title"
}
\score{
  \relative c'{
    c 
  }
}
============= end example.ly =============





reply via email to

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