]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/instrument-notation.itely
*** empty log message ***
[lilypond.git] / Documentation / user / instrument-notation.itely
1 @c -*- coding: latin-1; mode: texinfo; -*-
2 @c This file is part of lilypond.tely
3
4 @c A menu is needed before every deeper *section nesting of @node's; run 
5 @c     M-x texinfo-all-menus-update
6 @c to automatically fill in these menus before saving changes
7
8 @node Instrument-specific notation
9 @chapter Instrument-specific notation
10
11 This chapter explains how to use notation for specific instruments.
12
13 @menu
14 * Piano music::                 
15 * Chord names::                 
16 * Vocal music::                 
17 * Rhythmic music::              
18 * Guitar ::                     
19 * Ancient notation::            
20 * Other instrument specific notation::  
21 @end menu
22
23
24
25 @node Piano music
26 @section Piano music
27
28 Piano staves are two normal staves coupled with a brace.  The staves
29 are largely independent, but sometimes voices can cross between the
30 two staves.  The same notation is also used for harps and other key
31 @c Is this `harp' or `harpsichord'?
32 @c    both.  -gp
33 instruments.  The @internalsref{PianoStaff} is especially built to
34 handle this cross-staffing behavior.  In this section we discuss the
35 @internalsref{PianoStaff} and some other pianistic peculiarities.
36
37
38 @menu
39 * Automatic staff changes::     
40 * Manual staff switches::       
41 * Pedals::                      
42 * Staff switch lines::          
43 * Cross staff stems::           
44 @end menu
45
46 @refbugs
47
48 Dynamics are not centered, but workarounds do exist.  See the
49 ``piano centered dynamics'' template in @ref{Piano templates}.
50
51 @cindex cross staff stem
52 @cindex stem, cross staff
53 @cindex distance between staves in piano music
54
55 The distance between the two staves is the same for all systems in the
56 score.  It is possible to override this per system, but it does require
57 an arcane command incantation.  See
58 @inputfileref{input/@/test,piano@/-staff@/-distance@/.ly}.
59
60
61 @node Automatic staff changes
62 @subsection Automatic staff changes
63 @cindex Automatic staff changes
64
65 Voices can be made to switch automatically between the top and the bottom
66 staff.  The syntax for this is
67
68 @quotation
69 @example
70 \autochange @dots{}@var{music}@dots{}
71 @end example
72 @end quotation
73
74 @noindent
75 This will create two staves inside the current PianoStaff, called
76 @code{up} and @code{down}.  The lower staff will be in bass clef by
77 default.
78
79 A @code{\relative} section that is outside of @code{\autochange} has
80 no effect on the pitches of @var{music}, so, if necessary, put
81 @code{\relative} inside @code{\autochange} like
82
83 @quotation
84 @example
85 \autochange \relative @dots{} @dots{}
86 @end example
87 @end quotation
88
89
90 The autochanger switches on basis of the pitch (middle C is the turning
91 point), and it looks ahead skipping over rests to switch in
92 advance.  Here is a practical example
93
94 @lilypond[quote,verbatim,raggedright]
95 \context PianoStaff
96   \autochange \relative c'
97   {
98     g4 a b c d r4 a g
99   }
100 @end lilypond
101
102
103 @seealso
104
105 In this manual: @ref{Manual staff switches}.
106
107 Program reference: @internalsref{AutoChangeMusic}.
108
109
110
111 @refbugs
112
113 The staff switches may not end up in optimal places.  For high
114 quality output, staff switches should be specified manually.
115
116
117 @code{\autochange} cannot be inside @code{\times}.
118
119 Internally, the @code{\partcombine} interprets both arguments as
120 @code{Voice}s named @code{one} and @code{two}, and then decides when
121 the parts can be combined.  Consequently, if the arguments switch to
122 differently named @internalsref{Voice} contexts, the events in those
123 will be ignored.
124
125
126 @node Manual staff switches
127 @subsection Manual staff switches
128
129 @cindex manual staff switches
130 @cindex staff switch, manual
131
132 Voices can be switched between staves manually, using the command
133 @example
134 \change Staff = @var{staffname} @var{music}
135 @end example
136
137 @noindent
138 The string @var{staffname} is the name of the staff.  It switches the
139 current voice from its current staff to the Staff called
140 @var{staffname}.  Typically @var{staffname} is @code{"up"} or
141 @code{"down"}.  The @context{Staff} referred to must already exist, so
142 usually the setup for a score will start with a setup of the staves,
143
144 @example
145 <<
146   \context Staff = up @{
147     \skip 1 * 10  % @emph{keep staff alive}
148     @}
149   \context Staff = down @{
150     \skip 1 * 10  % @emph{idem}
151     @}
152 >>
153 @end example
154
155
156 and the @context{Voice} is inserted afterwards
157
158 @example
159 \context Staff = down
160   \new Voice @{ @dots{} \change Staff = up @dots{} @}
161 @end example
162
163
164 @node Pedals
165 @subsection Pedals
166 @cindex Pedals
167
168 Pianos have pedals that alter the way sound is produced.  Generally, a
169 piano has three pedals, sustain, una corda, and sostenuto.
170
171
172 Piano pedal instruction can be expressed by attaching
173 @code{\sustainDown}, @code{\sustainUp}, @code{\unaCorda},
174 @code{\treCorde}, @code{\sostenutoDown} and @code{\sostenutoUp} to a
175 note or chord
176
177 @lilypond[quote,raggedright,fragment,verbatim]
178 c'4\sustainDown c'4\sustainUp
179 @end lilypond
180
181 What is printed can be modified by setting @code{pedal@var{X}Strings},
182 where @var{X} is one of the pedal types: @code{Sustain},
183 @code{Sostenuto} or @code{UnaCorda}.  Refer to
184 @internalsref{SustainPedal} in the program reference for more
185 information.
186
187 Pedals can also be indicated by a sequence of brackets, by setting the
188 @code{pedalSustainStyle} property to bracket objects
189
190 @lilypond[quote,raggedright,fragment,verbatim,relative=2]
191 \set Staff.pedalSustainStyle = #'bracket
192 c\sustainDown d e
193 b\sustainUp\sustainDown
194 b g \sustainUp a \sustainDown \bar "|."
195 @end lilypond
196
197 A third style of pedal notation is a mixture of text and brackets,
198 obtained by setting the @code{pedalSustainStyle} property to
199 @code{mixed}
200
201 @lilypond[quote,raggedright,fragment,verbatim,relative=2]
202 \set Staff.pedalSustainStyle = #'mixed
203 c\sustainDown d e
204 b\sustainUp\sustainDown
205 b g \sustainUp a \sustainDown \bar "|."
206 @end lilypond
207
208 The default `*Ped.' style for sustain and damper pedals corresponds to
209 style @code{#'text}.  The sostenuto pedal uses @code{mixed} style by
210 default.
211
212 @lilypond[quote,raggedright,fragment,verbatim,relative=2]
213 c\sostenutoDown d e c, f g a\sostenutoUp
214 @end lilypond
215
216 For fine-tuning the appearance of a pedal bracket, the properties
217 @code{edge-width}, @code{edge-height}, and @code{shorten-pair} of
218 @code{PianoPedalBracket} objects (see
219 @internalsref{PianoPedalBracket} in the Program reference) can be
220 modified.  For example, the bracket may be extended to the right edge
221 of the note head
222
223 @lilypond[quote,raggedright,fragment,verbatim,relative=2]
224 \override Staff.PianoPedalBracket #'shorten-pair = #'(0 . -1.0)
225 c\sostenutoDown d e c, f g a\sostenutoUp
226 @end lilypond
227
228 @node Staff switch lines
229 @subsection Staff switch lines
230
231
232 @cindex follow voice
233 @cindex staff switching
234 @cindex cross staff
235
236 @cindex @code{followVoice}
237
238 Whenever a voice switches to another staff, a line connecting the notes
239 can be printed automatically.  This is switched on by setting
240 @code{followVoice} to true
241
242 @lilypond[quote,raggedright,fragment,relative=1,verbatim]
243 \new PianoStaff <<
244   \context Staff=one {
245     \set followVoice = ##t
246     c1
247     \change Staff=two
248     b2 a
249   }
250   \context Staff=two { \clef bass \skip 1*2 }
251 >>
252 @end lilypond
253
254 @seealso
255
256 Program reference: @internalsref{VoiceFollower}.
257
258 @refcommands
259
260 @cindex @code{\showStaffSwitch}
261 @code{\showStaffSwitch},
262 @cindex @code{\hideStaffSwitch}
263 @code{\hideStaffSwitch}.
264
265
266 @node Cross staff stems
267 @subsection Cross staff stems
268
269 Chords that cross staves may be produced by increasing the length
270 of the stem in the lower staff, so it reaches the stem in the upper
271 staff, or vice versa.
272
273 @lilypond[raggedright,verbatim,quote]
274 stemExtend = \once \override Stem #'length = #22
275 noFlag = \once \override Stem #'flag-style = #'no-flag
276 \context PianoStaff <<
277   \new Staff {
278     \stemDown \stemExtend
279     f'4
280     \stemExtend \noFlag
281     f'8
282   }
283   \new Staff {
284     \clef bass
285     a4 a8
286   }
287 >>
288 @end lilypond
289
290
291 @node Chord names
292 @section Chord names
293
294 @menu
295 * Introducing chord names::     
296 * Chords mode::                 
297 * Printing chord names::        
298 @end menu
299
300
301 @c  awkward name; awkward section name.
302 @c  still, the Basic "chords" seems like a good name...  :(
303 @node Introducing chord names
304 @subsection Introducing chord names
305 @cindex chord names
306
307 LilyPond has support for printing chord names.  Chords may be entered
308 in musical chord notation, i.e., @code{< .. >}, but they can also be
309 entered by name.  Internally, the chords are represented as a set of
310 pitches, so they can be transposed
311
312
313 @lilypond[quote,raggedright,verbatim,raggedright]
314 twoWays = \transpose c c' {
315   \chordmode {
316     c1 f:sus4 bes/f
317   }
318   <c e g>
319   <f bes c'>
320   <f bes d'>
321 }
322
323 << \context ChordNames \twoWays
324    \context Voice \twoWays >>
325 @end lilypond
326
327 This example also shows that the chord printing routines do not try to
328 be intelligent.  The last chord (@code{f bes d}) is not interpreted as
329 an inversion.
330
331
332 @node Chords mode
333 @subsection Chords mode
334 @cindex Chords mode
335
336 In chord mode sets of pitches (chords) are entered with normal note
337 names.  A chord is entered by the root, which is entered like a
338 normal pitch
339
340 @lilypond[quote,raggedright,fragment,verbatim]
341 \chordmode { es4. d8 c2 }
342 @end lilypond
343
344 @noindent
345 The mode is introduced by the keyword @code{\chordmode}.
346
347 @cindex chord entry
348 @cindex chord mode
349
350 Other chords may be entered by suffixing a colon and introducing a
351 modifier (which may include a number if desired)
352 @lilypond[quote,fragment,verbatim]
353 \chordmode { e1:m e1:7 e1:m7 }
354 @end lilypond
355 The first number following the root is taken to be the `type' of the
356 chord, thirds are added to the root until it reaches the specified
357 number
358 @lilypond[quote,fragment,verbatim]
359 \chordmode { c:3 c:5 c:6 c:7 c:8 c:9 c:10 c:11 }
360 @end lilypond
361
362 @cindex root of chord
363 @cindex additions, in chords
364 @cindex removals, in chords
365
366 More complex chords may also be constructed adding separate steps
367 to a chord.  Additions are added after the number following
368 the colon and are separated by dots
369 @lilypond[quote,verbatim,fragment]
370 \chordmode { c:5.6 c:3.7.8 c:3.6.13 }
371 @end lilypond
372 Chord steps can be altered by suffixing a @code{-} or @code{+} sign
373 to the number
374 @lilypond[quote,verbatim,fragment]
375 \chordmode { c:7+ c:5+.3- c:3-.5-.7- }
376 @end lilypond
377 Removals are specified similarly and are introduced by a caret.  They
378 must come after the additions
379 @lilypond[quote,verbatim,fragment]
380 \chordmode { c^3 c:7^5 c:9^3.5 }
381 @end lilypond
382
383 Modifiers can be used to change pitches.  The following modifiers are
384 supported
385
386 @table @code
387 @item m
388 The minor chord.  This modifier lowers the 3rd and (if present) the 7th step.
389
390 @item dim
391 The diminished chord.  This modifier lowers the 3rd, 5th and (if present)
392 the 7th step.
393
394 @item aug
395 The augmented chord.  This modifier raises the 5th step.
396
397 @item maj
398 The major 7th chord.  This modifier raises the 7th step if present.
399
400 @item sus
401 The suspended 4th or 2nd.  This modifier removes the 3rd
402 step.  Append either @code{2} or @code{4} to add the 2nd or 4th step to
403 the chord.
404 @end table
405
406 Modifiers can be mixed with additions
407 @lilypond[quote,verbatim,fragment]
408   \chordmode { c:sus4 c:7sus4 c:dim7 c:m6 }
409 @end lilypond
410
411 @cindex modifiers, in chords.
412 @cindex @code{aug}
413 @cindex @code{dim}
414 @cindex @code{maj}
415 @cindex @code{sus}
416 @cindex @code{m}
417
418 Since an unaltered 11 does not sound good when combined with an
419 unaltered 3, the 11 is removed in this case (unless it is added
420 explicitly)
421 @lilypond[quote,raggedright,fragment,verbatim]
422 \chordmode { c:13 c:13.11 c:m13 }
423 @end lilypond
424
425 @cindex @code{/}
426
427 An inversion (putting one pitch of the chord on the bottom), as well
428 as bass notes, can be specified by appending
429 @code{/}@var{pitch} to the chord
430 @lilypond[quote,raggedright,fragment,verbatim]
431 \chordmode { c1 c/g c/f }
432 @end lilypond
433 @cindex @code{/+}
434
435 A bass note can be added instead transposed out of the chord,
436 by using @code{/+}@var{pitch}.
437
438 @lilypond[quote,raggedright,fragment,verbatim]
439 \chordmode { c1 c/+g c/+f }
440 @end lilypond
441
442 Chords is a mode similar to @code{\lyricmode}, etc.  Most
443 of the commands continue to work, for example, @code{r} and
444 @code{\skip} can be used to insert rests and spaces, and property
445 commands may be used to change various settings.
446
447
448
449 @refbugs
450
451 Each step can only be present in a chord once.  The following
452 simply produces the augmented chord, since @code{5+} is interpreted
453 last
454 @cindex clusters
455 @lilypond[quote,raggedright,verbatim,fragment]
456 \chordmode { c:5.5-.5+ }
457 @end lilypond
458
459
460 @node Printing chord names
461 @subsection Printing chord names
462
463 @cindex printing chord names
464 @cindex chord names
465 @cindex chords
466
467 For displaying printed chord names, use the @internalsref{ChordNames} context.
468 The chords may be entered either using the notation
469 described above, or directly using @code{<} and @code{>}
470
471 @lilypond[quote,verbatim,raggedright]
472 harmonies = {
473   \chordmode {a1 b c} <d' f' a'> <e' g' b'>
474 }
475 <<
476   \context ChordNames \harmonies
477   \context Staff \harmonies
478 >>
479 @end lilypond
480
481 You can make the chord changes stand out by setting
482 @internalsref{ChordNames}.@code{chordChanges} to true.  This will only
483 display chord names when there is a change in the chords scheme and at
484 the start of a new line
485
486 @lilypond[quote,verbatim,raggedright]
487 harmonies = \chordmode {
488   c1:m c:m \break c:m c:m d
489 }
490 <<
491   \context ChordNames {
492     \set chordChanges = ##t
493     \harmonies }
494   \context Staff \transpose c c' \harmonies
495 >>
496 @end lilypond
497
498 The previous examples all show chords over a staff.  This is not
499 necessary.  Chords may also be printed separately.  It may be necessary
500 to add @internalsref{Volta_engraver} and @internalsref{Bar_engraver}
501 for showing repeats.
502
503 @lilypond[raggedright,verbatim]
504 \new ChordNames \with {
505   \override BarLine #'bar-size = #4
506   voltaOnThisStaff = ##t
507   \consists Bar_engraver
508   \consists "Volta_engraver"
509 }
510 \repeat volta 2 \chordmode {
511   f1:maj f:7 bes:7
512   c:maj
513 } \alternative {
514   es e
515 }
516 @end lilypond
517
518
519 The default chord name layout is a system for Jazz music, proposed by
520 Klaus Ignatzek (see @ref{Literature list}).  It can be tuned through the
521 following properties
522
523 @table @code
524 @cindex @code{chordNameExceptions}
525 @item chordNameExceptions
526 This is a list that contains the chords that have special formatting.
527
528 The exceptions list should be encoded as
529 @example
530 @{ <c f g bes>1 \markup @{ \super "7" "wahh" @} @}
531 @end example
532
533 To get this information into @code{chordNameExceptions} takes a little
534 manoeuvring.  The following code transforms @code{chExceptionMusic}
535 (which is a sequential music) into a list of exceptions.
536 @example
537 (sequential-music-to-chord-exceptions chExceptionMusic #t)
538 @end example
539 Then,
540 @example
541 (append
542  (sequential-music-to-chord-exceptions chExceptionMusic #t)
543  ignatzekExceptions)
544 @end example
545 adds the new exceptions to the default ones, which are defined in
546 @file{ly/@/chord@/-modifier@/-init@/.ly}.
547
548 For an example of tuning this property, see also
549 @inputfileref{input/@/regression,chord@/-name@/-exceptions@/.ly}.
550 @cindex exceptions, chord names.
551
552
553 @cindex @code{majorSevenSymbol}
554 @item majorSevenSymbol
555 This property contains the markup object used for the 7th step, when
556 it is major.  Predefined options are @code{whiteTriangleMarkup} and
557 @code{blackTriangleMarkup}.  See
558 @inputfileref{input/@/regression,chord@/-name@/-major7@/.ly} for an example.
559
560 @cindex @code{chordNameSeparator}
561 @item chordNameSeparator
562 Different parts of a chord name are normally separated by a
563 slash.  By setting @code{chordNameSeparator}, you can specify other
564 separators, e.g.,
565 @lilypond[quote,raggedright,fragment,verbatim]
566 \context ChordNames \chordmode {
567   c:7sus4
568   \set chordNameSeparator
569     = \markup { \typewriter "|" }
570   c:7sus4
571 }
572 @end lilypond
573
574 @cindex @code{chordRootNamer}
575 @item chordRootNamer
576 The root of a chord is usually printed as a letter with an optional
577 alteration.  The transformation from pitch to letter is done by this
578 function.  Special note names (for example, the German ``H'' for a
579 B-chord) can be produced by storing a new function in this property.
580
581 @cindex @code{chordNoteNamer}
582 @item chordNoteNamer
583 The default is to print single pitch, e.g., the bass note, using the
584 @code{chordRootNamer}.  The @code{chordNoteNamer} property can be set
585 to a specialized function to change this behavior.  For example, the
586 base can be printed in lower case.
587
588 @end table
589
590 The predefined variables @code{\germanChords},
591 @code{\semiGermanChords} set these variables.  The effect is
592 demonstrated here,
593
594 @lilypondfile[raggedright]{chord-names-german.ly}
595
596 There are also two other chord name schemes implemented: an alternate
597 Jazz chord notation, and a systematic scheme called Banter chords.  The
598 alternate Jazz notation is also shown on the chart in @ref{Chord name
599 chart}.  Turning on these styles is described in the input file
600 @inputfileref{input/@/test,chord@/-names@/-jazz@/.ly}.
601
602 @cindex Banter
603 @cindex jazz chords
604 @cindex chords, jazz
605
606
607 @refcommands
608
609 @cindex @code{\germanChords}
610 @code{\germanChords},
611 @cindex @code{\semiGermanChords}
612 @code{\semiGermanChords}.
613
614
615
616
617 @seealso
618
619 Examples: @inputfileref{input/@/regression,chord@/-name@/-major7@/.ly},
620 @inputfileref{input/@/regression,chord@/-name@/-exceptions@/.ly},
621 @inputfileref{input/@/test,chord@/-names@/-jazz@/.ly}.
622
623
624 Init files: @file{scm/@/chords@/-ignatzek@/.scm}, and
625 @file{scm/@/chord@/-entry@/.scm}.
626
627
628 @refbugs
629
630 Chord names are determined solely from the list of pitches.  Chord
631 inversions are not identified, and neither are added bass notes.  This
632 may result in strange chord names when chords are entered with the
633 @code{< .. >} syntax.
634
635
636 @node Vocal music
637 @section Vocal music
638
639 There are three different issues when printing vocal music
640
641 @itemize @bullet
642 @item
643 Song texts must be entered as text, not notes.  For example, the
644 input@tie{}@code{d} should be interpreted as a one letter syllable, not the
645 note@tie{}D.
646
647 @item
648 Song texts must be printed as text, not as notes.
649
650 @item
651 Song texts must be aligned with the notes of their melody.
652 @end itemize
653
654 The simplest solution for printing music uses the @code{\addlyrics}
655 function to solve all these problems at once.  However, these
656 three functions can be controlled separately, which is necessary
657 for complex vocal music.
658
659
660 @menu
661 * Setting simple songs::        
662 * Entering lyrics::             
663 * Hyphens and extenders::       
664 * The Lyrics context::          
665 * Flexibility in alignment::    
666 * More stanzas::                
667 * Ambitus::                     
668 * Other vocal issues::          
669 @end menu
670
671 @node Setting simple songs
672 @subsection Setting simple songs
673
674 The easiest way to add lyrics to a melody is to append
675 @cindex \addlyrics
676 @example
677 \addlyrics @{ @var{the lyrics} @}
678 @end example
679
680 @noindent
681 to a melody.  Here is an example,
682
683 @lilypond[raggedright,verbatim,fragment,quote]
684 \time 3/4
685 \relative { c2 e4 g2. }
686 \addlyrics { play the game }
687 @end lilypond
688
689 More stanzas can be added by adding more
690 @code{\addlyrics} sections
691
692 @lilypond[raggedright,verbatim,fragment,quote]
693 \time 3/4
694 \relative { c2 e4 g2. }
695 \addlyrics { play the game }
696 \addlyrics { speel het spel }
697 \addlyrics { joue le jeu }
698 @end lilypond
699
700 @c TODO - this isn't such a great place for this note, but I can't
701 @c  find a better place without rearranging a lot of lyric stuff.
702 @c  It's yet another thing to look at post-3.0.
703
704 The @code{\addlyrics} command is actually just a convienient way
705 to write a more complicated LilyPond structure that sets up the
706 lyrics.  You should use @code{\addlyrics} unless you need to do
707 fancy things, in which case you should investigate
708 @code{\lyricsto} or @code{\lyricmode}.
709
710 @example
711 @{ MUSIC @}
712 \addlyrics @{ LYRICS @}
713 @end example
714
715 @noindent
716 is the same as
717
718 @example
719 \context Voice = blah @{ music @}
720 \lyricsto "blah" \new lyrics @{ LYRICS @}
721 @end example
722
723 @refbugs
724
725 @code{\addlyrics} cannot handle polyphony.
726
727
728 @node Entering lyrics
729 @subsection Entering lyrics
730
731
732 @cindex lyrics
733 @cindex @code{\lyricmode}
734 @cindex punctuation
735
736 Lyrics are entered in a special input mode.  This mode is introduced
737 by the keyword @code{\lyricmode}, or by using @code{addlyrics} or
738 @code{lyricsto}.  In this mode you can enter lyrics,
739 with punctuation and accents, and the input @code{d} is not parsed as
740 a pitch, but rather as a one letter syllable.  Syllables are entered
741 like notes, but with pitches replaced by text.  For example,
742 @example
743 \lyricmode @{ Twin-4 kle4 twin- kle litt- le star2 @}
744 @end example
745
746
747 A word lyrics mode begins with an alphabetic character, and ends with
748 any space or digit.  The following characters can be any character
749 that is not a digit or white space.  One important consequence of this
750 is that a word can end with @code{@}}.  The following example is
751 usually a mistake in the input file.  The syllable includes a @code{@}}, so the
752 opening brace is not balanced
753 @example
754 \lyricmode @{ twinkle@}
755 @end example
756
757 @cindex @code{\property}, in @code{\lyricmode}
758 @noindent
759 Similarly, a period which follows an alphabetic sequence is included in
760 the resulting string.  As a consequence, spaces must be inserted around
761 property commands
762 @example
763 \override Score . LyricText #'font-shape = #'italic
764 @end example
765
766 @cindex @code{_}
767 @cindex spaces, in lyrics
768 @cindex quotes, in lyrics
769
770 Any @code{_} character that appears in an unquoted word is converted
771 to a space.  This provides a mechanism for introducing spaces into words
772 without using quotes.  Quoted words can also be used in Lyrics mode to
773 specify words that cannot be written with the above rules.  The
774 following example incorporates double quotes
775
776 @example
777 \lyricmode @{ He said: "\"Let" my peo ple "go\"" @}
778 @end example
779
780 This example is slightly academic, since it gives better looking
781 results using single quotes, @code{``} and @code{''}
782 @example
783 \lyricmode @{ He said: ``Let my peo ple go'' @}
784 @end example
785
786
787 The full definition of a word start in Lyrics mode is somewhat more
788 complex.
789
790 A word in Lyrics mode begins with: an alphabetic character, @code{_},
791 @code{?}, @code{!}, @code{:}, @code{'}, the control characters @code{^A}
792 through @code{^F}, @code{^Q} through @code{^W}, @code{^Y}, @code{^^},
793 any 8-bit character with ASCII code over 127, or a two-character
794 combination of a backslash followed by one of @code{`}, @code{'},
795 @code{"}, or @code{^}.
796
797
798
799 @seealso
800
801 Program reference: events @internalsref{LyricEvent}, and
802 @internalsref{LyricText}.
803
804 @refbugs
805
806 The definition of lyrics mode is too complex.
807
808 @node Hyphens and extenders
809 @subsection Hyphens and extenders
810
811 @cindex hyphens
812
813 Centered hyphens are entered as `@code{-}@code{-}' between syllables.
814 The hyphen will have variable length depending on the space between
815 the syllables and it will be centered between the syllables.
816
817 @cindex melisma
818 @cindex extender
819
820 When a lyric is sung over many notes (this is called a melisma), this is
821 indicated with a horizontal line centered between a syllable and the
822 next one.  Such a line is called an extender line, and it is entered as
823 @code{__}.
824
825 @ignore
826 FIXME: check that this compiles and displays correctly.  I don't want
827 to commit this part blindly.
828
829 In tighly engraved music, hyphens can be removed.  In some languages
830 (e.g. German and Hungarian), hyphens should not disappear, since
831 spelling depends on hyphenation.  For that purpose, hyphens can be
832 forced to remain by overriding @code{minimum-length} of
833 the @code{LyricHyphen} grob.
834
835 (code from 2.2)
836 \score {
837 <<    \notes \new Staff \relative c'' { \time 1/4 c16[ c c  c]
838 \time 1/4
839 c16[ c c c]
840 \time 1/4
841 c16[ c c c]
842
843 }
844     \lyrics \new Lyrics \with {
845         % Otherwise lyrics are so far apart that hyphens don't disappear
846         \override SeparationItem #'padding = #0.0
847         }{ bla -- bla -- bla -- bla --
848            bla -- bla -- bla -- bla --
849
850            \override LyricHyphen  #'minimum-length = #0.7
851            \override LyricHyphen  #'spacing-procedure =
852                   #Hyphen_spanner::set_spacing_rods
853
854            bla -- bla -- bla -- bla 
855        }>>
856     \paper   {
857         indent = 0.0 \cm
858         linewidth = 3.4 \cm
859
860         \context {
861             \StaffContext \remove "Time_signature_engraver"
862         }
863         
864     }
865       
866 }
867 @end ignore
868
869
870 @seealso
871
872 Program reference: @internalsref{HyphenEvent},
873 @internalsref{ExtenderEvent}, @internalsref{LyricHyphen}, and
874 @internalsref{LyricExtender}
875
876
877
878 @node The Lyrics context
879 @subsection The Lyrics context
880
881
882 Lyrics are printed by interpreting them in a @internalsref{Lyrics} context
883 @example
884 \context Lyrics \lyricmode @dots{}
885 @end example
886
887 @cindex automatic syllable durations
888 @cindex @code{\lyricsto}
889 @cindex lyrics and melodies
890
891 This will place the lyrics according to the durations that were
892 entered.  The lyrics can also be aligned under a given melody
893 automatically.  In this case, it is no longer necessary to enter the
894 correct duration for each syllable.  This is achieved by combining the
895 melody and the lyrics with the @code{\lyricsto} expression
896 @example
897 \lyricsto @var{name} \new Lyrics @dots{}
898 @end example
899
900 This aligns the lyrics to the
901 notes of the @internalsref{Voice} context called @var{name}, which has
902 to exist.  Therefore, normally the @code{Voice} is specified first, and
903 then the lyrics are specified with @code{\lyricsto}.  The command
904 @code{\lyricsto} switches to @code{\lyricmode} mode automatically, so the
905 @code{\lyricmode} keyword may be omitted.
906
907 For different or more complex orderings, the best way is to setup the
908 hierarchy of staves and lyrics first, e.g.,
909 @example
910 \context ChoirStaff <<
911   \context Lyrics = sopranoLyrics @{ s1 @}
912   \context Voice = soprano @{ @emph{music} @}
913   \context Lyrics = tenorLyrics @{ s1 @}
914   \context Voice = tenor @{ @emph{music} @}
915 >>
916 @end example
917 and then combine the appropriate melodies and lyric lines
918 @example
919 \lyricsto "soprano" \context Lyrics = sopranoLyrics
920   @emph{the lyrics}
921 @end example
922
923 @noindent
924 The final input would resemble
925
926 @example
927 <<\context ChoirStaff << @emph{setup the music} >>
928   \lyricsto "soprano" @emph{etc}
929   \lyricsto "alto" @emph{etc}
930   @emph{etc}
931 >>
932 @end example
933
934
935 The @code{\lyricsto} command detects melismata: it only puts one
936 syllable under a tied or slurred group of notes.  If you want to force
937 an unslurred group of notes to be a melisma, insert @code{\melisma}
938 after the first note of the group, and @code{\melismaEnd} after the
939 last one, e.g.,
940
941 @lilypond[quote,relative=2,raggedright,fragment,verbatim]
942 <<
943   \context Voice = "lala" {
944     \time 3/4
945     f4 g8
946     \melisma
947     f e f
948     \melismaEnd
949     e2
950   }
951   \lyricsto "lala" \new Lyrics {
952     la di __ daah
953   }
954 >>
955 @end lilypond
956
957 In addition, notes are considered a melisma if they are manually
958 beamed, and automatic beaming (see @ref{Setting automatic beam
959 behavior}) is switched off.
960
961 @ignore
962
963 @c nonformation:
964
965 The criteria for deciding melismata can
966 be tuned with the property @code{melismaBusyProperties}.  See
967 @internalsref{Melisma_translator} in the program reference for more
968 information.
969
970 @end ignore
971
972 Lyrics can also be entered without @code{\lyricsto}.  In this case the
973 duration of each syllable must be entered explicitly, for example,
974
975 @example
976 play2 the4 game2.
977 sink2 or4 swim2.
978 @end example
979
980 The alignment to a melody can be specified with the
981 @code{associatedVoice} property,
982
983 @example
984 \set associatedVoice = #"lala"
985 @end example
986
987 @noindent
988 The value of the property (here: @code{"lala"}) should be the name of
989 a @internalsref{Voice} context.  Without this setting, extender lines
990 will not be formatted properly.
991
992 Here is an example demonstrating manual lyric durations,
993
994 @lilypond[relative=1,raggedright,verbatim,fragment,quote]
995 << \context Voice = melody {
996      \time 3/4
997      c2 e4 g2.
998   }
999   \new Lyrics \lyricmode {
1000     \set associatedVoice = #"melody"
1001     play2 the4 game2.
1002   } >>
1003 @end lilypond
1004
1005 @cindex SATB
1006 @cindex choral score
1007
1008 A complete example of a SATB score setup is in section
1009 @ref{Vocal ensembles}.
1010
1011
1012 @refcommands
1013
1014 @code{\melisma}, @code{\melismaEnd}
1015 @cindex @code{\melismaEnd}
1016 @cindex @code{\melisma}
1017
1018 @seealso
1019
1020 Program reference: @internalsref{LyricCombineMusic},
1021 @internalsref{Lyrics}, @internalsref{Melisma_translator}.
1022
1023
1024 @inputfileref{input/@/regression,lyric@/-combine@/-new@/.ly}.
1025 @c TODO: make separate section for melismata
1026
1027 @refbugs
1028
1029 Melismata are not detected automatically, and extender lines must be
1030 inserted by hand.
1031
1032
1033 @c TODO: document \new Staff << Voice \lyricsto >> bug
1034
1035 @node Flexibility in alignment
1036 @subsection Flexibility in alignment
1037
1038
1039 Often, different stanzas of one song are put to one melody in slightly
1040 differing ways.  Such variations can still be captured with
1041 @code{\lyricsto}.
1042
1043 One possibility is that the text has a melisma in one stanza, but
1044 multiple syllables in another one.  One solution is to make the faster
1045 voice ignore the melisma.  This is done by setting
1046 @code{ignoreMelismata} in the Lyrics context.
1047
1048 There has one tricky aspect.  The setting for @code{ignoreMelismata}
1049 must be set one syllable @emph{before} the non-melismatic syllable
1050 in the text, as shown here,
1051
1052 @lilypond[verbatim,raggedright,quote]
1053 <<
1054   \relative \context Voice = "lahlah" {
1055     \set Staff.autoBeaming = ##f
1056     c4
1057     \slurDotted
1058     f8.[( g16])
1059     a4
1060   }
1061   \new Lyrics \lyricsto "lahlah" {
1062     more slow -- ly
1063   }
1064   \new Lyrics \lyricsto "lahlah" {
1065     \set ignoreMelismata = ##t % applies to "fas"
1066     go fas -- ter
1067     \unset ignoreMelismata
1068     still
1069   }
1070 >>
1071 @end lilypond
1072
1073
1074 The @code{ignoreMelismata} applies to the syllable ``fas'', so it
1075 should be entered before ``go''.
1076
1077 The reverse is also possible: making a lyric line slower than the
1078 standard.  This can be achieved by insert @code{\skip}s into the
1079 lyrics.  For every @code{\skip}, the text will be delayed another note.
1080 For example,
1081
1082 @lilypond[verbatim,raggedright,quote]
1083 \relative { c c g' }
1084 \addlyrics {
1085   twin -- \skip 4
1086   kle
1087 }
1088 @end lilypond
1089
1090 More complex variations in text underlay are possible.  It is possible
1091 to switch the melody for a line of lyrics during the text.  This is
1092 done by setting the @code{associatedVoice} property.  In the example
1093
1094 @lilypond[raggedright,quote]
1095 <<
1096   \relative \context Voice = "lahlah" {
1097     \set Staff.autoBeaming = ##f
1098     c4
1099     <<
1100       \context Voice = alternative {
1101         \voiceOne
1102         \times 2/3 {
1103           % show associations clearly.
1104           \override NoteColumn #'force-hshift = #-3
1105           f8 f g
1106         }
1107       }
1108       {
1109         \voiceTwo
1110         f8.[ g16]
1111         \oneVoice
1112       } >>
1113     a8( b) c
1114   }
1115   \new Lyrics \lyricsto "lahlah" {
1116     Ju -- ras -- sic Park
1117   }
1118   \new Lyrics \lyricsto "lahlah" {
1119     % Tricky: need to set associatedVoice
1120     % one syllable too soon!
1121     \set associatedVoice = alternative % applies to "ran"
1122     Ty --
1123     ran --
1124     no --
1125     \set associatedVoice = lahlah % applies to "rus"
1126     sau -- rus Rex
1127   } >>
1128 @end lilypond
1129
1130 @noindent
1131 the text for the first stanza is set to a melody called ``lahlah'',
1132
1133 @example
1134 \new Lyrics \lyricsto "lahlah" @{
1135   Ju -- ras -- sic Park
1136 @}
1137 @end example
1138
1139
1140 The second stanza initially is set to the @code{lahlah} context, but
1141 for the syllable ``ran'', it switches to a different melody.
1142 This is achieved with
1143 @example
1144 \set associatedVoice = alternative
1145 @end example
1146
1147 @noindent
1148 Here, @code{alternative} is the name of the @code{Voice} context
1149 containing the triplet.
1150
1151 Again, the command must be one syllable too early, before ``Ty'' in
1152 this case.
1153
1154 @example
1155 \new Lyrics \lyricsto "lahlah" @{
1156   \set associatedVoice = alternative % applies to "ran"
1157   Ty --
1158   ran --
1159   no --
1160   \set associatedVoice = lahlah % applies to "rus"
1161   sau -- rus Rex
1162 @}
1163 @end example
1164
1165 @noindent
1166 The underlay is switched back to the starting situation by assigning
1167 @code{lahlah} to @code{associatedVoice}.
1168
1169
1170
1171
1172 @node More stanzas
1173 @subsection More stanzas
1174
1175 @cindex phrasing, in lyrics
1176
1177
1178 @cindex stanza number
1179 @cindex singer's names
1180 @cindex name of singer
1181
1182 Stanza numbers can be added by setting @code{stanza}, e.g.,
1183
1184 @lilypond[quote,raggedright,verbatim,relative=2,fragment]
1185 \new Voice {
1186   \time 3/4 g2 e4 a2 f4 g2.
1187 } \addlyrics {
1188   \set stanza = "1. "
1189   Hi, my name is Bert.
1190 } \addlyrics {
1191   \set stanza = "2. "
1192   Oh, che -- ri, je t'aime
1193 }
1194 @end lilypond
1195
1196 These numbers are put just before the start of first syllable.
1197
1198 Names of singers can also be added.  They are printed at the start of
1199 the line, just like instrument names.  They are created by setting
1200 @code{vocalName}.  A short version may be entered as @code{vocNam}.
1201
1202
1203 @lilypond[fragment,raggedright,quote,verbatim,relative=2]
1204 \new Voice {
1205   \time 3/4 g2 e4 a2 f4 g2.
1206 } \addlyrics {
1207   \set vocalName = "Bert "
1208   Hi, my name is Bert.
1209 } \addlyrics {
1210   \set vocalName = "Ernie "
1211   Oh, che -- ri, je t'aime
1212 }
1213 @end lilypond
1214
1215 @seealso
1216
1217 Program reference: Layout objects @internalsref{LyricText} and
1218 @internalsref{VocalName}.  Music expressions
1219 @internalsref{LyricEvent}.
1220
1221
1222
1223 @node Ambitus
1224 @subsection Ambitus
1225 @cindex ambitus
1226
1227 The term @emph{ambitus} denotes a range of pitches for a given voice
1228 in a part of music.  It may also denote the pitch range that a musical
1229 instrument is capable of playing.  Ambits are printed on vocal parts,
1230 so performers can easily determine it meets their capabilities.
1231
1232 Ambits are denoted at the beginning of a piece near the initial clef.
1233 The range is graphically specified by two note heads that represent the
1234 minimum and maximum pitch.  To print such ambits, add the
1235 @internalsref{Ambitus_engraver} to the @internalsref{Voice} context,
1236 for example,
1237
1238 @example
1239 \layout @{
1240   \context @{
1241     \Voice
1242     \consists Ambitus_engraver
1243   @}
1244 @}
1245 @end example
1246
1247 This results in the following output
1248
1249 @lilypond[quote,raggedright]
1250 \layout {
1251   \context {
1252     \Staff
1253     \consists Ambitus_engraver
1254   }
1255 }
1256
1257 \relative \new Staff {
1258   as'' c e2 cis,2
1259 }
1260 @end lilypond
1261
1262 If you have multiple voices in a single staff and you want a single
1263 ambitus per staff rather than per each voice, add the
1264 @internalsref{Ambitus_engraver} to the @internalsref{Staff} context
1265 rather than to the @internalsref{Voice} context.  Here is an example,
1266
1267 @lilypond[verbatim,raggedright,quote]
1268 \new Staff \with {
1269   \consists "Ambitus_engraver"
1270 }
1271 <<
1272   \new Voice \with {
1273     \remove "Ambitus_engraver"
1274   } \relative c'' {
1275     \override Ambitus #'X-offset-callbacks
1276       = #(list (lambda (grob axis) -1.0))
1277     \voiceOne
1278     c4 a d e f2
1279   }
1280   \new Voice \with {
1281     \remove "Ambitus_engraver"
1282   } \relative c' {
1283     \voiceTwo
1284     es4 f g as b2
1285   }
1286 >>
1287 @end lilypond
1288
1289 @noindent
1290 This example uses one advanced feature,
1291
1292 @example
1293 \override Ambitus #'X-offset-callbacks
1294   = #(list (lambda (grob axis) -1.0))
1295 @end example
1296
1297 @noindent
1298 This code moves the ambitus to the left.  The same effect could have
1299 been achieved with @code{extra-offset}, but then the formatting system
1300 would not reserve space for the moved object.
1301
1302 @seealso
1303
1304 Program reference: @internalsref{Ambitus},
1305 @internalsref{AmbitusLine}, @internalsref{AmbitusNoteHead},
1306 @internalsref{AmbitusAccidental}.
1307
1308 Examples: @inputfileref{input/@/regression,ambitus@/.ly}.
1309
1310 @refbugs
1311
1312 There is no collision handling in the case of multiple per-voice
1313 ambitus.
1314
1315 @node Other vocal issues
1316 @subsection Other vocal issue
1317
1318 @ignore
1319 yeah, I'm giving up somewhat by stuffing a bunch of things in
1320 here.  But at least they're in the manual now; it's easier to
1321 move them around in the manual once they're already here.
1322
1323 Besides, if users complain about everything stuffed in here, I
1324 can ask them for specific instructions about where to move these
1325 examples, and that might get them more involved in the docs.  -gp
1326 @end ignore
1327
1328 You can display alternate (or divisi) lyrics by naming voice
1329 contexts and attaching lyrics to those specific contexts.
1330
1331 @lilypond[verbatim,raggedright,quote]
1332 \score{ <<
1333   \context Voice = "melody" {
1334     \relative c' {
1335       c4
1336       <<
1337         { \voiceOne c8 e }
1338         \context Voice = splitpart { \voiceTwo c4 }
1339       >>
1340       \oneVoice c4 c | c
1341     }
1342   }
1343   \new Lyrics \lyricsto "melody" { we shall not o- ver- come }
1344   \new Lyrics \lyricsto "splitpart" { shall }
1345 >> }
1346 @end lilypond
1347
1348
1349 You can use this trick to display different lyrics for a repeated
1350 section.
1351
1352 @lilypond[verbatim,raggedright,quote]
1353 \score{ <<
1354   \context Voice = melody \relative c' {
1355     c2 e | g e | c1 |
1356     \context Voice = verse \repeat volta 2 {c4 d e f | g1 | }
1357     a2 b | c1}
1358   \lyricsto melody  \context Lyrics = mainlyrics \lyricmode {
1359     do mi sol mi do
1360     la si do }
1361   \lyricsto verse \context Lyrics = mainlyrics \lyricmode {
1362    do re mi fa sol }
1363   \lyricsto verse \context Lyrics = repeatlyrics \lyricmode {
1364    dodo rere mimi fafa solsol }
1365 >>
1366 }
1367 @end lilypond
1368
1369
1370 To notate ``parlato'' (spoken without pitch but still with
1371 rhythm) sections, 
1372
1373 @lilypond[raggedright,verbatim,quote,fragment,relative=2]
1374 c4 d
1375 \override NoteHead #'style = #'cross
1376 e f
1377 \revert NoteHead #'style
1378 e d
1379 @end lilypond
1380
1381
1382 @node Rhythmic music
1383 @section Rhythmic music
1384
1385 Rhythmic music is primarily used for percussion and drum notation, but it can
1386 also be used to show the rhythms of melodies.
1387
1388 @menu
1389 * Showing melody rhythms::      
1390 * Entering percussion::         
1391 * Percussion staves::           
1392 @end menu
1393
1394
1395 @node Showing melody rhythms
1396 @subsection Showing melody rhythms
1397
1398 Sometimes you might want to show only the rhythm of a melody.  This
1399 can be done with the rhythmic staff.  All pitches of notes on such a
1400 staff are squashed, and the staff itself has a single line
1401
1402 @lilypond[quote,raggedright,fragment,relative=1,verbatim]
1403 \context RhythmicStaff {
1404   \time 4/4
1405   c4 e8 f g2 | r4 g r2 | g1:32 | r1 |
1406 }
1407 @end lilypond
1408
1409 @seealso
1410
1411 Program reference: @internalsref{RhythmicStaff}.
1412
1413 Examples: @inputfileref{input/@/regression,rhythmic@/-staff@/.ly}.
1414
1415
1416 @node Entering percussion
1417 @subsection Entering percussion
1418
1419 @cindex percussion
1420 @cindex drums
1421
1422
1423 Percussion notes may be entered in @code{\drummode} mode, which is
1424 similar to the standard mode for entering notes.  Each piece of
1425 percussion has a full name and an abbreviated name, and both can be used
1426 in input files
1427
1428 @lilypond[quote,raggedright,verbatim]
1429 \drums {
1430   hihat hh bassdrum bd
1431 }
1432 @end lilypond
1433
1434 The complete list of drum names is in the init file
1435 @file{ly/@/drumpitch@/-init@/.ly}.
1436 @c TODO: properly document this.
1437
1438 @seealso
1439
1440 Program reference: @internalsref{note-event}.
1441
1442 @node Percussion staves
1443 @subsection Percussion staves
1444 @cindex percussion
1445 @cindex drums
1446
1447 A percussion part for more than one instrument typically uses a
1448 multiline staff where each position in the staff refers to one piece
1449 of percussion.
1450
1451
1452 To typeset the music, the notes must be interpreted in a
1453 @internalsref{DrumStaff} and @internalsref{DrumVoice} contexts
1454
1455 @lilypond[quote,raggedright,verbatim]
1456 up = \drummode { crashcymbal4 hihat8 halfopenhihat hh hh hh openhihat }
1457 down = \drummode { bassdrum4 snare8 bd r bd sn4 }
1458   \new DrumStaff <<
1459     \new DrumVoice { \voiceOne \up }
1460     \new DrumVoice { \voiceTwo \down }
1461   >>
1462 @end lilypond
1463
1464 The above example shows verbose polyphonic notation.  The short
1465 polyphonic notation, described in @ref{Polyphony}, can also be used if
1466 the @internalsref{DrumVoice}s are instantiated by hand first.  For example,
1467
1468 @lilypond[quote,raggedright,fragment,verbatim]
1469 \new DrumStaff <<
1470   \context DrumVoice = "1" { s1 *2 }
1471   \context DrumVoice = "2" { s1 *2 }
1472   \drummode {
1473     bd4 sn4 bd4 sn4
1474     <<
1475       { \repeat unfold 16 hh16 }
1476       \\
1477       { bd4 sn4 bd4 sn4 }
1478     >>
1479   }
1480 >>
1481 @end lilypond
1482
1483
1484 There are also other layout possibilities.  To use these, set the
1485 property @code{drumStyleTable} in context @internalsref{DrumVoice}.
1486 The following variables have been predefined
1487
1488 @table @code
1489 @item drums-style
1490 This is the default.  It typesets a typical drum kit on a five-line staff
1491
1492 @lilypond[quote,linewidth=10.0\cm]
1493 nam = \lyricmode {
1494   cymc cyms cymr hh hhc hho hhho hhp
1495   cb hc bd sn ss tomh tommh tomml toml tomfh tomfl }
1496 mus = \drummode {
1497   cymc cyms cymr hh hhc hho hhho hhp \break
1498   cb hc bd sn ss tomh tommh tomml toml tomfh tomfl s16 }
1499 \score {
1500   << \new DrumStaff \with {
1501        \remove Bar_engraver
1502        \remove Time_signature_engraver
1503        \override Stem #'transparent = ##t
1504        \override Stem #'Y-extent-callback = ##f
1505        minimumVerticalExtent = #'(-4.0 . 5.0)
1506      } \mus
1507      \context Lyrics \nam
1508   >>
1509   \layout {
1510     \context {
1511       \Score
1512       \override LyricText #'font-family = #'typewriter
1513       \override BarNumber #'transparent =##T
1514     }
1515   }
1516 }
1517 @end lilypond
1518
1519 The drum scheme supports six different toms.  When there are fewer toms,
1520 simply select the toms that produce the desired result, i.e., to get toms
1521 on the three middle lines you use @code{tommh}, @code{tomml}, and
1522 @code{tomfh}.
1523
1524 @item timbales-style
1525 This typesets timbales on a two line staff
1526
1527 @lilypond[quote,raggedright]
1528 nam = \lyricmode { timh ssh timl ssl cb }
1529 mus = \drummode { timh ssh timl ssl cb s16 }
1530
1531 <<
1532   \context DrumStaff \with {
1533     \remove Bar_engraver
1534     \remove Time_signature_engraver
1535     \override Stem #'transparent = ##t
1536     \override Stem #'Y-extent-callback = ##f
1537     \override StaffSymbol #'line-count = #2
1538     \override StaffSymbol #'staff-space = #2
1539     minimumVerticalExtent = #'(-3.0 . 4.0)
1540     drumStyleTable = #timbales-style
1541   } \mus
1542   \context Lyrics {
1543     \override LyricText #'font-family = #'typewriter
1544     \nam
1545   }
1546 >>
1547 @end lilypond
1548
1549 @item congas-style
1550 This typesets congas on a two line staff
1551
1552 @lilypond[quote,raggedright]
1553 nam = \lyricmode { cgh cgho cghm ssh cgl cglo cglm ssl }
1554 mus = \drummode { cgh cgho cghm ssh cgl cglo cglm ssl s16 }
1555
1556 <<
1557   \context DrumStaff \with {
1558     \remove Bar_engraver
1559     \remove Time_signature_engraver
1560     drumStyleTable = #congas-style
1561     \override StaffSymbol #'line-count = #2
1562
1563     %% this sucks; it will lengthen stems.
1564     \override StaffSymbol #'staff-space = #2
1565     \override Stem #'transparent = ##t
1566     \override Stem #'Y-extent-callback = ##f
1567   } \mus
1568   \context Lyrics {
1569     \override LyricText #'font-family = #'typewriter
1570     \nam
1571   }
1572 >>
1573 @end lilypond
1574
1575 @item bongos-style
1576 This typesets bongos on a two line staff
1577
1578 @lilypond[quote,raggedright]
1579 nam = \lyricmode { boh boho bohm ssh bol bolo bolm ssl }
1580 mus = \drummode { boh boho bohm ssh bol bolo bolm ssl s16 }
1581
1582 <<
1583   \context DrumStaff\with {
1584     \remove Bar_engraver
1585     \remove Time_signature_engraver
1586     \override StaffSymbol #'line-count = #2
1587     drumStyleTable = #bongos-style
1588
1589     %% this sucks; it will lengthen stems.
1590     \override StaffSymbol #'staff-space = #2
1591     \override Stem #'transparent = ##t
1592     \override Stem #'Y-extent-callback = ##f
1593   } \mus
1594   \context Lyrics {
1595     \override LyricText #'font-family = #'typewriter
1596     \nam
1597   }
1598 >>
1599 @end lilypond
1600
1601 @item percussion-style
1602 To typeset all kinds of simple percussion on one line staves.
1603
1604 @lilypond[quote,raggedright]
1605 nam = \lyricmode { tri trio trim gui guis guil cb cl tamb cab mar hc }
1606 mus = \drummode { tri trio trim gui guis guil cb cl tamb cab mar hc s16 }
1607
1608 <<
1609   \context DrumStaff\with{
1610     \remove Bar_engraver
1611     drumStyleTable = #percussion-style
1612     \override StaffSymbol #'line-count = #1
1613     \remove Time_signature_engraver
1614     \override Stem #'transparent = ##t
1615     \override Stem #'Y-extent-callback = ##f
1616   } \mus
1617   \context Lyrics {
1618     \override LyricText #'font-family = #'typewriter
1619     \nam
1620   }
1621 >>
1622 @end lilypond
1623 @end table
1624
1625 If you do not like any of the predefined lists you can define your own
1626 list at the top of your file
1627
1628 @lilypond[quote,raggedright,verbatim]
1629 #(define mydrums '(
1630          (bassdrum     default   #f         -1)
1631          (snare        default   #f         0)
1632          (hihat        cross     #f         1)
1633          (pedalhihat   xcircle   "stopped"  2)
1634          (lowtom       diamond   #f         3)))
1635 up = \drummode { hh8 hh hh hh hhp4 hhp }
1636 down = \drummode { bd4 sn bd toml8 toml }
1637
1638 \new DrumStaff <<
1639   \set DrumStaff.drumStyleTable = #(alist->hash-table mydrums)
1640   \new DrumVoice { \voiceOne \up }
1641   \new DrumVoice { \voiceTwo \down }
1642 >>
1643 @end lilypond
1644
1645
1646 @seealso
1647
1648 Init files: @file{ly/@/drumpitch@/-init@/.ly}.
1649
1650 Program reference: @internalsref{DrumStaff}, @internalsref{DrumVoice}.
1651
1652 @refbugs
1653
1654 Because general MIDI does not contain rim shots, the sidestick is used
1655 for this purpose instead.
1656
1657
1658
1659
1660 @node Guitar 
1661 @section Guitar
1662
1663 @cindex tablature
1664 @cindex guitar tablature
1665
1666 @menu
1667 * String number indications::   
1668 * Tablatures basic::            
1669 * Non-guitar tablatures::       
1670 * Fret diagrams::               
1671 @end menu
1672
1673 @node String number indications
1674 @subsection String number indications
1675
1676 @cindex String numbers
1677
1678 String numbers can be added to chords, by indicating the string number
1679 with @code{\}@var{number}, 
1680
1681 @lilypond[relative,relative=1,raggedright,fragment]
1682 <c\1 e\2 g\3>
1683 @end lilypond
1684
1685 See also @inputfileref{input/regression,string-number.ly}.
1686
1687
1688 @seealso
1689
1690 Program reference: @internalsref{StringNumber},
1691 @internalsref{StringNumberEvent}
1692
1693
1694 @node Tablatures basic
1695 @subsection Tablatures basic
1696 @cindex Tablatures basic
1697
1698 Tablature notation is used for notating music for plucked string
1699 instruments.  Pitches are not denoted with note heads, but by
1700 numbers indicating on which string and fret a note must be played.  LilyPond
1701 offers limited support for tablature.
1702
1703 The string number associated to a note is given as a backslash
1704 followed by a number, e.g., @code{c4\3} for a C quarter on the third
1705 string.  By default, string 1 is the highest one, and the tuning
1706 defaults to the standard guitar tuning (with 6 strings).  The notes
1707 are printed as tablature, by using @internalsref{TabStaff} and
1708 @internalsref{TabVoice} contexts
1709
1710 @lilypond[quote,raggedright,fragment,verbatim]
1711 \context TabStaff {
1712   a,4\5 c'\2 a\3 e'\1
1713   e\4 c'\2 a\3 e'\1
1714 }
1715 @end lilypond
1716
1717 @cindex @code{minimumFret}
1718 @cindex fret
1719
1720 When no string is specified, the first string that does not give a
1721 fret number less than @code{minimumFret} is selected.  The default
1722 value for @code{minimumFret} is 0
1723
1724
1725 @example
1726 e16 fis gis a b4
1727 \set TabStaff.minimumFret = #8
1728 e16 fis gis a b4
1729 @end example
1730 @lilypond[quote,raggedright]
1731 frag = {
1732   \key e \major
1733   e16 fis gis a b4
1734   \set TabStaff.minimumFret = #8
1735   e16 fis gis a b4
1736 }
1737   \context StaffGroup <<
1738     \context Staff { \clef "G_8" \frag }
1739     \context TabStaff { \frag }
1740   >>
1741 @end lilypond
1742
1743 @seealso
1744
1745 Program reference: @internalsref{TabStaff}, @internalsref{TabVoice}, and
1746 @internalsref{StringNumberEvent}.
1747
1748 @refbugs
1749
1750 Chords are not handled in a special way, and hence the automatic
1751 string selector may easily select the same string to two notes in a
1752 chord.
1753
1754
1755 @node Non-guitar tablatures
1756 @subsection Non-guitar tablatures
1757 @cindex Non-guitar tablatures
1758
1759 You can change the number of strings, by setting the number of lines
1760 in the @internalsref{TabStaff}.
1761
1762 You can change the tuning of the strings.  A string tuning is given as
1763 a Scheme list with one integer number for each string, the number
1764 being the pitch (measured in semitones relative to middle C) of an
1765 open string.  The numbers specified for @code{stringTuning} are the
1766 numbers of semitones to subtract or add, starting the specified pitch
1767 by default middle C, in string order.  In the next example,
1768 @code{stringTunings} is set for the pitches e, a, d, and g
1769
1770 @lilypond[quote,raggedright,fragment,verbatim]
1771 \context TabStaff <<
1772   \set TabStaff.stringTunings = #'(-5 -10 -15 -20)
1773   {
1774     a,4 c' a e' e c' a e'
1775   }
1776 >>
1777 @end lilypond
1778
1779 @refbugs
1780
1781 No guitar special effects have been implemented.
1782
1783 @seealso
1784
1785 Program reference: @internalsref{Tab_note_heads_engraver}.
1786
1787
1788 @node Fret diagrams
1789 @subsection Fret diagrams
1790 @cindex fret diagrams
1791 @cindex chord diagrams
1792
1793 Fret diagrams can be added to music as a markup to the desired note.  The
1794 markup contains information about the desired fret diagram, as shown in the
1795 following example
1796
1797 @lilypond[verbatim, raggedright, quote]
1798 \context Voice {
1799   d' ^\markup \fret-diagram #"6-x;5-x;4-o;3-2;2-3;1-2;"
1800   d' d' d'
1801   fis' ^\markup \override #'(size . 0.75) {
1802     \override #'(finger-code . below-string) {
1803       \fret-diagram-verbose #'((place-fret 6 2 1) (barre 6 1 2)
1804                                (place-fret 5 4 3) (place-fret 4 4 4)
1805                                (place-fret 3 3 2) (place-fret 2 2 1)
1806                                (place-fret 1 2 1))
1807     }
1808   }
1809   fis' fis' fis'
1810   c' ^\markup \override #'(dot-radius . 0.35) {
1811     \override #'(finger-code . in-dot) {
1812       \override #'(dot-color . white) {
1813         \fret-diagram-terse #"x;3-1-(;5-2;5-3;5-4;3-1-);"
1814       }
1815     }
1816   }
1817   c' c' c'
1818 }
1819 @end lilypond
1820
1821
1822 There are three different fret-diagram markup interfaces: standard, terse,
1823 and verbose.  The three interfaces produce equivalent markups, but have
1824 varying amounts of information in the markup string.  Details about the
1825 markup interfaces are found at @ref{Overview of text markup commands}.
1826
1827 You can set a number of graphical properties according to your preference.
1828 Details about the property interface to fret diagrams are found at
1829 @internalsref{fret-diagram-interface}.
1830
1831
1832 @seealso
1833
1834 Examples: @inputfileref{input/@/test,fret@/-diagram@/.ly}
1835
1836
1837
1838 @node Ancient notation
1839 @section Ancient notation
1840
1841 @cindex Vaticana, Editio
1842 @cindex Medicaea, Editio
1843 @cindex hufnagel
1844 @cindex Petrucci
1845 @cindex mensural
1846
1847 Support for ancient notation includes features for mensural notation
1848 and Gregorian Chant notation.  There is also limited support for
1849 figured bass notation.
1850
1851 Many graphical objects provide a @code{style} property, see
1852 @itemize @bullet
1853 @item
1854 @ref{Ancient note heads},
1855 @item
1856 @ref{Ancient accidentals},
1857 @item
1858 @ref{Ancient rests},
1859 @item
1860 @ref{Ancient clefs},
1861 @item
1862 @ref{Ancient flags},
1863 @item
1864 @ref{Ancient time signatures}.
1865 @end itemize
1866
1867 By manipulating such a grob property, the typographical appearance of
1868 the affected graphical objects can be accommodated for a specific
1869 notation flavor without the need for introducing any new notational
1870 concept.
1871
1872 In addition to the standard articulation signs described in section
1873 @ref{Articulations}, specific articulation signs for ancient notation
1874 are provided.
1875
1876 @itemize @bullet
1877 @item
1878 @ref{Ancient articulations}
1879 @end itemize
1880
1881 Other aspects of ancient notation can not that easily be expressed
1882 in terms of just changing a style property of a graphical object or
1883 adding articulation signs.  Some notational concepts are introduced
1884 specifically for ancient notation,
1885
1886 @itemize @bullet
1887 @item
1888 @ref{Custodes},
1889 @item
1890 @ref{Divisiones},
1891 @item
1892 @ref{Ligatures}.
1893 @end itemize
1894
1895 If this all is too much of documentation for you, and you just want to
1896 dive into typesetting without worrying too much about the details on
1897 how to customize a context, you may have a look at the predefined
1898 contexts.  Use them to set up predefined style-specific voice and
1899 staff contexts, and directly go ahead with the note entry,
1900
1901 @itemize @bullet
1902 @item
1903 @ref{Gregorian Chant contexts},
1904 @item
1905 @ref{Mensural contexts}.
1906 @end itemize
1907
1908 There is limited support for figured bass notation which came
1909 up during the baroque period.
1910
1911 @itemize @bullet
1912 @item
1913 @ref{Figured bass}
1914 @end itemize
1915
1916 Here are all suptopics at a glance:
1917
1918 @menu
1919 * Ancient note heads::          
1920 * Ancient accidentals::         
1921 * Ancient rests::               
1922 * Ancient clefs::               
1923 * Ancient flags::               
1924 * Ancient time signatures::     
1925 * Ancient articulations::       
1926 * Custodes::                    
1927 * Divisiones::                  
1928 * Ligatures::                   
1929 * Gregorian Chant contexts::    
1930 * Mensural contexts::           
1931 * Figured bass::                
1932 @end menu
1933
1934
1935 @node Ancient note heads
1936 @subsection Ancient note heads
1937
1938 @cindex note heads
1939
1940
1941 For ancient notation, a note head style other than the @code{default}
1942 style may be chosen.  This is accomplished by setting the @code{style}
1943 property of the @internalsref{NoteHead} object to @code{baroque},
1944 @code{neomensural} or @code{mensural}.  The @code{baroque} style
1945 differs from the @code{default} style only in using a square shape
1946 for @code{\breve} note heads.  The @code{neomensural} style differs from
1947 the @code{baroque} style in that it uses rhomboidal heads for whole notes
1948 and all smaller durations.  Stems are centered on the note heads.
1949 This style is particularly useful when transcribing mensural music,
1950 e.g., for the incipit.  The @code{mensural} style finally produces note
1951 heads that mimic the look of note heads in historic printings of the
1952 16th century.
1953
1954 The following example demonstrates the @code{neomensural} style
1955
1956 @lilypond[quote,fragment,raggedright,verbatim]
1957 \set Score.skipBars = ##t
1958 \override NoteHead #'style = #'neomensural
1959 a'\longa a'\breve a'1 a'2 a'4 a'8 a'16
1960 @end lilypond
1961
1962 When typesetting a piece in Gregorian Chant notation, the
1963 @internalsref{Gregorian_ligature_engraver} will automatically select
1964 the proper note heads, so there is no need to explicitly set the
1965 note head style.  Still, the note head style can be set, e.g., to
1966 @code{vaticana_punctum} to produce punctum neumes.  Similarly, a
1967 @internalsref{Mensural_ligature_engraver} is used to automatically
1968 assemble mensural ligatures.  See @ref{Ligatures} for how ligature
1969 engravers work.
1970
1971 @seealso
1972
1973 Examples: @inputfileref{input/@/regression,note@/-head@/-style@/.ly} gives an
1974 overview over all available note head styles.
1975
1976
1977 @node Ancient accidentals
1978 @subsection Ancient accidentals
1979
1980 @cindex accidentals
1981
1982
1983 Use the @code{style} property of grob @internalsref{Accidental} to
1984 select ancient accidentals.   Supported styles are
1985 @code{mensural}, @code{vaticana}, @code{hufnagel}, and @code{medicaea}.
1986
1987 @lilypond[quote,raggedright,staffsize=26]
1988 \score {
1989 {
1990   \fatText
1991   s^\markup {
1992     \column {
1993       "vaticana"
1994       \line { " " \musicglyph #"accidentals.vaticana-1"
1995         " " \musicglyph #"accidentals.vaticana0" }
1996     }
1997     \column {
1998       "medicaea"
1999       \line { " " \musicglyph #"accidentals.medicaea-1" }
2000     }
2001     \column {
2002       "hufnagel"
2003       \line { " " \musicglyph #"accidentals.hufnagel-1" }
2004     }
2005     \column {
2006       "mensural"
2007       \line { " " \musicglyph #"accidentals.mensural-1"
2008         " " \musicglyph #"accidentals.mensural1" }
2009     }
2010   }
2011 }
2012 \layout {
2013   interscoreline = 1
2014   \context { \Score \remove "Bar_number_engraver" }
2015   \context { \Staff
2016       \remove "Clef_engraver"
2017       \remove "Key_engraver"
2018       \remove "Time_signature_engraver"
2019       \remove "Staff_symbol_engraver"
2020       minimumVerticalExtent = ##f
2021     }
2022   }
2023 }
2024 @end lilypond
2025
2026 As shown, not all accidentals are supported by each style.  When
2027 trying to access an unsupported accidental, LilyPond will switch to a
2028 different style, as demonstrated in
2029 @inputfileref{input/@/test,ancient@/-accidentals@/.ly}.
2030
2031 Similarly to local accidentals, the style of the key signature can be
2032 controlled by the @code{style} property of the
2033 @internalsref{KeySignature} grob.
2034
2035 @seealso
2036
2037 In this manual: @ref{Pitches}, @ref{Cautionary accidentals} and
2038 @ref{Automatic accidentals} give a general introduction of the use of
2039 accidentals.  @ref{Key signature} gives a general introduction of
2040 the use of key signatures.
2041
2042 Program reference: @internalsref{KeySignature}.
2043
2044 Examples: @inputfileref{input/@/test,ancient@/-accidentals@/.ly}.
2045
2046 @node Ancient rests
2047 @subsection Ancient rests
2048
2049 @cindex rests
2050
2051
2052 Use the @code{style} property of grob @internalsref{Rest} to select
2053 ancient rests.   Supported styles are @code{classical},
2054 @code{neomensural}, and @code{mensural}.  @code{classical} differs
2055 from the @code{default} style only in that the quarter rest looks like
2056 a horizontally mirrored 8th rest.  The @code{neomensural} style suits
2057 well for, e.g., the incipit of a transcribed mensural piece of music.
2058 The @code{mensural} style finally mimics the appearance of rests as
2059 in historic prints of the 16th century.
2060
2061 The following example demonstrates the @code{neomensural} style
2062
2063 @lilypond[quote,fragment,raggedright,verbatim]
2064 \set Score.skipBars = ##t
2065 \override Rest #'style = #'neomensural
2066 r\longa r\breve r1 r2 r4 r8 r16
2067 @end lilypond
2068
2069 There are no 32th and 64th rests specifically for the mensural or
2070 neo-mensural style.  Instead, the rests from the default style will be
2071 taken.  See @inputfileref{input/@/test,rests@/.ly} for a chart of all
2072 rests.
2073
2074 There are no rests in Gregorian Chant notation; instead, it uses
2075 @ref{Divisiones}.
2076
2077 @seealso
2078
2079 In this manual: @ref{Rests} gives a general introduction into the use of rests.
2080
2081
2082 @node Ancient clefs
2083 @subsection Ancient clefs
2084
2085 @cindex clefs
2086
2087
2088 LilyPond supports a variety of clefs, many of them ancient.
2089
2090 The following table shows all ancient clefs that are supported via the
2091 @code{\clef} command.  Some of the clefs use the same glyph, but
2092 differ only with respect to the line they are printed on.  In such
2093 cases, a trailing number in the name is used to enumerate these clefs.
2094 Still, you can manually force a clef glyph to be typeset on an
2095 arbitrary line, as described in @ref{Clef}.  The note printed to the
2096 right side of each clef in the example column denotes the @code{c'}
2097 with respect to that clef.
2098
2099 @multitable @columnfractions .4 .4 .2
2100 @item
2101 @b{Description}
2102 @tab
2103 @b{Supported Clefs}
2104 @tab
2105 @b{Example}
2106
2107 @item
2108 modern style mensural C clef
2109 @tab
2110 @code{neomensural-c1}, @code{neomensural-c2},@*
2111 @code{neomensural-c3}, @code{neomensural-c4}
2112 @tab
2113 @lilypond[fragment,relative=1,notime]
2114   \clef "neomensural-c2" c
2115 @end lilypond
2116
2117 @item
2118 petrucci style mensural C clefs, for use on different staff lines
2119 (the examples show the 2nd staff line C clef)
2120 @tab
2121 @code{petrucci-c1}, @code{petrucci-c2},@*
2122 @code{petrucci-c3}, @code{petrucci-c4},@*
2123 @code{petrucci-c5}
2124 @tab
2125 @lilypond[fragment,relative=1,notime]
2126   \clef "petrucci-c2"
2127   \override NoteHead #'style = #'mensural
2128   c
2129 @end lilypond
2130
2131 @item
2132 petrucci style mensural F clef
2133 @tab
2134 @code{petrucci-f}
2135 @tab
2136 @lilypond[fragment,relative=1,notime]
2137   \clef "petrucci-f"
2138   \override NoteHead #'style = #'mensural
2139   c
2140 @end lilypond
2141
2142 @item
2143 petrucci style mensural G clef
2144 @tab
2145 @code{petrucci-g}
2146 @tab
2147 @lilypond[fragment,relative=1,notime]
2148   \clef "petrucci-g"
2149   \override NoteHead #'style = #'mensural
2150   c
2151 @end lilypond
2152
2153 @item
2154 historic style mensural C clef
2155 @tab
2156 @code{mensural-c1}, @code{mensural-c2},@*
2157 @code{mensural-c3}, @code{mensural-c4}
2158 @tab
2159 @lilypond[fragment,relative=1,notime]
2160   \clef "mensural-c2"
2161   \override NoteHead #'style = #'mensural
2162   c
2163 @end lilypond
2164
2165 @item
2166 historic style mensural F clef
2167 @tab
2168 @code{mensural-f}
2169 @tab
2170 @lilypond[fragment,relative=1,notime]
2171   \clef "mensural-f"
2172   \override NoteHead #'style = #'mensural
2173   c
2174 @end lilypond
2175
2176 @item
2177 historic style mensural G clef
2178 @tab
2179 @code{mensural-g}
2180 @tab
2181 @lilypond[fragment,relative=1,notime]
2182   \clef "mensural-g"
2183   \override NoteHead #'style = #'mensural
2184   c
2185 @end lilypond
2186
2187 @item
2188 Editio Vaticana style do clef
2189 @tab
2190 @code{vaticana-do1}, @code{vaticana-do2},@*
2191 @code{vaticana-do3}
2192 @tab
2193 @lilypond[fragment,relative=1,notime]
2194   \override Staff.StaffSymbol #'line-count = #4
2195   \override Staff.StaffSymbol #'color = #red
2196   \override Staff.LedgerLineSpanner #'color = #red
2197   \override Voice.Stem #'transparent = ##t
2198   \override NoteHead #'style = #'vaticana.punctum
2199   \clef "vaticana-do2"
2200   c
2201 @end lilypond
2202
2203 @item
2204 Editio Vaticana style fa clef
2205 @tab
2206 @code{vaticana-fa1}, @code{vaticana-fa2}
2207 @tab
2208 @lilypond[fragment,relative=1,notime]
2209   \override Staff.StaffSymbol #'line-count = #4
2210   \override Staff.StaffSymbol #'color = #red
2211   \override Staff.LedgerLineSpanner #'color = #red
2212   \override Voice.Stem #'transparent = ##t
2213   \override NoteHead #'style = #'vaticana.punctum
2214   \clef "vaticana-fa2"
2215   c
2216 @end lilypond
2217
2218 @item
2219 Editio Medicaea style do clef
2220 @tab
2221 @code{medicaea-do1}, @code{medicaea-do2},@*
2222 @code{medicaea-do3}
2223 @tab
2224 @lilypond[fragment,relative=1,notime]
2225   \override Staff.StaffSymbol #'line-count = #4
2226   \override Staff.StaffSymbol #'color = #red
2227   \override Staff.LedgerLineSpanner #'color = #red
2228   \override Voice.Stem #'transparent = ##t
2229   \override NoteHead #'style = #'medicaea.punctum
2230   \clef "medicaea-do2"
2231   c
2232 @end lilypond
2233
2234 @item
2235 Editio Medicaea style fa clef
2236 @tab
2237 @code{medicaea-fa1}, @code{medicaea-fa2}
2238 @tab
2239 @lilypond[fragment,relative=1,notime]
2240   \override Staff.StaffSymbol #'line-count = #4
2241   \override Staff.StaffSymbol #'color = #red
2242   \override Staff.LedgerLineSpanner #'color = #red
2243   \override Voice.Stem #'transparent = ##t
2244   \override NoteHead #'style = #'medicaea.punctum
2245   \clef "medicaea-fa2"
2246   c
2247 @end lilypond
2248
2249 @item
2250 historic style hufnagel do clef
2251 @tab
2252 @code{hufnagel-do1}, @code{hufnagel-do2},@*
2253 @code{hufnagel-do3}
2254 @tab
2255 @lilypond[fragment,relative=1,notime]
2256   \override Staff.StaffSymbol #'line-count = #4
2257   \override Staff.StaffSymbol #'color = #red
2258   \override Staff.LedgerLineSpanner #'color = #red
2259   \override Voice.Stem #'transparent = ##t
2260   \override NoteHead #'style = #'hufnagel.punctum
2261   \clef "hufnagel-do2"
2262   c
2263 @end lilypond
2264
2265 @item
2266 historic style hufnagel fa clef
2267 @tab
2268 @code{hufnagel-fa1}, @code{hufnagel-fa2}
2269 @tab
2270 @lilypond[fragment,relative=1,notime]
2271   \override Staff.StaffSymbol #'line-count = #4
2272   \override Staff.StaffSymbol #'color = #red
2273   \override Staff.LedgerLineSpanner #'color = #red
2274   \override Voice.Stem #'transparent = ##t
2275   \override NoteHead #'style = #'hufnagel.punctum
2276   \clef "hufnagel-fa2"
2277   c
2278 @end lilypond
2279
2280 @item
2281 historic style hufnagel combined do/fa clef
2282 @tab
2283 @code{hufnagel-do-fa}
2284 @tab
2285 @lilypond[fragment,relative=1,notime]
2286   \override Staff.StaffSymbol #'color = #red
2287   \override Staff.LedgerLineSpanner #'color = #red
2288   \override Voice.Stem #'transparent = ##t
2289   \override NoteHead #'style = #'hufnagel.punctum
2290   \clef "hufnagel-do-fa"
2291   c
2292 @end lilypond
2293 @end multitable
2294
2295
2296
2297 @emph{Modern style} means ``as is typeset in contemporary editions of
2298 transcribed mensural music''.
2299
2300 @emph{Petrucci style} means ``inspired by printings published by the
2301 famous engraver Petrucci (1466-1539)''.
2302
2303 @emph{Historic style} means ``as was typeset or written in historic
2304 editions (other than those of Petrucci)''.
2305
2306 @emph{Editio XXX style} means ``as is/was printed in Editio XXX''.
2307
2308 Petrucci used C clefs with differently balanced left-side vertical
2309 beams, depending on which staff line it is printed.
2310
2311 @seealso
2312
2313 In this manual: see @ref{Clef}.
2314
2315 @refbugs
2316
2317 The mensural g clef is mapped to the Petrucci g clef.
2318
2319
2320
2321 @node Ancient flags
2322 @subsection Ancient flags
2323
2324 @cindex flags
2325
2326
2327 Use the @code{flag-style} property of grob @internalsref{Stem} to
2328 select ancient flags.  Besides the @code{default} flag style,
2329 only the @code{mensural} style is supported
2330
2331 @lilypond[quote,fragment,raggedright,verbatim]
2332 \override Stem #'flag-style = #'mensural
2333 \override Stem #'thickness = #1.0
2334 \override NoteHead #'style = #'mensural
2335 \autoBeamOff
2336 c'8 d'8 e'8 f'8 c'16 d'16 e'16 f'16 c'32 d'32 e'32 f'32 s8
2337 c''8 d''8 e''8 f''8 c''16 d''16 e''16 f''16 c''32 d''32 e''32 f''32
2338 @end lilypond
2339
2340 Note that the innermost flare of each mensural flag always is
2341 vertically aligned with a staff line.
2342
2343 There is no particular flag style for neo-mensural notation.  Hence,
2344 when typesetting the incipit of a transcribed piece of mensural
2345 music, the default flag style should be used.  There are no flags in
2346 Gregorian Chant notation.
2347
2348 @refbugs
2349
2350 The attachment of ancient flags to stems is slightly off due to a
2351 change in early 2.3.x.
2352
2353 Vertically aligning each flag with a staff line assumes that stems
2354 always end either exactly on or exactly in the middle between two
2355 staff lines.  This may not always be true when using advanced layout
2356 features of classical notation (which however are typically out of
2357 scope for mensural notation).
2358
2359 @node Ancient time signatures
2360 @subsection Ancient time signatures
2361
2362 @cindex time signatures
2363
2364
2365 There is limited support for mensural time signatures.   The
2366 glyphs are hard-wired to particular time fractions.  In other words,
2367 to get a particular mensural signature glyph with the @code{\time n/m}
2368 command, @code{n} and @code{m} have to be chosen according to the
2369 following table
2370
2371 @lilypond[quote,raggedright]
2372 \layout {
2373   indent = 0.0
2374   \context {
2375     \Staff
2376     \remove Staff_symbol_engraver
2377     \remove Clef_engraver
2378     \remove Time_signature_engraver
2379   }
2380 }
2381 {
2382   \set Score.timing = ##f
2383   \set Score.barAlways = ##t
2384   s_\markup { "\\time 4/4" }
2385   ^\markup { "       " \musicglyph #"timesig.neomensural44" }
2386   s
2387   s_\markup { "\\time 2/2" }
2388   ^\markup { "       " \musicglyph #"timesig.neomensural22" }
2389   s
2390   s_\markup { "\\time 6/4" }
2391   ^\markup { "       " \musicglyph #"timesig.neomensural64" }
2392   s
2393   s_\markup { "\\time 6/8" }
2394   ^\markup { "       " \musicglyph #"timesig.neomensural68" }
2395   \break
2396   s_\markup { "\\time 3/2" }
2397   ^\markup { "       " \musicglyph #"timesig.neomensural32" }
2398   s
2399   s_\markup { "\\time 3/4" }
2400   ^\markup { "       " \musicglyph #"timesig.neomensural34" }
2401   s
2402   s_\markup { "\\time 9/4" }
2403   ^\markup { "       " \musicglyph #"timesig.neomensural94" }
2404   s
2405   s_\markup { "\\time 9/8" }
2406   ^\markup { "       " \musicglyph #"timesig.neomensural98" }
2407   \break
2408   s_\markup { "\\time 4/8" }
2409   ^\markup { "       " \musicglyph #"timesig.neomensural48" }
2410   s
2411   s_\markup { "\\time 2/4" }
2412   ^\markup { "       " \musicglyph #"timesig.neomensural24" }
2413 }
2414 @end lilypond
2415
2416 Use the @code{style} property of grob @internalsref{TimeSignature} to
2417 select ancient time signatures.  Supported styles are
2418 @code{neomensural} and @code{mensural}.  The above table uses the
2419 @code{neomensural} style.  This style is appropriate for the
2420 incipit of transcriptions of mensural pieces.  The @code{mensural}
2421 style mimics the look of historical printings of the 16th century.
2422
2423 The following examples show the differences in style,
2424
2425 @lilypond[raggedright,fragment,relative=1,quote]
2426 {
2427   \fatText
2428
2429   \time 2/2
2430   c1^\markup { \hspace #-2.0 \typewriter default }
2431
2432   \override Staff.TimeSignature #'style = #'numbered
2433   \time 2/2
2434   c1^\markup { \hspace #-2.0 \typewriter numbered }
2435
2436   \override Staff.TimeSignature #'style = #'mensural
2437   \time 2/2
2438   c1^\markup { \hspace #-2.0 \typewriter mensural }
2439
2440   \override Staff.TimeSignature #'style = #'neomensural
2441   \time 2/2
2442   c1^\markup { \hspace #-2.0 \typewriter neomensural }
2443   \override Staff.TimeSignature #'style = #'single-digit
2444   \time 2/2
2445   c1^\markup { \hspace #-2.0 \typewriter single-digit }
2446 }
2447 @end lilypond
2448
2449 @seealso
2450
2451 This manual: @ref{Time signature} gives a general introduction to
2452 the use of time signatures.
2453
2454 @refbugs
2455
2456 Ratios of note durations do not change with the time signature.  For
2457 example, the ratio of 1 brevis = 3 semibrevis (tempus perfectum) must
2458 be made by hand, by setting
2459
2460 @example
2461 breveTP = #(ly:make-duration -1 0 3 2)
2462 @dots{}
2463 @{ c\breveTP f1 @}
2464 @end example
2465
2466 @noindent
2467 This sets @code{breveTP} to 3/2 times 2 = 3 times a whole note.
2468
2469 The @code{old6/8alt} symbol (an alternate symbol for 6/8) is not
2470 addressable with @code{\time}.  Use a @code{\markup} instead
2471
2472 @node Ancient articulations
2473 @subsection Ancient articulations
2474
2475 @cindex articulations
2476
2477 In addition to the standard articulation signs described in section
2478 @ref{Articulations}, articulation signs for ancient notation are
2479 provided.  These are specifically designed for use with notation in
2480 Editio Vaticana style.
2481
2482 @lilypond[quote,raggedright,verbatim]
2483 \include "gregorian-init.ly"
2484 \score {
2485   \context VaticanaVoice {
2486     \override Staff.StaffSymbol #'color = #red
2487     \override Staff.LedgerLineSpanner #'color = #red
2488     \override TextScript #'font-family = #'typewriter
2489     \override TextScript #'font-shape = #'upright
2490     \override Script #'padding = #-0.1
2491     a4\ictus_"ictus" s1
2492     a4\circulus_"circulus" s1
2493     a4\semicirculus_"semicirculus" s1 s
2494     a4\accentus_"accentus" s1
2495     \[ a4_"episem" \episemInitium \pes b \flexa a \episemFinis \]
2496   }
2497 }
2498 @end lilypond
2499
2500 @refbugs
2501
2502 Some articulations are vertically placed too closely to the
2503 correpsonding note heads.
2504
2505 @node Custodes
2506 @subsection Custodes
2507
2508 @cindex custos
2509 @cindex custodes
2510
2511 A @emph{custos} (plural: @emph{custodes}; Latin word for `guard') is a
2512 symbol that appears at the end of a staff.  It anticipates the pitch
2513 of the first note(s) of the following line thus helping the performer
2514 to manage line breaks during performance.
2515
2516 Custodes were frequently used in music notation until the 17th
2517 century.  Nowadays, they have survived only in a few particular forms
2518 of musical notation such as contemporary editions of Gregorian chant
2519 like the @emph{editio vaticana}.  There are different custos glyphs
2520 used in different flavors of notational style.
2521
2522 For typesetting custodes, just put a @internalsref{Custos_engraver} into the
2523 @internalsref{Staff} context when declaring the @code{\layout} block,
2524 as shown in the following example
2525
2526 @example
2527 \layout @{
2528   \context @{
2529     \Staff
2530     \consists Custos_engraver
2531     Custos \override #'style = #'mensural
2532   @}
2533 @}
2534 @end example
2535
2536 The result looks like this
2537
2538 @lilypond[quote,raggedright]
2539 \score {
2540 {
2541   a'1
2542   \override Staff.Custos #'style = #'mensural
2543   \break
2544   g'
2545 }
2546 \layout {
2547   \context { \Staff \consists Custos_engraver }
2548   }
2549 }
2550 @end lilypond
2551
2552 The custos glyph is selected by the @code{style} property.  The styles
2553 supported are @code{vaticana}, @code{medicaea}, @code{hufnagel}, and
2554 @code{mensural}.  They are demonstrated in the following fragment
2555
2556 @lilypond[quote,raggedright,fragment]
2557 \new Lyrics \lyricmode {
2558   \markup { \column {
2559     \typewriter "vaticana"
2560     \line { " " \musicglyph #"custodes.vaticana.u0" }
2561   } }
2562   \markup { \column {
2563     \typewriter "medicaea"
2564     \line { " " \musicglyph #"custodes.medicaea.u0" }
2565   }}
2566   \markup { \column {
2567     \typewriter "hufnagel"
2568     \line { " " \musicglyph #"custodes.hufnagel.u0" }
2569   }}
2570   \markup { \column {
2571     \typewriter "mensural"
2572     \line { " " \musicglyph #"custodes.mensural.u0" }
2573   }}
2574 }
2575 @end lilypond
2576
2577 @seealso
2578
2579 Program reference: @internalsref{Custos}.
2580
2581 Examples: @inputfileref{input/@/regression,custos@/.ly}.
2582
2583
2584 @node Divisiones
2585 @subsection Divisiones
2586
2587 @cindex divisio
2588 @cindex divisiones
2589 @cindex finalis
2590
2591 A @emph{divisio} (plural: @emph{divisiones}; Latin word for
2592 `division') is a staff context symbol that is used to structure
2593 Gregorian music into phrases and sections.  The musical meaning of
2594 @emph{divisio minima}, @emph{divisio maior}, and @emph{divisio maxima}
2595 can be characterized as short, medium, and long pause, somewhat like
2596 the breathmarks from @ref{Breath marks}.  The @emph{finalis} sign not
2597 only marks the end of a chant, but is also frequently used within a
2598 single antiphonal/responsorial chant to mark the end of each section.
2599
2600
2601 To use divisiones, include the file @file{gregorian@/-init@/.ly}.  It
2602 contains definitions that you can apply by just inserting
2603 @code{\divisioMinima}, @code{\divisioMaior}, @code{\divisioMaxima},
2604 and @code{\finalis} at proper places in the input.  Some editions use
2605 @emph{virgula} or @emph{caesura} instead of divisio minima.
2606 Therefore, @file{gregorian@/-init@/.ly} also defines @code{\virgula} and
2607 @code{\caesura}
2608
2609 @lilypondfile[quote,raggedright]{divisiones.ly}
2610
2611 @refcommands
2612
2613 @cindex @code{\virgula}
2614 @code{\virgula},
2615 @cindex @code{\caesura}
2616 @code{\caesura},
2617 @cindex @code{\divisioMinima}
2618 @code{\divisioMinima},
2619 @cindex @code{\divisioMaior}
2620 @code{\divisioMaior},
2621 @cindex @code{\divisioMaxima}
2622 @code{\divisioMaxima},
2623 @cindex @code{\finalis}
2624 @code{\finalis}.
2625
2626 @seealso
2627
2628 In this manual: @ref{Breath marks}.
2629
2630 Program reference: @internalsref{BreathingSign}, @internalsref{BreathingSignEvent}.
2631
2632 Examples: @inputfileref{input/@/test,divisiones@/.ly}.
2633
2634 @node Ligatures
2635 @subsection Ligatures
2636
2637 @cindex Ligatures
2638
2639 @c TODO: Should double check if I recalled things correctly when I wrote
2640 @c down the following paragraph by heart.
2641
2642 A ligature is a graphical symbol that represents at least two distinct
2643 notes.  Ligatures originally appeared in the manuscripts of Gregorian
2644 chant notation to denote ascending or descending sequences of notes.
2645
2646 Ligatures are entered by enclosing them in @code{\[} and @code{\]}.
2647 Some ligature styles may need additional input syntax specific for
2648 this particular type of ligature.  By default, the
2649 @internalsref{LigatureBracket} engraver just puts a square bracket
2650 above the ligature
2651
2652 @lilypond[quote,raggedright,verbatim]
2653 \transpose c c' {
2654   \[ g c a f d' \]
2655   a g f
2656   \[ e f a g \]
2657 }
2658 @end lilypond
2659
2660 To select a specific style of ligatures, a proper ligature engraver
2661 has to be added to the @internalsref{Voice} context, as explained in
2662 the following subsections.   Only white mensural ligatures
2663 are supported with certain limitations.
2664
2665
2666
2667 @refbugs
2668
2669 Ligatures need special spacing that has not yet been implemented.  As
2670 a result, there is too much space between ligatures most of the time,
2671 and line breaking often is unsatisfactory.  Also, lyrics do not
2672 correctly align with ligatures.
2673
2674 Accidentals must not be printed within a ligature, but instead need to
2675 be collected and printed in front of it.
2676
2677 Augmentum dots within ligatures are not handled correctly.
2678
2679
2680 @menu
2681 * White mensural ligatures::    
2682 * Gregorian square neumes ligatures::  
2683 @end menu
2684
2685 @node White mensural ligatures
2686 @subsubsection White mensural ligatures
2687
2688 @cindex Mensural ligatures
2689 @cindex White mensural ligatures
2690
2691 There is limited support for white mensural ligatures.
2692
2693 To engrave white mensural ligatures, in the layout block put the
2694 @internalsref{Mensural_ligature_engraver} into the
2695 @internalsref{Voice} context, and remove the
2696 @internalsref{Ligature_bracket_engraver}, like this
2697
2698 @example
2699 \layout @{
2700   \context @{
2701     \Voice
2702     \remove Ligature_bracket_engraver
2703     \consists Mensural_ligature_engraver
2704   @}
2705 @}
2706 @end example
2707
2708 There is no additional input language to describe the shape of a
2709 white mensural ligature.  The shape is rather determined solely from
2710 the pitch and duration of the enclosed notes.  While this approach may
2711 take a new user a while to get accustomed to, it has the great advantage
2712 that the full musical information of the ligature is known internally.
2713 This is not only required for correct MIDI output, but also allows for
2714 automatic transcription of the ligatures.
2715
2716 For example,
2717
2718 @example
2719 \set Score.timing = ##f
2720 \set Score.defaultBarType = "empty"
2721 \override NoteHead #'style = #'neomensural
2722 \override Staff.TimeSignature #'style = #'neomensural
2723 \clef "petrucci-g"
2724 \[ g\longa c\breve a\breve f\breve d'\longa \]
2725 s4
2726 \[ e1 f1 a\breve g\longa \]
2727 @end example
2728 @lilypond[quote,raggedright]
2729 \score {
2730   \transpose c c' {
2731     \set Score.timing = ##f
2732     \set Score.defaultBarType = "empty"
2733     \override NoteHead #'style = #'neomensural
2734     \override Staff.TimeSignature #'style = #'neomensural
2735     \clef "petrucci-g"
2736     \[ g\longa c\breve a\breve f\breve d'\longa \]
2737     s4
2738     \[ e1 f1 a\breve g\longa \]
2739   }
2740   \layout {
2741     \context {
2742       \Voice
2743       \remove Ligature_bracket_engraver
2744       \consists Mensural_ligature_engraver
2745     }
2746   }
2747 }
2748 @end lilypond
2749
2750 Without replacing @internalsref{Ligature_bracket_engraver} with
2751 @internalsref{Mensural_ligature_engraver}, the same music transcribes
2752 to the following
2753
2754 @lilypond[quote,raggedright]
2755 \transpose c c' {
2756   \set Score.timing = ##f
2757   \set Score.defaultBarType = "empty"
2758   \override NoteHead #'style = #'neomensural
2759   \override Staff.TimeSignature #'style = #'neomensural
2760   \clef "petrucci-g"
2761   \[ g\longa c\breve a\breve f\breve d'\longa \]
2762   s4
2763   \[ e1 f1 a\breve g\longa \]
2764 }
2765 @end lilypond
2766
2767 @refbugs
2768
2769 The implementation is experimental.  It may output strange warnings,
2770 incorrect results, and might even crash on more complex ligatures.
2771
2772 @node Gregorian square neumes ligatures
2773 @subsubsection Gregorian square neumes ligatures
2774
2775 @cindex Square neumes ligatures
2776 @cindex Gregorian square neumes ligatures
2777
2778 There is limited support for Gregorian square neumes notation
2779 (following the style of the Editio Vaticana).  Core ligatures can
2780 already be typeset, but essential issues for serious typesetting are
2781 still lacking, such as (among others) horizontal alignment of multiple
2782 ligatures, lyrics alignment and proper handling of accidentals.
2783
2784
2785 The following table contains the extended neumes table of the 2nd
2786 volume of the Antiphonale Romanum (@emph{Liber Hymnarius}), published
2787 1983 by the monks of Solesmes.
2788
2789 @multitable @columnfractions .4 .2 .2 .2
2790
2791 @item
2792 @b{Neuma aut@*
2793 Neumarum Elementa}
2794 @tab
2795 @b{Figurae@*
2796 Rectae}
2797 @tab
2798 @b{Figurae@*
2799 Liquescentes@*
2800 Auctae}
2801 @tab
2802 @b{Figurae@*
2803 Liquescentes@*
2804 Deminutae}
2805
2806 @c TODO: \layout block is identical in all of the below examples.
2807 @c Therefore, it should somehow be included rather than duplicated all
2808 @c the time. --jr
2809
2810 @c why not make identifiers in ly/engraver-init.ly? --hwn
2811
2812 @c Because it's just used to typeset plain notes without
2813 @c a staff for demonstration purposes rather than something
2814 @c special of Gregorian chant notation. --jr
2815
2816 @item
2817 @code{1. Punctum}
2818 @tab
2819 @lilypond[staffsize=26,linewidth=1.5\cm]
2820 \include "gregorian-init.ly"
2821 \score {
2822   \transpose c c' {
2823     % Punctum
2824     \[ b \]
2825     \noBreak s^\markup {"a"} \noBreak
2826
2827     % Punctum Inclinatum
2828     \[ \inclinatum b \]
2829     \noBreak s^\markup {"b"}
2830   }
2831 \layout { \neumeDemoLayout }}
2832 @end lilypond
2833 @tab
2834 @lilypond[staffsize=26,linewidth=2.5\cm]
2835 \include "gregorian-init.ly"
2836 \score {
2837   \transpose c c' {
2838     % Punctum Auctum Ascendens
2839     \[ \auctum \ascendens b \]
2840     \noBreak s^\markup {"c"} \noBreak
2841
2842     % Punctum Auctum Descendens
2843     \[ \auctum \descendens b \]
2844     \noBreak s^\markup {"d"} \noBreak
2845
2846     % Punctum Inclinatum Auctum
2847     \[ \inclinatum \auctum b \]
2848     \noBreak s^\markup {"e"}
2849   }
2850 \layout { \neumeDemoLayout }}
2851 @end lilypond
2852 @tab
2853 @lilypond[staffsize=26,linewidth=1.0\cm]
2854 \include "gregorian-init.ly"
2855 \score {
2856   \transpose c c' {
2857     % Punctum Inclinatum Parvum
2858     \[ \inclinatum \deminutum b \]
2859     \noBreak s^\markup {"f"}
2860   }
2861 \layout { \neumeDemoLayout }}
2862 @end lilypond
2863
2864 @item
2865 @code{2. Virga}
2866 @tab
2867 @lilypond[staffsize=26,linewidth=1.0\cm]
2868 \include "gregorian-init.ly"
2869 \score {
2870   \transpose c c' {
2871     % Virga
2872     \[ \virga b \]
2873     \noBreak s^\markup {"g"}
2874   }
2875 \layout { \neumeDemoLayout }}
2876 @end lilypond
2877 @tab
2878 @tab
2879
2880 @item
2881 @code{3. Apostropha vel Stropha}
2882 @tab
2883 @lilypond[staffsize=26,linewidth=1.0\cm]
2884 \include "gregorian-init.ly"
2885 \score {
2886   \transpose c c' {
2887     % Stropha
2888     \[ \stropha b \]
2889     \noBreak s^\markup {"h"}
2890   }
2891 \layout { \neumeDemoLayout }}
2892 @end lilypond
2893 @tab
2894 @lilypond[staffsize=26,linewidth=1.0\cm]
2895 \include "gregorian-init.ly"
2896 \score {
2897   \transpose c c' {
2898     % Stropha Aucta
2899     \[ \stropha \auctum b \]
2900     \noBreak s^\markup {"i"}
2901   }
2902 \layout { \neumeDemoLayout }}
2903 @end lilypond
2904 @tab
2905
2906 @item
2907 @code{4. Oriscus}
2908 @tab
2909 @lilypond[staffsize=26,linewidth=1.0\cm]
2910 \include "gregorian-init.ly"
2911 \score {
2912   \transpose c c' {
2913     % Oriscus
2914     \[ \oriscus b \]
2915     \noBreak s^\markup {"j"}
2916   }
2917 \layout { \neumeDemoLayout }}
2918 @end lilypond
2919 @tab
2920 @tab
2921
2922 @item
2923 @code{5. Clivis vel Flexa}
2924 @tab
2925 @lilypond[staffsize=26,linewidth=1.0\cm]
2926 \include "gregorian-init.ly"
2927 \score {
2928   \transpose c c' {
2929     % Clivis vel Flexa
2930     \[ b \flexa g \]
2931     s^\markup {"k"}
2932   }
2933 \layout { \neumeDemoLayout }}
2934 @end lilypond
2935 @tab
2936 @lilypond[staffsize=26,linewidth=2.0\cm]
2937 \include "gregorian-init.ly"
2938 \score {
2939   \transpose c c' {
2940     % Clivis Aucta Descendens
2941     \[ b \flexa \auctum \descendens g \]
2942     \noBreak s^\markup {"l"} \noBreak
2943
2944     % Clivis Aucta Ascendens
2945     \[ b \flexa \auctum \ascendens g \]
2946     \noBreak s^\markup {"m"}
2947   }
2948 \layout { \neumeDemoLayout }}
2949 @end lilypond
2950 @tab
2951 @lilypond[staffsize=26,linewidth=1.0\cm]
2952 \include "gregorian-init.ly"
2953 \score {
2954   \transpose c c' {
2955     % Cephalicus
2956     \[ b \flexa \deminutum g \]
2957     s^\markup {"n"}
2958   }
2959 \layout { \neumeDemoLayout }}
2960 @end lilypond
2961
2962 @item
2963 @code{6. Podatus vel Pes}
2964 @tab
2965 @lilypond[staffsize=26,linewidth=1.0\cm]
2966 \include "gregorian-init.ly"
2967 \score {
2968   \transpose c c' {
2969     % Podatus vel Pes
2970     \[ g \pes b \]
2971     s^\markup {"o"}
2972   }
2973 \layout { \neumeDemoLayout }}
2974 @end lilypond
2975 @tab
2976 @lilypond[staffsize=26,linewidth=2.0\cm]
2977 \include "gregorian-init.ly"
2978 \score {
2979   \transpose c c' {
2980     % Pes Auctus Descendens
2981     \[ g \pes \auctum \descendens b \]
2982     \noBreak s^\markup {"p"} \noBreak
2983
2984     % Pes Auctus Ascendens
2985     \[ g \pes \auctum \ascendens b \]
2986     \noBreak s^\markup {"q"}
2987   }
2988 \layout { \neumeDemoLayout }}
2989 @end lilypond
2990 @tab
2991 @lilypond[staffsize=26,linewidth=1.0\cm]
2992 \include "gregorian-init.ly"
2993 \score {
2994   \transpose c c' {
2995     % Epiphonus
2996     \[ g \pes \deminutum b \]
2997     s^\markup {"r"}
2998   }
2999 \layout { \neumeDemoLayout }}
3000 @end lilypond
3001
3002 @item
3003 @code{7. Pes Quassus}
3004 @tab
3005 @lilypond[staffsize=26,linewidth=1.0\cm]
3006 \include "gregorian-init.ly"
3007 \score {
3008   \transpose c c' {
3009     % Pes Quassus
3010     \[ \oriscus g \pes \virga b \]
3011     s^\markup {"s"}
3012   }
3013 \layout { \neumeDemoLayout }}
3014 @end lilypond
3015 @tab
3016 @lilypond[staffsize=26,linewidth=1.0\cm]
3017 \include "gregorian-init.ly"
3018 \score {
3019   \transpose c c' {
3020     % Pes Quassus Auctus Descendens
3021     \[ \oriscus g \pes \auctum \descendens b \]
3022     s^\markup {"t"}
3023   }
3024 \layout { \neumeDemoLayout }}
3025 @end lilypond
3026 @tab
3027
3028 @item
3029 @code{8. Quilisma Pes}
3030 @tab
3031 @lilypond[staffsize=26,linewidth=1.0\cm]
3032 \include "gregorian-init.ly"
3033 \score {
3034   \transpose c c' {
3035     % Quilisma Pes
3036     \[ \quilisma g \pes b \]
3037     s^\markup {"u"}
3038   }
3039 \layout { \neumeDemoLayout }}
3040 @end lilypond
3041 @tab
3042 @lilypond[staffsize=26,linewidth=1.0\cm]
3043 \include "gregorian-init.ly"
3044 \score {
3045   \transpose c c' {
3046     % Quilisma Pes Auctus Descendens
3047     \[ \quilisma g \pes \auctum \descendens b \]
3048     s^\markup {"v"}
3049   }
3050 \layout { \neumeDemoLayout }}
3051 @end lilypond
3052 @tab
3053
3054 @item
3055 @code{9. Podatus Initio Debilis}
3056 @tab
3057 @lilypond[staffsize=26,linewidth=1.0\cm]
3058 \include "gregorian-init.ly"
3059 \score {
3060   \transpose c c' {
3061     % Pes Initio Debilis
3062     \[ \deminutum g \pes b \]
3063     s^\markup {"w"}
3064   }
3065 \layout { \neumeDemoLayout }}
3066 @end lilypond
3067 @tab
3068 @lilypond[staffsize=26,linewidth=1.0\cm]
3069 \include "gregorian-init.ly"
3070 \score {
3071   \transpose c c' {
3072     % Pes Auctus Descendens Initio Debilis
3073     \[ \deminutum g \pes \auctum \descendens b \]
3074     s^\markup {"x"}
3075   }
3076 \layout { \neumeDemoLayout }}
3077 @end lilypond
3078 @tab
3079
3080 @item
3081 @code{10. Torculus}
3082 @tab
3083 @lilypond[staffsize=26,linewidth=1.0\cm]
3084 \include "gregorian-init.ly"
3085 \score {
3086   \transpose c c' {
3087     % Torculus
3088     \[ a \pes b \flexa g \]
3089     s^\markup {"y"}
3090   }
3091 \layout { \neumeDemoLayout }}
3092 @end lilypond
3093 @tab
3094 @lilypond[staffsize=26,linewidth=1.0\cm]
3095 \include "gregorian-init.ly"
3096 \score {
3097   \transpose c c' {
3098     % Torculus Auctus Descendens
3099     \[ a \pes b \flexa \auctum \descendens g \]
3100     s^\markup {"z"}
3101   }
3102 \layout { \neumeDemoLayout }}
3103 @end lilypond
3104 @tab
3105 @lilypond[staffsize=26,linewidth=1.0\cm]
3106 \include "gregorian-init.ly"
3107 \score {
3108   \transpose c c' {
3109     % Torculus Deminutus
3110     \[ a \pes b \flexa \deminutum g \]
3111     s^\markup {"A"}
3112   }
3113 \layout { \neumeDemoLayout }}
3114 @end lilypond
3115
3116 @item
3117 @code{11. Torculus Initio Debilis}
3118 @tab
3119 @lilypond[staffsize=26,linewidth=1.0\cm]
3120 \include "gregorian-init.ly"
3121 \score {
3122   \transpose c c' {
3123     % Torculus Initio Debilis
3124     \[ \deminutum a \pes b \flexa g \]
3125     s^\markup {"B"}
3126   }
3127 \layout { \neumeDemoLayout }}
3128 @end lilypond
3129 @tab
3130 @lilypond[staffsize=26,linewidth=1.0\cm]
3131 \include "gregorian-init.ly"
3132 \score {
3133   \transpose c c' {
3134     % Torculus Auctus Descendens Initio Debilis
3135     \[ \deminutum a \pes b \flexa \auctum \descendens g \]
3136     s^\markup {"C"}
3137   }
3138 \layout { \neumeDemoLayout }}
3139 @end lilypond
3140 @tab
3141 @lilypond[staffsize=26,linewidth=1.0\cm]
3142 \include "gregorian-init.ly"
3143 \score {
3144   \transpose c c' {
3145     % Torculus Deminutus Initio Debilis
3146     \[ \deminutum a \pes b \flexa \deminutum g \]
3147     s^\markup {"D"}
3148   }
3149 \layout { \neumeDemoLayout }}
3150 @end lilypond
3151
3152 @item
3153 @code{12. Porrectus}
3154 @tab
3155 @lilypond[staffsize=26,linewidth=1.0\cm]
3156 \include "gregorian-init.ly"
3157 \score {
3158   \transpose c c' {
3159     % Porrectus
3160     \[ a \flexa g \pes b \]
3161     s^\markup {"E"}
3162   }
3163 \layout { \neumeDemoLayout }}
3164 @end lilypond
3165 @tab
3166 @lilypond[staffsize=26,linewidth=1.0\cm]
3167 \include "gregorian-init.ly"
3168 \score {
3169   \transpose c c' {
3170     % Porrectus Auctus Descendens
3171     \[ a \flexa g \pes \auctum \descendens b \]
3172     s^\markup {"F"}
3173   }
3174 \layout { \neumeDemoLayout }}
3175 @end lilypond
3176 @tab
3177 @lilypond[staffsize=26,linewidth=1.0\cm]
3178 \include "gregorian-init.ly"
3179 \score {
3180   \transpose c c' {
3181     % Porrectus Deminutus
3182     \[ a \flexa g \pes \deminutum b \]
3183     s^\markup {"G"}
3184   }
3185 \layout { \neumeDemoLayout }}
3186 @end lilypond
3187
3188 @item
3189 @code{13. Climacus}
3190 @tab
3191 @lilypond[staffsize=26,linewidth=1.0\cm]
3192 \include "gregorian-init.ly"
3193 \score {
3194   \transpose c c' {
3195     % Climacus
3196     \[ \virga b \inclinatum a \inclinatum g \]
3197     s^\markup {"H"}
3198   }
3199   \layout { \neumeDemoLayout }
3200 }
3201 @end lilypond
3202 @tab
3203 @lilypond[staffsize=26,linewidth=1.0\cm]
3204 \include "gregorian-init.ly"
3205 \score {
3206   \transpose c c' {
3207     % Climacus Auctus
3208     \[ \virga b \inclinatum a \inclinatum \auctum g \]
3209     s^\markup {"I"}
3210   }
3211 \layout { \neumeDemoLayout }}
3212 @end lilypond
3213 @tab
3214 @lilypond[staffsize=26,linewidth=1.0\cm]
3215 \include "gregorian-init.ly"
3216 \score {
3217   \transpose c c' {
3218     % Climacus Deminutus
3219     \[ \virga b \inclinatum a \inclinatum \deminutum g \]
3220     s^\markup {"J"}
3221   }
3222 \layout { \neumeDemoLayout }}
3223 @end lilypond
3224
3225 @item
3226 @code{14. Scandicus}
3227 @tab
3228 @lilypond[staffsize=26,linewidth=1.0\cm]
3229 \include "gregorian-init.ly"
3230 \score {
3231   \transpose c c' {
3232     % Scandicus
3233     \[ g \pes a \virga b \]
3234     s^\markup {"K"}
3235   }
3236 \layout { \neumeDemoLayout }}
3237 @end lilypond
3238 @tab
3239 @lilypond[staffsize=26,linewidth=1.0\cm]
3240 \include "gregorian-init.ly"
3241 \score {
3242   \transpose c c' {
3243     % Scandicus Auctus Descendens
3244     \[ g \pes a \pes \auctum \descendens b \]
3245     s^\markup {"L"}
3246   }
3247 \layout { \neumeDemoLayout }}
3248 @end lilypond
3249 @tab
3250 @lilypond[staffsize=26,linewidth=1.0\cm]
3251 \include "gregorian-init.ly"
3252 \score {
3253   \transpose c c' {
3254     % Scandicus Deminutus
3255     \[ g \pes a \pes \deminutum b \]
3256     s^\markup {"M"}
3257   }
3258 \layout { \neumeDemoLayout }}
3259 @end lilypond
3260
3261 @item
3262 @code{15. Salicus}
3263 @tab
3264 @lilypond[staffsize=26,linewidth=1.0\cm]
3265 \include "gregorian-init.ly"
3266 \score {
3267   \transpose c c' {
3268     % Salicus
3269     \[ g \oriscus a \pes \virga b \]
3270     s^\markup {"N"}
3271   }
3272 \layout { \neumeDemoLayout }}
3273 @end lilypond
3274 @tab
3275 @lilypond[staffsize=26,linewidth=1.0\cm]
3276 \include "gregorian-init.ly"
3277 \score {
3278   \transpose c c' {
3279     % Salicus Auctus Descendens
3280     \[ g \oriscus a \pes \auctum \descendens b \]
3281     s^\markup {"O"}
3282   }
3283 \layout { \neumeDemoLayout }}
3284 @end lilypond
3285 @tab
3286
3287 @item
3288 @code{16. Trigonus}
3289 @tab
3290 @lilypond[staffsize=26,linewidth=1.0\cm]
3291 \include "gregorian-init.ly"
3292 \score {
3293   \transpose c c' {
3294     % Trigonus
3295     \[ \stropha b \stropha b \stropha a \]
3296     s^\markup {"P"}
3297   }
3298   \layout { \neumeDemoLayout }
3299 }
3300 @end lilypond
3301 @tab
3302 @tab
3303
3304 @end multitable
3305
3306
3307 Unlike most other neumes notation systems, the input language for
3308 neumes does not reflect the typographical appearance, but is designed
3309 to focus on musical meaning.  For example, @code{\[ a \pes b
3310 \flexa g \]} produces a Torculus consisting of three Punctum heads,
3311 while @code{\[ a \flexa g \pes b \]} produces a Porrectus with a
3312 curved flexa shape and only a single Punctum head.  There is no
3313 command to explicitly typeset the curved flexa shape; the decision of
3314 when to typeset a curved flexa shape is based on the musical
3315 input.  The idea of this approach is to separate the musical aspects
3316 of the input from the notation style of the output.  This way, the
3317 same input can be reused to typeset the same music in a different
3318 style of Gregorian chant notation.
3319
3320 The following table shows the code fragments that produce the
3321 ligatures in the above neumes table.  The letter in the first column
3322 in each line of the below table indicates to which ligature in the
3323 above table it refers.  The second column gives the name of the
3324 ligature.  The third column shows the code fragment that produces this
3325 ligature, using @code{g}, @code{a}, and @code{b} as example pitches.
3326
3327 @multitable @columnfractions .02 .31 .67
3328 @item
3329 @b{#}
3330 @tab
3331 @b{Name}
3332 @tab
3333 @b{Input Language}
3334
3335 @item
3336 a
3337 @tab
3338 Punctum
3339 @tab
3340 @code{\[ b \]}
3341
3342 @item
3343 b
3344 @tab
3345 Punctum Inclinatum
3346 @tab
3347 @code{\[ \inclinatum b \]}
3348
3349 @item
3350 c
3351 @tab
3352 Punctum Auctum@*
3353 Ascendens
3354 @tab
3355 @code{\[ \auctum \ascendens b \]}
3356
3357 @item
3358 d
3359 @tab
3360 Punctum Auctum@*
3361 Descendens
3362 @tab
3363 @code{\[ \auctum \descendens b \]}
3364
3365 @item
3366 e
3367 @tab
3368 Punctum Inclinatum@*
3369 Auctum
3370 @tab
3371 @code{\[ \inclinatum \auctum b \]}
3372
3373 @item
3374 f
3375 @tab
3376 Punctum Inclinatum@*
3377 Parvum @tab
3378 @code{\[ \inclinatum \deminutum b \]}
3379
3380 @item
3381 g
3382 @tab
3383 Virga
3384 @tab
3385 @code{\[ \virga b \]}
3386
3387 @item
3388 h
3389 @tab
3390 Stropha
3391 @tab
3392 @code{\[ \stropha b \]}
3393
3394 @item
3395 i
3396 @tab
3397 Stropha Aucta
3398 @tab
3399 @code{\[ \stropha \auctum b \]}
3400
3401 @item
3402 j
3403 @tab
3404 Oriscus
3405 @tab
3406 @code{\[ \oriscus b \]}
3407
3408 @item
3409 k
3410 @tab
3411 Clivis vel Flexa
3412 @tab
3413 @code{\[ b \flexa g \]}
3414
3415 @item
3416 l
3417 @tab
3418 Clivis Aucta@*
3419 Descendens
3420 @tab
3421 @code{\[ b \flexa \auctum \descendens g \]}
3422
3423 @item
3424 m
3425 @tab
3426 Clivis Aucta@*
3427 Ascendens
3428 @tab
3429 @code{\[ b \flexa \auctum \ascendens g \]}
3430
3431 @item
3432 n
3433 @tab
3434 Cephalicus
3435 @tab
3436 @code{\[ b \flexa \deminutum g \]}
3437
3438 @item
3439 o
3440 @tab
3441 Podatus vel Pes
3442 @tab
3443 @code{\[ g \pes b \]}
3444
3445 @item
3446 p
3447 @tab
3448 Pes Auctus@*
3449 Descendens
3450 @tab
3451 @code{\[ g \pes \auctum \descendens b \]}
3452
3453 @item
3454 q
3455 @tab
3456 Pes Auctus@*
3457 Ascendens
3458 @tab
3459 @code{\[ g \pes \auctum \ascendens b \]}
3460
3461 @item
3462 r
3463 @tab
3464 Epiphonus
3465 @tab
3466 @code{\[ g \pes \deminutum b \]}
3467
3468 @item
3469 s
3470 @tab
3471 Pes Quassus
3472 @tab
3473 @code{\[ \oriscus g \pes \virga b \]}
3474
3475 @item
3476 t
3477 @tab
3478 Pes Quassus@*
3479 Auctus Descendens @tab
3480 @code{\[ \oriscus g \pes \auctum \descendens b \]}
3481
3482 @item
3483 u
3484 @tab
3485 Quilisma Pes
3486 @tab
3487 @code{\[ \quilisma g \pes b \]}
3488
3489 @item
3490 v
3491 @tab
3492 Quilisma Pes@*
3493 Auctus Descendens
3494 @tab
3495 @code{\[ \quilisma g \pes \auctum \descendens b \]}
3496
3497 @item
3498 w
3499 @tab
3500 Pes Initio Debilis
3501 @tab
3502 @code{\[ \deminutum g \pes b \]}
3503
3504 @item
3505 x
3506 @tab
3507 Pes Auctus Descendens@*
3508 Initio Debilis
3509 @tab
3510 @code{\[ \deminutum g \pes \auctum \descendens b \]}
3511
3512 @item
3513 y
3514 @tab
3515 Torculus
3516 @tab
3517 @code{\[ a \pes b \flexa g \]}
3518
3519 @item
3520 z
3521 @tab
3522 Torculus Auctus@*
3523 Descendens
3524 @tab
3525 @code{\[ a \pes b \flexa \auctum \descendens g \]}
3526
3527 @item
3528 A
3529 @tab
3530 Torculus Deminutus
3531 @tab
3532 @code{\[ a \pes b \flexa \deminutum g \]}
3533
3534 @item
3535 B
3536 @tab
3537 Torculus Initio Debilis
3538 @tab
3539 @code{\[ \deminutum a \pes b \flexa g \]}
3540
3541 @item
3542 C
3543 @tab
3544 Torculus Auctus@*
3545 Descendens Initio Debilis
3546 @tab
3547 @code{\[ \deminutum a \pes b \flexa \auctum \descendens g \]}
3548
3549 @item
3550 D
3551 @tab
3552 Torculus Deminutus@*
3553 Initio Debilis
3554 @tab
3555 @code{\[ \deminutum a \pes b \flexa \deminutum g \]}
3556
3557 @item
3558 E
3559 @tab
3560 Porrectus
3561 @tab
3562 @code{\[ a \flexa g \pes b \]}
3563
3564 @item
3565 F
3566 @tab
3567 Porrectus Auctus@*
3568 Descendens
3569 @tab
3570 @code{\[ a \flexa g \pes \auctum \descendens b \]}
3571
3572 @item
3573 G
3574 @tab
3575 Porrectus Deminutus
3576 @tab
3577 @code{\[ a \flexa g \pes \deminutum b \]}
3578
3579 @item
3580 H
3581 @tab
3582 Climacus
3583 @tab
3584 @code{\[ \virga b \inclinatum a \inclinatum g \]}
3585
3586 @item
3587 I
3588 @tab
3589 Climacus Auctus
3590 @tab
3591 @code{\[ \virga b \inclinatum a \inclinatum \auctum g \]}
3592
3593 @item
3594 J
3595 @tab
3596 Climacus Deminutus
3597 @tab
3598 @code{\[ \virga b \inclinatum a \inclinatum \deminutum g \]}
3599
3600 @item
3601 K
3602 @tab
3603 Scandicus
3604 @tab
3605 @code{\[ g \pes a \virga b \]}
3606
3607 @item
3608 L
3609 @tab
3610 Scandicus Auctus@*
3611 Descendens
3612 @tab
3613 @code{\[ g \pes a \pes \auctum \descendens b \]}
3614
3615 @item
3616 M
3617 @tab
3618 Scandicus Deminutus
3619 @tab
3620 @code{\[ g \pes a \pes \deminutum b \]}
3621
3622 @item
3623 N
3624 @tab
3625 Salicus
3626 @tab
3627 @code{\[ g \oriscus a \pes \virga b \]}
3628
3629 @item
3630 O
3631 @tab
3632 Salicus Auctus Descendens
3633 @tab
3634 @code{\[ g \oriscus a \pes \auctum \descendens b \]}
3635
3636 @item
3637 P
3638 @tab
3639 Trigonus
3640 @tab
3641 @code{\[ \stropha b \stropha b \stropha a \]}
3642 @end multitable
3643
3644 @refcommands
3645
3646 The following head prefixes are supported
3647
3648 @cindex @code{\virga}
3649 @code{\virga},
3650 @cindex @code{\stropha}
3651 @code{\stropha},
3652 @cindex @code{\inclinatum}
3653 @code{\inclinatum},
3654 @cindex @code{\auctum}
3655 @code{\auctum},
3656 @cindex @code{\descendens}
3657 @code{\descendens},
3658 @cindex @code{\ascendens}
3659 @code{\ascendens},
3660 @cindex @code{\oriscus}
3661 @code{\oriscus},
3662 @cindex @code{\quilisma}
3663 @code{\quilisma},
3664 @cindex @code{\deminutum}
3665 @code{\deminutum}.
3666
3667 Head prefixes can be accumulated, though restrictions apply.  For
3668 example, either @code{\descendens} or @code{\ascendens} can be applied
3669 to a head, but not both to the same head.
3670
3671 @cindex @code{\pes}
3672 @cindex @code{\flexa}
3673 Two adjacent heads can be tied together with the @code{\pes} and
3674 @code{\flexa} infix commands for a rising and falling line of melody,
3675 respectively.
3676
3677
3678
3679 @node Gregorian Chant contexts
3680 @subsection Gregorian Chant contexts
3681
3682 @cindex VaticanaVoiceContext
3683 @cindex VaticanaStaffContext
3684
3685 The predefined @code{VaticanaVoiceContext} and
3686 @code{VaticanaStaffContext} can be used to engrave a piece of
3687 Gregorian Chant in the style of the Editio Vaticana.  These contexts
3688 initialize all relevant context properties and grob properties to
3689 proper values, so you can immediately go ahead entering the chant, as
3690 the following excerpt demonstrates
3691
3692 @lilypond[quote,raggedright,packed,verbatim]
3693 \include "gregorian-init.ly"
3694 \score {
3695   <<
3696     \context VaticanaVoice = "cantus" {
3697       \override Staff.StaffSymbol #'color = #red
3698       \override Staff.LedgerLineSpanner #'color = #red
3699       \override Score.BarNumber #'transparent = ##t {
3700         \[ c'\melisma c' \flexa a \]
3701         \[ a \flexa \deminutum g\melismaEnd \]
3702         f \divisioMinima
3703         \[ f\melisma \pes a c' c' \pes d'\melismaEnd \]
3704         c' \divisioMinima \break
3705         \[ c'\melisma c' \flexa a \]
3706         \[ a \flexa \deminutum g\melismaEnd \] f \divisioMinima
3707       }
3708     }
3709     \lyricsto "cantus" \new Lyrics {
3710       San- ctus, San- ctus, San- ctus
3711     }
3712   >>
3713 }
3714 @end lilypond
3715
3716
3717 @node Mensural contexts
3718 @subsection Mensural contexts
3719
3720 @cindex MensuralVoiceContext
3721 @cindex MensuralStaffContext
3722
3723 The predefined @code{MensuralVoiceContext} and
3724 @code{MensuralStaffContext} can be used to engrave a piece in mensural
3725 style.  These contexts initialize all relevant context properties and
3726 grob properties to proper values, so you can immediately go ahead
3727 entering the chant, as the following excerpt demonstrates
3728
3729 @lilypond[quote,raggedright,verbatim]
3730 \score {
3731   <<
3732     \context MensuralVoice = "discantus" \transpose c c' {
3733       \override Score.BarNumber #'transparent = ##t {
3734         c'1\melisma bes a g\melismaEnd
3735         f\breve
3736         \[ f1\melisma a c'\breve d'\melismaEnd \]
3737         c'\longa
3738         c'\breve\melisma a1 g1\melismaEnd
3739         fis\longa^\signumcongruentiae
3740       }
3741     }
3742     \lyricsto "discantus" \new Lyrics {
3743       San -- ctus, San -- ctus, San -- ctus
3744     }
3745   >>
3746 }
3747 @end lilypond
3748
3749
3750 @node Figured bass
3751 @subsection Figured bass
3752
3753 @cindex Basso continuo
3754
3755 @c TODO: musicological blurb about FB
3756
3757
3758 LilyPond has limited support for figured bass
3759
3760 @lilypond[quote,raggedright,verbatim,fragment]
3761 <<
3762   \context Voice { \clef bass dis4 c d ais g fis}
3763   \context FiguredBass \figuremode {
3764     < 6 >4 < 7 >8 < 6+ [_!] >
3765     < 6 >4 <6 5 [3+] >
3766     < _ >4 < 6 >4
3767   }
3768 >>
3769 @end lilypond
3770
3771 The support for figured bass consists of two parts: there is an input
3772 mode, introduced by @code{\figuremode}, where you can enter bass figures
3773 as numbers, and there is a context called @internalsref{FiguredBass} that
3774 takes care of making @internalsref{BassFigure} objects.
3775
3776 In figures input mode, a group of bass figures is delimited by
3777 @code{<} and @code{>}.  The duration is entered after the @code{>}
3778 @example
3779 <4 6>
3780 @end example
3781 @lilypond[quote,raggedright,fragment]
3782 \context FiguredBass
3783 \figuremode { <4 6> }
3784 @end lilypond
3785
3786 Accidentals are added when you append @code{-}, @code{!}, and @code{+}
3787 to the numbers
3788
3789 @example
3790 <4- 6+ 7!>
3791 @end example
3792 @lilypond[quote,raggedright,fragment]
3793 \context FiguredBass
3794 \figuremode { <4- 6+ 7!> }
3795 @end lilypond
3796
3797 Spaces or dashes may be inserted by using @code{_}.  Brackets are
3798 introduced with @code{[} and @code{]}. You can also include text
3799 strings and text markups, see @ref{Overview of text markup commands}.
3800
3801 @example
3802 < [4 6] 8 [_! 12] > < 5 \markup @{ + \number 6 @} >
3803 @end example
3804 @lilypond[quote,raggedright,fragment]
3805 \context FiguredBass
3806 \figuremode { < [4 6] 8 [_! 12] > < 5 \markup{ + \number 6 } > }
3807 @end lilypond
3808
3809
3810 Although the support for figured bass may superficially resemble chord
3811 support, it works much simpler.  The @code{\figuremode} mode simply
3812 stores the numbers and @internalsref{FiguredBass} context prints
3813 them as entered.  There is no conversion to pitches and no
3814 realizations of the bass are played in the MIDI file.
3815
3816 Internally, the code produces markup texts.  You can use any of the
3817 markup text properties to override formatting.  For example, the
3818 vertical spacing of the figures may be set with @code{baseline-skip}.
3819
3820 @seealso
3821
3822 Program reference: @internalsref{BassFigureEvent} music,
3823 @internalsref{BassFigure} object, and @internalsref{FiguredBass} context.
3824
3825 @refbugs
3826
3827 Slash notation for alterations is not supported.
3828
3829
3830
3831 @node Other instrument specific notation
3832 @section Other instrument specific notation
3833
3834 This section includes extra information for writing for instruments.
3835
3836 @menu
3837 * Artificial harmonics (strings)::  
3838 * Stopped notes (guitar)::      
3839 @end menu
3840
3841 @node Artificial harmonics (strings)
3842 @subsection Artificial harmonics (strings)
3843
3844 @cindex artificial harmonics
3845
3846 Artificial harmonics are notated with a different notehead style.  They
3847 are entered by marking the harmonic pitch with @code{\harmonic}.
3848
3849 @lilypond[raggedright,verbatim,quote,fragment,relative=1]
3850 <c g'\harmonic>4
3851 @end lilypond
3852
3853
3854 @node Stopped notes (guitar)
3855 @subsection Stopped notes (guitar)
3856
3857 Stopped (X) note heads are used in guitar music to signal a place where the 
3858 guitarist must play a certain note or chord, with its fingers just 
3859 touching the strings instead of fully pressing them.  This gives the sound a 
3860 percussive noise-like sound that still maintains part of the original pitch.
3861
3862 Finger stopped technique is extremely important for rhythm and rock-heavy 
3863 metal guitarists; the former often uses barrĂ© based stopped chords to 
3864 intermix harmony with rythm, the latters use finger stopping to mute power 
3865 chords, or charge them with more expression in close-tied power chord stums.
3866
3867 It is also used (even if rarely) in classic guitar music, generally in the 
3868 melodic line, to provide some rithmic pattern right in the melody.
3869
3870 @lilypond[raggedright,verbatim,quote,fragment,relative=2]
3871 c4 d
3872 \override NoteHead #'style = #'cross
3873 e f
3874 \revert NoteHead #'style
3875 e d
3876 @end lilypond
3877
3878