Fix crash
[orchestrallily.git] / testsuite / markup-header-fields.ly
blob85ccfc740868574587c70835ca6302f6d6db526b
1 \version "2.13.17"
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