Clefs can be transposed by arbitrary amounts
Appearance
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
}