lilypond-learning: Clef

 
 Clef
 ....
 
 Music Glossary: See(music-glossary)clef.
 
    The clef can be set using the ‘\clef’ command:
 
      \relative c' {
        \clef "treble"
        c1
        \clef "alto"
        c1
        \clef "tenor"
        c1
        \clef "bass"
        c1
      }
      [image src="" alt="[image of music]" text="image of music"]