Great, that's an additional option, interesting stuff there...
https://frescobaldi.org/uguide.html#help_document_variables
Am 5. Mai 2026 17:14:28 schrieb "David F." <[email protected]>:
Michael, Frescobaldi lets you manually add the filenames to the top of the
file. It is tedious but it works. Like this:
% -*- output: title-clarinet1,title-clarinet1;
David
On May 5, 2026, at 2:20 AM, Michael Scheer <[email protected]> wrote:
OK, Frescobaldi will not display the filename from a variable, so I
cannot use that solution. See code snippet at bottom.
Still I am interested if the header could have been accessed in the
book part, or if it's maybe a scope issue.
Because I created a Lilypond variable after the header definition:
"MyTitle = \markup { \concat {\fromproperty #'header:title "test"
\fromproperty #'header:opus } }"
And it only consisted of "test".
Thx...
%% Frescobaldi does not display the pdf:
\version "2.27.0" \language "deutsch"
Filename = "MyFilename1"
\header {}
\bookpart {
\bookOutputName \Filename
\score {
<< \new Staff \relative c'' {
a4 b h d
} >>
}
}