]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/book-label-no-segfault.ly
072107fb598960d0b7ec0e7f98e2465edbd11ac5
[lilypond.git] / input / regression / book-label-no-segfault.ly
1 \version "2.13.43"
2
3 \header {
4   texidoc = "
5 A book(part) can contain only a label without causing a segfault.
6 "
7 }
8
9 \book {\markup "foo"}   % necessary to produce some output
10 \book { \label #'foo }