Fix crash
[orchestrallily.git] / testsuite / auto-toc.ly
bloba497ad73cedb20597ae080e67a51cba10f9eae65
1 \version "2.13.17"
2 \include "../orchestrallily.ly"
4 TestaIMusic = \relative c' { c1 }
5 TestbIMusic = \relative c' { d1 }
7 TestaPieceName = "Piece A"
8 TestbPieceName = "Piece B"
10 \markuplines \table-of-contents
12 \createHeadline "Custom headline (normal markup)"
13 \markup"Some markup"
15 \createScore #"Testa" #'("I")
17 \createHeadline "Another manual headline"
19 \createScore #"Testb" #'("I")