X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fnew%2Fpage-label.ly;h=5c76862641e4e210e7860639dd731b6f9f5649be;hb=def21b306e2b8fa2d5630fab0878e9922e197f0c;hp=1eb75e0d2f27b966a4fca48a0786476c883085d5;hpb=b27a0707cf55f60e68edfded6dea54a7bf046126;p=lilypond.git diff --git a/input/new/page-label.ly b/input/new/page-label.ly index 1eb75e0d2f..5c76862641 100644 --- a/input/new/page-label.ly +++ b/input/new/page-label.ly @@ -1,10 +1,9 @@ \version "2.11.26" -\layout { ragged-right= ##t } \header { - doctitle = "Page label" lsrtags = "spacing" texidoc = "Page labels may be placed inside music or at top-level, -and refered to in markups." +and referred to in markups." + doctitle = "Page label" } #(set-default-paper-size "a6") @@ -14,13 +13,13 @@ and refered to in markups." (markup #:fill-line (text #:page-ref label "8" "?")))) \book { - \markup \huge \fill-line { \null "Title Page" \null } + \markup \huge \fill-line { \null Title Page \null } \pageBreak \label #'toc \markup \column { - \large \fill-line { \null "Table of contents" \null } + \large \fill-line { \null Table of contents \null } \toc-line #'toc "Table of contents" \toc-line #'firstScore "First Score" \toc-line #'markA "Mark A" @@ -33,14 +32,15 @@ and refered to in markups." \label #'firstScore \score { - { c'2 c' - \mark \markup { A (page \concat { \page-ref #'markA "0" "?" ) }} \label #'markA - c' c' + { + c'2 c' + \mark \markup { A (page \concat { \page-ref #'markA "0" "?" ) } } \label #'markA + c'2 c' \pageBreak \mark "B" \label #'markB - d' d' - d' d' - \once \override Score . RehearsalMark #'break-visibility = #begin-of-line-invisible + d'2 d' + d'2 d' + \once \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible \mark "C" \label #'markC } \header { piece = "First score" }