]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/book-label-no-segfault.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[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 }