int(0) Clefs can be transposed by arbitrary amounts - LilyPond wiki Jump to content

Clefs can be transposed by arbitrary amounts

From LilyPond wiki

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
}