X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fpage-label.ly;h=635931df741545f6bb1be1ae5c9addf34e956251;hb=c4664abbe99627b0af168fe6ded11dae7cee3f08;hp=e6a50acf156194220eda4941b2a310723a1cf653;hpb=9e7b53f94e1e3bd7b3f7a14ba11a6cae6c8e9a73;p=lilypond.git diff --git a/input/lsr/page-label.ly b/input/lsr/page-label.ly index e6a50acf15..635931df74 100644 --- a/input/lsr/page-label.ly +++ b/input/lsr/page-label.ly @@ -1,28 +1,29 @@ %% Do not edit this file; it is auto-generated from input/new %% This file is in the public domain. -\version "2.11.38" -\layout { ragged-right= ##t } +\version "2.13.1" \header { - doctitle = "Page label" lsrtags = "spacing" texidoc = "Page labels may be placed inside music or at top-level, -and refered to in markups." -} -% begin verbatim +and referred to in markups." + doctitle = "Page label" +} % begin verbatim + + #(set-default-paper-size "a6") -#(define-markup-command (toc-line layout props label text) (symbol? markup?) +#(define-markup-command (toc-line layout props label text) + (symbol? markup?) (interpret-markup layout props (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" @@ -35,14 +36,18 @@ and refered to in markups." \label #'firstScore \score { - { c'2 c' - \mark \markup { A (page \concat { \page-ref #'markA "0" "?" ) }} \label #'markA - c' c' + \new Staff \relative c' { + c2 c + \mark \markup { + A (page \concat { \page-ref #'markA "0" "?" ) } + } \label #'markA + c2 c \pageBreak \mark "B" \label #'markB - d' d' - d' d' - \once \override Score . RehearsalMark #'break-visibility = #begin-of-line-invisible + d2 d + d2 d + \once \override Score.RehearsalMark #'break-visibility = + #begin-of-line-invisible \mark "C" \label #'markC } \header { piece = "First score" }