]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/book-label-no-segfault.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / book-label-no-segfault.ly
1 \version "2.16.0"
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 }