Jump to content

Clefs can be transposed by arbitrary amounts

From LilyPond wiki
(Redirected from LSR 695)

Clefs can be transposed by arbitrary amounts, not just by octaves.

\version "2.24.0"

\relative c' {
  \clef treble
  c4 c c c
  \clef "treble_8"
  c4 c c c
  \clef "treble_5"
  c4 c c c
  \clef "treble^3"
  c4 c c c
}