X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpage-label.ly;h=21fa1fe80b4312f598197ecca103c479859edd0e;hb=26a079ca2393d053315ef8dbef626c897dc9645a;hp=9f40328cf4ce958691104ba062534783823adcb2;hpb=f604d2f2f7f03cbbd43182c14ef20647d16f87d8;p=lilypond.git diff --git a/input/regression/page-label.ly b/input/regression/page-label.ly index 9f40328cf4..21fa1fe80b 100644 --- a/input/regression/page-label.ly +++ b/input/regression/page-label.ly @@ -1,8 +1,8 @@ -\version "2.11.25" +\version "2.16.0" \header { texidoc = "Page labels may be placed inside music or at top-level, -and refered to in markups." +and referred to in markups." } #(set-default-paper-size "a6") @@ -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" } - \header { piece = "First score" } -} \label #'firstScore \ No newline at end of file + + \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" } + } +}