Page label: Difference between revisions
Appearance
Import snippet from LSR |
Rudi Guggt (talk | contribs) mNo edit summary |
||
| Line 1: | Line 1: | ||
Page labels may be placed inside music or at top-level, and referred to in | Page labels may be placed inside music or at top-level, and referred to in [[markup]]s. | ||
<lilypond version="2.24.0" full> | <lilypond version="2.24.0" full> | ||
Revision as of 09:14, 11 November 2025
Page labels may be placed inside music or at top-level, and referred to in markups.
\version "2.24.0"
\label license
\markup "This snippet is available under the Creative Commons
Public Domain Dedication license."
{
\repeat volta 2 {
\label startRepeat
\repeat unfold 20 { c'2 2 }
\pageBreak
2 2
}
\textEndMark \markup {
\with-link #'startRepeat \line {
To page \page-ref #'startRepeat "0" "?"
}
}
}
\markup {
See page \page-ref #'license "0" "?" for
licensing information.
}