lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4412 in lilypond: Documentation - Access of text f


From: lilypond
Subject: [Lilypond-auto] Issue 4412 in lilypond: Documentation - Access of text fields from \header blocks below top-level
Date: Fri, 22 May 2015 11:56:13 +0000

Status: Accepted
Owner: ----
Labels: Type-Documentation

New issue 4412 by address@hidden: Documentation - Access of text fields from \header blocks below top-level
https://code.google.com/p/lilypond/issues/detail?id=4412

Leah Velleman wrote :
 The manual
(http://www.lilypond.org/doc/v2.19/Documentation/notation/creating-titles-headers-and-footers#titles-explained) says
that evenHeaderMarkup and other header/footer variables...

can only access text fields from top-level \header blocks
(which apply to all scores in the book)

In fact, this is not true. they can also access text fields
from \header blocks at levels as low as bookpart, as the
following MWE shows:

\version "2.19"
\paper {
  oddHeaderMarkup = \markup { \fromproperty #'header:title }
  evenHeaderMarkup = \markup { \fromproperty #'header:title }
  scoreTitleMarkup = \markup { }
  bookTitleMarkup = \markup { }
}

\book {
  \bookpart {
    \header { title = "foo bar baz" }
    \score {
      \new Staff {  c d e f g a b c }
     }
  }
}


Attachments:
        test.pdf  21.3 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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