]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/book-identifier-markup.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / book-identifier-markup.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "A @code{\\book} or @code{\\bookpart} identifier can contain
5 top-level markup and page-markers."
6 }
7
8 mypart = \bookpart {
9   \relative { c'1 }
10   \label #'marker
11   \markup { Page \page-ref #'marker "8" "?" }
12 }
13
14 \bookpart { \mypart }