X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpage-label.ly;h=c7893c8e31ec687e2b1ecf72f2f78a94a024ea51;hb=6444f6a956fb0b1fe8c1a307a1a14abd08f6dc5f;hp=a83df21d8ea4548af874de740b8acffaf2625fce;hpb=4720c6db726f01da800fb1295a2b072ca931efc4;p=lilypond.git diff --git a/input/regression/page-label.ly b/input/regression/page-label.ly index a83df21d8e..c7893c8e31 100644 --- a/input/regression/page-label.ly +++ b/input/regression/page-label.ly @@ -1,4 +1,4 @@ -\version "2.11.24" +\version "2.14.0" \header { texidoc = "Page labels may be placed inside music or at top-level, @@ -11,32 +11,36 @@ and refered to in markups." (interpret-markup layout props (markup #:fill-line (text #:page-ref label "8" "?")))) -\markup \huge \fill-line { \null "Title Page" \null } - -\pageBreak - -\markup \column { - \large \fill-line { \null "Table of contents" \null } - \toc-line #'toc "Table of contents" - \toc-line #'firstScore "First Score" - \toc-line #'markA "Mark A" - \toc-line #'markB "Mark B" - \toc-line #'markC "Mark C" - \toc-line #'unknown "Unknown label" -} \label #'toc - -\pageBreak - -\score { - { c'2 c' - \mark \markup { A (page \concat { \page-ref #'markA "0" "?" ) }} \label #'markA - c' c' - \pageBreak - \mark "B" \label #'markB - d' d' - d' d' - \once \override Score . RehearsalMark #'break-visibility = #begin-of-line-invisible - \mark "C" \label #'markC +\book { + \markup \huge \fill-line { \null "Title Page" \null } + + \pageBreak + + \label #'toc + \markup \column { + \large \fill-line { \null "Table of contents" \null } + \toc-line #'toc "Table of contents" + \toc-line #'firstScore "First Score" + \toc-line #'markA "Mark A" + \toc-line #'markB "Mark B" + \toc-line #'markC "Mark C" + \toc-line #'unknown "Unknown label" + } + + \pageBreak + + \label #'firstScore + \score { + { c'2 c' + \mark \markup { A (page \concat { \page-ref #'markA "0" "?" ) }} \label #'markA + c' c' + \pageBreak + \mark "B" \label #'markB + d' d' + d' d' + \once \override Score . RehearsalMark #'break-visibility = #begin-of-line-invisible + \mark "C" \label #'markC + } + \header { piece = "First score" } } - \header { piece = "First score" } -} \label #'firstScore \ No newline at end of file +} \ No newline at end of file