Better template (skeleton for full KritBer for Eybler) for KritBer
[orchestrallily.git] / testsuite / markup-header-fields.ly
blob19c9b37fe8d71d6409062d4cc56f42b20ce31267
1 \version "2.11.40"
2 \include "../orchestrallily.ly"
4 \header {
5 title="My own title"
6 composer="Someone"
7 piece = "Global piece name"
10 testMarkup = \markup {
11 \justify {
12 This is a text inserted using the \typewriter{"\\markupWithHeader"}
13 command to allow using header fields
14 (via "\fromproperty #'header:fieldname"). For example, the title field
15 is \fontsize #+3 \fromproperty #'header:title and
16 the composer is \fontsize #+3 \fromproperty #'header:composer
20 % Print out the markups. The \fromproperty #'header:field are now properly
21 % interpreted.
22 \markup\markupWithHeader \testMarkup