]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/book-identifier-markup.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / book-identifier-markup.ly
diff --git a/input/regression/book-identifier-markup.ly b/input/regression/book-identifier-markup.ly
new file mode 100644 (file)
index 0000000..ee6c024
--- /dev/null
@@ -0,0 +1,14 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "A @code{\\book} or @code{\\bookpart} identifier can contain
+top-level markup and page-markers."
+}
+
+mypart = \bookpart {
+  \relative c' { c1 }
+  \label #'marker
+  \markup { Page \page-ref #'marker "8" "?" }
+}
+
+\bookpart { \mypart }