]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/bookpart-variable.ly
Merge branch 'lilypond/translation' of ssh://thsoft@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / regression / bookpart-variable.ly
1 \version "2.14.0"
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 c' {
13     c1
14   }
15 }
16
17 \book {
18   \mypart
19 }