bug-lilypond
[Top][All Lists]
Advanced

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

header properties not visible within score


From: Markus Rother
Subject: header properties not visible within score
Date: Wed, 1 May 2019 09:58:54 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

% Embedding \fromproperty in a \score is not working (at least not) for
header properties.
% If header scope is hidden by design, how can I achieve the following?
% Many thanks and best regards, Markus
\book {
  \paper {
    indent = 0\mm
    scoreTitleMarkup = \markup {
      \fromproperty #'header:piece % works as expected
      \score {
        { s^\markup { "FOO" \fromproperty #'header:piece "BAR" } } %
property not visible
        \layout {}
      }
    }
  }
  \score {
    { s1 }
    \header {
      piece = "MENUET"
    }
  }
  \score {
    { s1 }
    \header {
      piece = "RONDEAU"
    }
  }
}

Attachment: pEpkey.asc
Description: application/pgp-keys


reply via email to

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