X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fpage-label.ly;h=9adbfc8df49cd7401b352cdaac4333849dfd5bf1;hb=1dff29aea8a32c30f7fcfadf8a00afa0371dbf7a;hp=37372edf216d330706b529f32acaac5ec4a916e2;hpb=6ae2a0ef2068149f316a7a61bc193d34c6c92a5e;p=lilypond.git diff --git a/input/lsr/page-label.ly b/input/lsr/page-label.ly index 37372edf21..9adbfc8df4 100644 --- a/input/lsr/page-label.ly +++ b/input/lsr/page-label.ly @@ -1,14 +1,13 @@ %% Do not edit this file; it is auto-generated from input/new %% This file is in the public domain. -\version "2.11.35" -\layout { ragged-right= ##t } +\version "2.11.51" \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?) @@ -16,13 +15,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" @@ -35,14 +34,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" }