tongue slapby replacing the note head with the appropriate glyph. For that we can draw the accent-like note head with
\markup
.
What's this? Searching the LSR Browse by title Contributing Snippet database | Browsing items 60−69 out of 943 |
The clef indicates which lines of the staff correspond to which
pitches. The clef is set with the \clef
command:
{ c''2 \clef alto g'2 }
Supported clefs include:
treble, violin, G, G2
alto, C
tenor
bass, F
french
soprano
mezzosoprano
baritone
varbaritone
subbass
percussion
tab
By adding _8
or ^8
to the clef name, the clef is
transposed one octave down or up, respectively, and _15
and
^15
transposes by two octaves. The argument clefname
must be enclosed in quotes when it contains underscores or digits. See the last two bars for an example.