Page label: Difference between revisions

m undo
mNo edit summary
 
Line 2: Line 2:


<lilypond version="2.24" full>
<lilypond version="2.24" full>
#(set-default-paper-size "a7" 'landscape)
#(set-global-staff-size 11)
\label license
\label license
\markup "This snippet is available under the Creative Commons
\markup \fill-line {
Public Domain Dedication license."
  \center-column {
    "This snippet is available"
    "under the Creative Commons"
    "Public Domain Dedication license." } }


{
{
   \repeat volta 2 {
   \repeat volta 2 {
     \label startRepeat
     \label startRepeat
     \repeat unfold 20 { c'2 2 }
     \repeat unfold 22 { c'2 2 }
     \pageBreak
     \pageBreak
     2 2
     \repeat unfold 16 { c'2 2 }
   }
   }
   \textEndMark \markup {
   \textEndMark \markup {
Line 20: Line 26:
}
}


\markup {
\markup \fill-line {
   See page \page-ref #'license "0" "?" for
   \line {
  licensing information.
    See page \page-ref #'license "0" "?" for
}
    licensing information. } }
</lilypond>
</lilypond>