Page label: Difference between revisions
Appearance
	
	
 Import snippet from LSR  | 
			
(No difference) 
 | 
Latest revision as of 22:43, 26 October 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.
}