Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
LilyPond wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Clefs
Page
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
The clef indicates which lines of the staff correspond to which pitches. The clef is set with the <code>\clef</code> command: <pre> { c''2 \clef alto g'2 }</pre> Supported clefs include: ; <code>treble, violin, G, G2</code> : G clef on 2nd line<br /> ; <code>alto, C</code> : C clef on 3rd line<br /> ; <code>tenor</code> : C clef on 4th line.<br /> ; <code>bass, F</code> : F clef on 4th line<br /> ; <code>french</code> : G clef on 1st line, so-called French violin clef<br /> ; <code>soprano</code> : C clef on 1st line<br /> ; <code>mezzosoprano</code> : C clef on 2nd line<br /> ; <code>baritone</code> : C clef on 5th line<br /> ; <code>varbaritone</code> : F clef on 3rd line<br /> ; <code>subbass</code> : F clef on 5th line<br /> ; <code>percussion</code> : percussion clef<br /> ; <code>tab</code> : tablature clef By adding <code>_8</code> or <code>^8</code> to the clef name, the clef is transposed one octave down or up, respectively, and <code>_15</code> and <code>^15</code> transposes by two octaves. The argument <code>clefname</code> must be enclosed in quotes when it contains underscores or digits. See the last two bars for an example. <lilypond version="2.24.0"> %% http://lsr.di.unimi.it/LSR/Item?id=173 { g'2 \clef alto g'2 \clef tenor g'2 \clef bass g'2 \clef french g'2 \clef soprano g'2 \clef mezzosoprano g'2 \clef baritone g'2 \clef varbaritone g'2 \clef subbass g'2 \clef percussion g'2 \clef tab g'2 % TO TRANSPOSE THE CLEF ONE OCTAVE UP OR DOWN SEE THE FOLLOWING BARS: \clef "G_8" c'1 \clef "G^8" c'1 } </lilypond> [[Category:Pitches]] [[Category:Staff notation]] [[Category:Really simple]]
Summary:
Please note that all contributions to LilyPond wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Meta:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Clefs
Add topic