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