1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
10 Page labels may be placed inside music or at top-level, and referred to
14 doctitle = "Page label"
17 #(set-default-paper-size "a6")
19 #(define-markup-command (toc-line layout props label text)
21 (interpret-markup layout props
22 (markup #:fill-line (text #:page-ref label "8" "?"))))
25 \markup \huge \fill-line { \null Title Page \null }
31 \large \fill-line { \null Table of contents \null }
32 \toc-line #'toc "Table of contents"
33 \toc-line #'firstScore "First Score"
34 \toc-line #'markA "Mark A"
35 \toc-line #'markB "Mark B"
36 \toc-line #'markC "Mark C"
37 \toc-line #'unknown "Unknown label"
44 \new Staff \relative c' {
47 A (page \concat { \page-ref #'markA "0" "?" ) }
51 \mark "B" \label #'markB
54 \once \override Score.RehearsalMark #'break-visibility =
55 #begin-of-line-invisible
56 \mark "C" \label #'markC
58 \header { piece = "First score" }