lilypond-devel
[Top][All Lists]
Advanced

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

default behavior for multiple \header{}s


From: Graham Percival
Subject: default behavior for multiple \header{}s
Date: Mon, 13 Mar 2006 18:40:22 -0800

From the manual, 10.3.1,
http://www.lilypond.org/doc/v2.7/Documentation/user/lilypond/Creating- titles.html
-----
As demonstrated before, you can use multiple \header blocks. When same fields appear in different blocks, the latter is used. Here is a short example.

\header {
  composer = "Composer"
}
\header {
  title = "Title"
}
\score {
  \new Staff { c'4 }
  \header {
    title = "New title"  % overwrite previous one
  }
}
-----

However, this example does _not_ overwrite the previous definition of title with "New title". (at least, not in 2.7.38) Is this intentional or a bug?
- Graham





reply via email to

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