]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/staff/clefs.ly
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / input / lsr / staff / clefs.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.10.12"
3
4 \header { texidoc = "
5  The clef indicates which lines of the staff correspond to which
6 pitches.  The clef is set with the @code{\\clef} command
7
8
9          @{ c''2 \\clef alto g'2 @}
10  
11
12 Supported clefs include:
13      
14 @code{treble, violin, G, G2} G clef on 2nd line @code{alto, C} C clef
15 on 3rd line @code{tenor} C clef on 4th line.  @code{bass, F} F clef on
16 4th line @code{french} G clef on 1st line, so-called French violin clef
17 @code{soprano} C clef on 1st line @code{mezzosoprano} C clef on 2nd
18 line @code{baritone} C clef on 5th line @code{varbaritone} F clef on
19 3rd line @code{subbass} F clef on 5th line @code{percussion} percussion
20 clef @code{tab} tablature clef
21
22  By adding @code{_8} or @code{^8} to the clef name, the clef is
23 transposed one octave down or up, respectively, and @code{_15} and
24 @code{^15} transposes by two octaves.  The argument clefname must be
25 enclosed in quotes when it contains underscores or digits. See the last
26 two bars for an example. 
27 " }
28
29 { g'2 \clef alto g'2 
30   \clef tenor g'2 \clef bass g'2
31   \clef french g'2 \clef soprano g'2
32   \clef mezzosoprano g'2 \clef baritone g'2
33   \clef varbaritone g'2 \clef subbass g'2
34   \clef percussion g'2 \clef tab g'2
35 % TO TRANSPOSE THE CLEF ONE OCTAVE UP OR DOWN SEE THE FOLLOWING BARS:
36   \clef "G_8" c'1 \clef "G^8" c'1
37 }
38