]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/bookpart-variable.ly
Doc-es: various updates.
[lilypond.git] / input / regression / bookpart-variable.ly
1 \version "2.19.21"
2
3
4 \header {
5   texidoc = "
6 A @code{\\bookpart} variable can be inserted in a @code{\\book}.
7 No segfault should occur in this case.
8 "
9 }
10
11 mypart = \bookpart {
12   \relative {
13     c'1
14   }
15 }
16
17 \book {
18   \mypart
19 }