]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/instrument-notation.itely
2e80f28d55f00ad8dcb0ed5b16ee430c56d2bd04
[lilypond.git] / Documentation / user / instrument-notation.itely
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @c This file is part of lilypond.tely
3 @ignore
4     Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
5
6     When revising a translation, copy the HEAD committish of the
7     version that you are working on.  See TRANSLATION for details.
8 @end ignore
9
10
11 @c A menu is needed before every deeper *section nesting of @node's; run
12 @c     M-x texinfo-all-menus-update
13 @c to automatically fill in these menus before saving changes
14
15 @node Instrument-specific notation
16 @chapter Instrument-specific notation
17
18 This chapter explains how to use notation for specific instruments.
19
20 @menu
21 * Piano music::                 
22 * Chord names::                 
23 * Vocal music::                 
24 * Rhythmic music::              
25 * Guitar::                      
26 * Bagpipe::                     
27 * Ancient notation::            
28 * Other instrument specific notation::  
29 @end menu
30
31
32
33 @node Piano music
34 @section Piano music
35
36 Piano staves are two normal staves coupled with a brace.  The staves
37 are largely independent, but sometimes voices can cross between the
38 two staves.  The same notation is also used for harps and other key
39 instruments.  The @internalsref{PianoStaff} is especially built to
40 handle this cross-staffing behavior.  In this section we discuss the
41 @internalsref{PianoStaff} and some other pianistic peculiarities.
42
43 @menu
44 * Automatic staff changes::     
45 * Manual staff switches::       
46 * Pedals::                      
47 * Staff switch lines::          
48 * Cross staff stems::           
49 @end menu
50
51 @refbugs
52
53 Dynamics are not centered, but workarounds do exist.  See the
54 @q{piano centered dynamics} template in @ref{Piano templates}.
55
56 @cindex cross staff stem
57 @cindex stem, cross staff
58 @cindex distance between staves in piano music
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,ragged-right]
95 \new 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
120 @node Manual staff switches
121 @subsection Manual staff switches
122
123 @cindex manual staff switches
124 @cindex staff switch, manual
125
126 Voices can be switched between staves manually, using the command
127 @example
128 \change Staff = @var{staffname} @var{music}
129 @end example
130
131 @noindent
132 The string @var{staffname} is the name of the staff.  It switches the
133 current voice from its current staff to the Staff called
134 @var{staffname}.  Typically @var{staffname} is @code{"up"} or
135 @code{"down"}.  The @context{Staff} referred to must already exist, so
136 usually the setup for a score will start with a setup of the staves,
137
138 @example
139 <<
140   \new Staff = "up" @{
141     \skip 1 * 10  % @emph{keep staff alive}
142     @}
143   \new Staff = "down" @{
144     \skip 1 * 10  % @emph{idem}
145     @}
146 >>
147 @end example
148
149
150 and the @context{Voice} is inserted afterwards
151
152 @example
153 \context Staff = down
154   \new Voice @{ @dots{} \change Staff = up @dots{} @}
155 @end example
156
157
158 @node Pedals
159 @subsection Pedals
160 @cindex Pedals
161
162 Pianos have pedals that alter the way sound is produced.  Generally, a
163 piano has three pedals, sustain, una corda, and sostenuto.
164
165
166 Piano pedal instruction can be expressed by attaching
167 @code{\sustainDown}, @code{\sustainUp}, @code{\unaCorda},
168 @code{\treCorde}, @code{\sostenutoDown} and @code{\sostenutoUp} to a
169 note or chord
170
171 @lilypond[quote,ragged-right,fragment,verbatim]
172 c'4\sustainDown c'4\sustainUp
173 @end lilypond
174
175 What is printed can be modified by setting @code{pedal@var{X}Strings},
176 where @var{X} is one of the pedal types: @code{Sustain},
177 @code{Sostenuto} or @code{UnaCorda}.  Refer to
178 @internalsref{SustainPedal} in the program reference for more
179 information.
180
181 Pedals can also be indicated by a sequence of brackets, by setting the
182 @code{pedalSustainStyle} property to bracket objects
183
184 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
185 \set Staff.pedalSustainStyle = #'bracket
186 c\sustainDown d e
187 b\sustainUp\sustainDown
188 b g \sustainUp a \sustainDown \bar "|."
189 @end lilypond
190
191 A third style of pedal notation is a mixture of text and brackets,
192 obtained by setting the @code{pedalSustainStyle} property to
193 @code{mixed}
194
195 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
196 \set Staff.pedalSustainStyle = #'mixed
197 c\sustainDown d e
198 b\sustainUp\sustainDown
199 b g \sustainUp a \sustainDown \bar "|."
200 @end lilypond
201
202 The default @q{*Ped.} style for sustain and damper pedals corresponds to
203 style @code{#'text}.  The sostenuto pedal uses @code{mixed} style by
204 default.
205
206 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
207 c\sostenutoDown d e c, f g a\sostenutoUp
208 @end lilypond
209
210 For fine-tuning the appearance of a pedal bracket, the properties
211 @code{edge-width}, @code{edge-height}, and @code{shorten-pair} of
212 @code{PianoPedalBracket} objects (see
213 @internalsref{PianoPedalBracket} in the Program reference) can be
214 modified.  For example, the bracket may be extended to the right edge
215 of the note head
216
217 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
218 \override Staff.PianoPedalBracket #'shorten-pair = #'(0 . -1.0)
219 c\sostenutoDown d e c, f g a\sostenutoUp
220 @end lilypond
221
222 @seealso
223
224 In this manual: @ref{Laissez vibrer ties}.
225
226 @node Staff switch lines
227 @subsection Staff switch lines
228
229
230 @cindex follow voice
231 @cindex staff switching
232 @cindex cross staff
233
234 @funindex followVoice
235
236 Whenever a voice switches to another staff, a line connecting the notes
237 can be printed automatically.  This is switched on by setting
238 @code{followVoice} to true
239
240 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
241 \new PianoStaff <<
242   \new Staff="one" {
243     \set followVoice = ##t
244     c1
245     \change Staff=two
246     b2 a
247   }
248   \new Staff="two" { \clef bass \skip 1*2 }
249 >>
250 @end lilypond
251
252 @seealso
253
254 Program reference: @internalsref{VoiceFollower}.
255
256 @refcommands
257
258 @funindex \showStaffSwitch
259 @code{\showStaffSwitch},
260 @funindex \hideStaffSwitch
261 @code{\hideStaffSwitch}.
262
263
264 @node Cross staff stems
265 @subsection Cross staff stems
266
267 Chords that cross staves may be produced by increasing the length
268 of the stem in the lower staff, so it reaches the stem in the upper
269 staff, or vice versa.
270
271 @lilypond[ragged-right,verbatim,quote]
272 stemExtend = {
273   \once \override Stem #'length = #10
274   \once \override Stem #'cross-staff = ##t
275 }
276 noFlag = \once \override Stem #'flag-style = #'no-flag
277 \new PianoStaff <<
278   \new Staff {
279     \stemDown \stemExtend
280     f'4
281     \stemExtend \noFlag
282     f'8
283   }
284   \new Staff {
285     \clef bass
286     a4 a8
287   }
288 >>
289 @end lilypond
290
291
292
293 @node Chord names
294 @section Chord names
295
296 @menu
297 * Introducing chord names::     
298 * Chords mode::                 
299 * Printing chord names::        
300 @end menu
301
302
303 @c  awkward name; awkward section name.
304 @c  still, the Basic "chords" seems like a good name...  :(
305 @node Introducing chord names
306 @subsection Introducing chord names
307 @cindex chord names
308
309 LilyPond has support for printing chord names.  Chords may be entered
310 in musical chord notation, i.e., @code{< .. >}, but they can also be
311 entered by name.  Internally, the chords are represented as a set of
312 pitches, so they can be transposed
313
314
315 @lilypond[quote,ragged-right,verbatim,ragged-right]
316 twoWays = \transpose c c' {
317   \chordmode {
318     c1 f:sus4 bes/f
319   }
320   <c e g>
321   <f bes c'>
322   <f bes d'>
323 }
324
325 << \new ChordNames \twoWays
326    \new Voice \twoWays >>
327 @end lilypond
328
329 This example also shows that the chord printing routines do not try to
330 be intelligent.  The last chord (@code{f bes d}) is not interpreted as
331 an inversion.
332
333 Note that the duration of chords must be specified outside the
334 @code{<>}.
335
336 @example
337 <c e g>2
338 @end example
339
340
341 @node Chords mode
342 @subsection Chords mode
343 @cindex Chords mode
344
345 In chord mode sets of pitches (chords) are entered with normal note
346 names.  A chord is entered by the root, which is entered like a
347 normal pitch
348
349 @lilypond[quote,ragged-right,fragment,verbatim]
350 \chordmode { es4. d8 c2 }
351 @end lilypond
352
353 @noindent
354 The mode is introduced by the keyword @code{\chordmode}.
355
356 @cindex chord entry
357 @cindex chord mode
358
359 Other chords may be entered by suffixing a colon and introducing a
360 modifier (which may include a number if desired)
361
362 @lilypond[quote,fragment,verbatim]
363 \chordmode { e1:m e1:7 e1:m7 }
364 @end lilypond
365
366 The first number following the root is taken to be the @q{type} of the
367 chord, thirds are added to the root until it reaches the specified
368 number.  The exception is @code{c:13}, for which the 11 is omitted.
369
370 @lilypond[quote,fragment,verbatim]
371 \chordmode { c:3 c:5 c:6 c:7 c:8 c:9 c:10 c:11 c:13 }
372 @end lilypond
373
374 @cindex root of chord
375 @cindex additions, in chords
376 @cindex removals, in chords
377
378 More complex chords may also be constructed adding separate steps
379 to a chord.  Additions are added after the number following
380 the colon and are separated by dots
381
382 @lilypond[quote,verbatim,fragment]
383 \chordmode { c:5.6 c:3.7.8 c:3.6.13 }
384 @end lilypond
385
386 Chord steps can be altered by suffixing a @code{-} or @code{+} sign
387 to the number
388
389 @lilypond[quote,verbatim,fragment]
390 \chordmode { c:7+ c:5+.3- c:3-.5-.7- }
391 @end lilypond
392
393 Removals are specified similarly and are introduced by a caret.  They
394 must come after the additions
395
396 @lilypond[quote,verbatim,fragment]
397 \chordmode { c^3 c:7^5 c:9^3.5 }
398 @end lilypond
399
400 Modifiers can be used to change pitches.  The following modifiers are
401 supported
402
403 @table @code
404 @item m
405 The minor chord.  This modifier lowers the 3rd and (if present) the 7th step.
406
407 @item dim
408 The diminished chord.  This modifier lowers the 3rd, 5th and (if present)
409 the 7th step.
410
411 @item aug
412 The augmented chord.  This modifier raises the 5th step.
413
414 @item maj
415 The major 7th chord.  This modifier raises the 7th step if present.
416
417 @item sus
418 The suspended 4th or 2nd.  This modifier removes the 3rd
419 step.  Append either @code{2} or @code{4} to add the 2nd or 4th step to
420 the chord.
421 @end table
422
423 Modifiers can be mixed with additions
424 @lilypond[quote,verbatim,fragment]
425   \chordmode { c:sus4 c:7sus4 c:dim7 c:m6 }
426 @end lilypond
427
428 @cindex modifiers, in chords.
429 @funindex aug
430 @funindex dim
431 @funindex maj
432 @funindex sus
433 @funindex m
434
435 Since an unaltered 11 does not sound good when combined with an
436 unaltered 13, the 11 is removed in this case (unless it is added
437 explicitly)
438 @lilypond[quote,ragged-right,fragment,verbatim]
439 \chordmode { c:13 c:13.11 c:m13 }
440 @end lilypond
441
442 @funindex /
443
444 An inversion (putting one pitch of the chord on the bottom), as well
445 as bass notes, can be specified by appending
446 @code{/}@var{pitch} to the chord
447 @lilypond[quote,ragged-right,fragment,verbatim]
448 \chordmode { c1 c/g c/f }
449 @end lilypond
450 @funindex /+
451
452 A bass note can be added instead of transposed out of the chord,
453 by using @code{/+}@var{pitch}.
454
455 @lilypond[quote,ragged-right,fragment,verbatim]
456 \chordmode { c1 c/+g c/+f }
457 @end lilypond
458
459 Chords is a mode similar to @code{\lyricmode}, etc.  Most
460 of the commands continue to work, for example, @code{r} and
461 @code{\skip} can be used to insert rests and spaces, and property
462 commands may be used to change various settings.
463
464
465
466 @refbugs
467
468 Each step can only be present in a chord once.  The following
469 simply produces the augmented chord, since @code{5+} is interpreted
470 last
471 @cindex clusters
472 @lilypond[quote,ragged-right,verbatim,fragment]
473 \chordmode { c:5.5-.5+ }
474 @end lilypond
475
476
477 @node Printing chord names
478 @subsection Printing chord names
479
480 @cindex printing chord names
481 @cindex chord names
482 @cindex chords
483
484 For displaying printed chord names, use the @internalsref{ChordNames} context.
485 The chords may be entered either using the notation
486 described above, or directly using @code{<} and @code{>}
487
488 @lilypond[quote,verbatim,ragged-right]
489 harmonies = {
490   \chordmode {a1 b c} <d' f' a'> <e' g' b'>
491 }
492 <<
493   \new ChordNames \harmonies
494   \new Staff \harmonies
495 >>
496 @end lilypond
497
498 You can make the chord changes stand out by setting
499 @internalsref{ChordNames}.@code{chordChanges} to true.  This will only
500 display chord names when there is a change in the chords scheme and at
501 the start of a new line
502
503 @lilypond[quote,verbatim,ragged-right]
504 harmonies = \chordmode {
505   c1:m c:m \break c:m c:m d
506 }
507 <<
508   \new ChordNames {
509     \set chordChanges = ##t
510     \harmonies }
511   \new Staff \transpose c c' \harmonies
512 >>
513 @end lilypond
514
515 The previous examples all show chords over a staff.  This is not
516 necessary.  Chords may also be printed separately.  It may be necessary
517 to add @internalsref{Volta_engraver} and @internalsref{Bar_engraver}
518 for showing repeats.
519
520 @lilypond[ragged-right,verbatim]
521 \new ChordNames \with {
522   \override BarLine #'bar-size = #4
523   \consists Bar_engraver
524   \consists "Volta_engraver"
525 }
526 \chordmode { \repeat volta 2 {
527   f1:maj7 f:7 bes:7
528   c:maj7
529 } \alternative {
530   es e
531 }
532 }
533 @end lilypond
534
535
536 The default chord name layout is a system for Jazz music, proposed by
537 Klaus Ignatzek (see @ref{Literature list}).  It can be tuned through the
538 following properties
539
540 @table @code
541 @funindex chordNameExceptions
542 @item chordNameExceptions
543 This is a list that contains the chords that have special formatting.
544
545 The exceptions list should be encoded as
546 @example
547 @{ <c f g bes>1 \markup @{ \super "7" "wahh" @} @}
548 @end example
549
550 To get this information into @code{chordNameExceptions} takes a little
551 manoeuvring.  The following code transforms @code{chExceptionMusic}
552 (which is a sequential music) into a list of exceptions.
553 @example
554 (sequential-music-to-chord-exceptions chExceptionMusic #t)
555 @end example
556 Then,
557 @example
558 (append
559  (sequential-music-to-chord-exceptions chExceptionMusic #t)
560  ignatzekExceptions)
561 @end example
562 adds the new exceptions to the default ones, which are defined in
563 @file{ly/@/chord@/-modifier@/-init@/.ly}.
564
565 For an example of tuning this property, see also
566 @lsr{chords,chord@/-name@/-exceptions@/.ly}
567 @cindex exceptions, chord names.
568
569
570 @funindex majorSevenSymbol
571 @item majorSevenSymbol
572 This property contains the markup object used for the 7th step, when
573 it is major.  Predefined options are @code{whiteTriangleMarkup} and
574 @code{blackTriangleMarkup}.  See
575 @lsr{chords,chord@/-name@/-major7@/.ly} for an example.
576
577 @funindex chordNameSeparator
578 @item chordNameSeparator
579 Different parts of a chord name are normally separated by a
580 slash.  By setting @code{chordNameSeparator}, you can specify other
581 separators, e.g.,
582 @lilypond[quote,ragged-right,fragment,verbatim]
583 \new ChordNames \chordmode {
584   c:7sus4
585   \set chordNameSeparator
586     = \markup { \typewriter "|" }
587   c:7sus4
588 }
589 @end lilypond
590
591 @funindex chordRootNamer
592 @item chordRootNamer
593 The root of a chord is usually printed as a letter with an optional
594 alteration.  The transformation from pitch to letter is done by this
595 function.  Special note names (for example, the German @q{H} for a
596 B-chord) can be produced by storing a new function in this property.
597
598 @funindex chordNoteNamer
599 @item chordNoteNamer
600 The default is to print single pitch, e.g., the bass note, using the
601 @code{chordRootNamer}.  The @code{chordNoteNamer} property can be set
602 to a specialized function to change this behavior.  For example, the
603 base can be printed in lower case.
604
605 @funindex chordPrefixSpacer
606 @item chordPrefixSpacer
607 The @q{m} for minor chords is usually printed right after the root of
608 the chord. By setting @code{chordPrefixSpacer}, you can fix a spacer
609 between the root and @q{m}. The spacer is not used when the root
610 is altered.
611
612 @end table
613
614 The predefined variables @code{\germanChords},
615 @code{\semiGermanChords}, @code{\italianChords} and @code{\frenchChords}
616 set these variables.  The effect is
617 demonstrated here,
618
619 @lilypondfile[ragged-right]{chord-names-languages.ly}
620
621 There are also two other chord name schemes implemented: an alternate
622 Jazz chord notation, and a systematic scheme called Banter chords.  The
623 alternate Jazz notation is also shown on the chart in @ref{Chord name
624 chart}.  Turning on these styles is demonstrated in
625 @lsr{chords,chord-names-jazz.ly}.
626
627 @cindex Banter
628 @cindex jazz chords
629 @cindex chords, jazz
630
631
632 @refcommands
633
634 @funindex \germanChords
635 @code{\germanChords},
636 @funindex \semiGermanChords
637 @code{\semiGermanChords}.
638 @funindex \italianChords
639 @code{\italianChords}.
640 @funindex \frenchChords
641 @code{\frenchChords}.
642
643
644
645
646 @seealso
647
648 Examples:
649 @lsrdir{chords}
650
651 Init files: @file{scm/@/chords@/-ignatzek@/.scm}, and
652 @file{scm/@/chord@/-entry@/.scm}.
653
654
655 @refbugs
656
657 Chord names are determined solely from the list of pitches.  Chord
658 inversions are not identified, and neither are added bass notes.  This
659 may result in strange chord names when chords are entered with the
660 @code{< .. >} syntax.
661
662
663
664 @node Vocal music
665 @section Vocal music
666
667 Since LilyPond input files are text, there are two issues to
668 consider when working with vocal music:
669
670 @itemize @bullet
671 @item
672 Song texts must be entered as text, not notes.  For example, the
673 input@tie{}@code{d} should be interpreted as a one letter syllable, not the
674 note@tie{}D.
675
676 @item
677 Song texts must be aligned with the notes of their melody.
678 @end itemize
679
680 There are a few different ways to define lyrics; we shall begin
681 by examining the simplest method, and gradually increase complexity.
682
683 @menu
684 * Setting simple songs::        
685 * Entering lyrics::             
686 * Aligning lyrics to a melody::  
687 * Working with lyrics and identifiers::  
688 * Flexibility in placement::    
689 * Spacing lyrics::              
690 * More about stanzas::          
691 * Ambitus::                     
692 * Other vocal issues::          
693 @end menu
694
695
696 @commonprop
697
698 Checking to make sure that text scripts and lyrics are within the margins is
699 a relatively large computational task.  To speed up processing, lilypond does
700 not perform such calculations by default; to enable it, use
701
702 @example
703 \override Score.PaperColumn #'keep-inside-line = ##t
704 @end example
705
706 To make lyrics avoid barlines as well, use
707 @example
708 \layout @{
709   \context @{
710     \Lyrics
711       \consists "Bar_engraver"
712       \consists "Separating_line_group_engraver"
713       \override BarLine #'transparent = ##t
714   @}
715 @}
716 @end example
717
718
719 @node Setting simple songs
720 @subsection Setting simple songs
721
722 @cindex \addlyrics
723
724 The easiest way to add lyrics to a melody is to append
725
726 @example
727 \addlyrics @{ @var{the lyrics} @}
728 @end example
729
730 @noindent
731 to a melody.  Here is an example,
732
733 @lilypond[ragged-right,verbatim,fragment,quote]
734 \time 3/4
735 \relative { c2 e4 g2. }
736 \addlyrics { play the game }
737 @end lilypond
738
739 More stanzas can be added by adding more
740 @code{\addlyrics} sections
741
742 @lilypond[ragged-right,verbatim,fragment,quote]
743 \time 3/4
744 \relative { c2 e4 g2. }
745 \addlyrics { play the game }
746 \addlyrics { speel het spel }
747 \addlyrics { joue le jeu }
748 @end lilypond
749
750 The command @code{\addlyrics} cannot handle polyphony settings.  For these
751 cases you should use @code{\lyricsto} and @code{\lyricmode}, as will be
752 introduced in @ref{Entering lyrics}.
753
754
755
756 @node Entering lyrics
757 @subsection Entering lyrics
758
759 @cindex lyrics
760 @funindex \lyricmode
761 @cindex punctuation
762 @cindex spaces, in lyrics
763 @cindex quotes, in lyrics
764
765 Lyrics are entered in a special input mode, which can be introduced
766 by the keyword @code{\lyricmode}, or by using @code{\addlyrics} or
767 @code{\lyricsto}.  In this mode you can enter lyrics,
768 with punctuation and accents, and the input @code{d} is not parsed as
769 a pitch, but rather as a one letter syllable.  Syllables are entered
770 like notes, but with pitches replaced by text.  For example,
771
772 @example
773 \lyricmode @{ Twin-4 kle4 twin- kle litt- le star2 @}
774 @end example
775
776 There are two main methods to specify the horizontal placement
777 of the syllables, either by specifying the duration of each syllable
778 explicitly, like in the example above, or by automatically aligning
779 the lyrics to a melody or other voice of music, using @code{\addlyrics}
780 or @code{\lyricsto}.
781 @c  TODO: broken
782 @c For more details see @ref{The Lyrics context}.
783
784 A word or syllable of lyrics begins with an alphabetic character, and ends
785 with
786 any space or digit.  The following characters can be any character
787 that is not a digit or white space.
788
789 Any character that is not a digit or white space will be regarded as
790 part of the syllable; one important consequence of this is that a word
791 can end with @code{@}}, which often leads to the following mistake:
792
793 @example
794 \lyricmode @{ lah- lah@}
795 @end example
796
797 In this example, the @code{@}} is included in the final syllable, so the
798 opening brace is not balanced and the input file will probably not
799 compile.
800
801
802 @funindex \property in \lyricmode
803
804 @noindent
805 Similarly, a period which follows an alphabetic sequence is included in
806 the resulting string.  As a consequence, spaces must be inserted around
807 property commands: do @emph{not} write
808
809 @example
810 \override Score.LyricText #'font-shape = #'italic
811 @end example
812
813 @noindent
814 but instead use
815
816 @example
817 \override Score . LyricText #'font-shape = #'italic
818 @end example
819
820 @funindex _
821 @cindex spaces, in lyrics
822 @cindex quotes, in lyrics
823 @cindex ties, in lyrics
824
825 In order to assign more than one syllable to a single note, you can
826 surround them with quotes or use a @code{_} character, to get spaces
827 between syllables, or use tilde  symbol (@code{~}) to get a lyric tie.
828
829 @lilypond[quote,relative=2,ragged-right,fragment,verbatim]
830 \time 3/4
831 \relative { c2 e4 g2 e4 }
832 \addlyrics { gran- de_a- mi- go }
833 \addlyrics { pu- "ro y ho-" nes- to }
834 \addlyrics { pu- ro~y~ho- nes- to }
835 @end lilypond
836
837 The lyric tie is implemented with the Unicode character U+203F, so be
838 sure to have a font (Like DejaVuLGC) installed that includes this
839 glyph.
840
841
842 To enter lyrics with characters from non-English languages, or with
843 accented and special characters (such as the heart symbol or slanted quotes),
844 simply insert the characters directly into the input file and save
845 it with utf-8 encoding.  See @ref{Text encoding}, for more info.
846
847 @lilypond[quote,ragged-right,fragment,verbatim]
848 \relative { e4 f e d e f e2 }
849 \addlyrics { He said: “Let my peo ple go”. }
850 @end lilypond
851
852 To use normal quotes in lyrics, add a backslash before the
853 quotes.  For example,
854
855 @lilypond[quote,ragged-right,fragment,verbatim]
856 \relative c' { \time 3/4 e4 e4. e8 d4 e d c2. }
857 \addlyrics { "\"I" am so lone- "ly\"" said she }
858 @end lilypond
859
860 The full definition of a word start in Lyrics mode is somewhat more
861 complex.
862
863 A word in Lyrics mode begins with: an alphabetic character, @code{_},
864 @code{?}, @code{!}, @code{:}, @code{'}, the control characters @code{^A}
865 through @code{^F}, @code{^Q} through @code{^W}, @code{^Y}, @code{^^},
866 any 8-bit character with ASCII code over 127, or a two-character
867 combination of a backslash followed by one of @code{`}, @code{'},
868 @code{"}, or @code{^}.
869
870 To define identifiers containing lyrics, the function @code{lyricmode}
871 must be used.
872
873 @example
874 verseOne = \lyricmode @{ Joy to the world the Lord is come @}
875 \score @{
876   <<
877     \new Voice = "one" \relative c'' @{
878       \autoBeamOff
879       \time 2/4
880       c4 b8. a16 g4. f8 e4 d c2
881     @}
882     \addlyrics @{ \verseOne @}
883   >>
884 @}
885 @end example
886
887
888 @seealso
889
890 Program reference: @internalsref{LyricText}, @internalsref{LyricSpace}.
891
892
893
894 @node Aligning lyrics to a melody
895 @subsection Aligning lyrics to a melody
896
897 @funindex \lyricmode
898 @funindex \addlyrics
899 @funindex \lyricsto
900
901
902 Lyrics are printed by interpreting them in the context called
903 @internalsref{Lyrics}.
904
905 @example
906 \new Lyrics \lyricmode @dots{}
907 @end example
908
909 There are two main methods to specify the horizontal placement
910 of the syllables:
911
912 @itemize @bullet
913 @item
914 by automatically aligning
915 the lyrics to a melody or other voice of music, using @code{\addlyrics}
916 or @code{\lyricsto}.
917
918 @item
919 or by specifying the duration of each syllable
920 explicitly, using @code{\lyricmode}
921 @end itemize
922
923 @menu
924 * Automatic syllable durations::  
925 * Another way of entering lyrics::  
926 * Assigning more than one syllable to a single note::  
927 * More than one note on a single syllable::  
928 * Extenders and hyphens::       
929 @end menu
930
931 @node Automatic syllable durations
932 @subsubsection Automatic syllable durations
933
934 @cindex automatic syllable durations
935 @cindex lyrics and melodies
936
937 The lyrics can be aligned under a given melody
938 automatically.  This is achieved by combining the
939 melody and the lyrics with the @code{\lyricsto} expression
940
941 @example
942 \new Lyrics \lyricsto @var{name} @dots{}
943 @end example
944
945 This aligns the lyrics to the
946 notes of the @internalsref{Voice} context called @var{name}, which must
947 already exist.  Therefore normally the @code{Voice} is specified first, and
948 then the lyrics are specified with @code{\lyricsto}.  The command
949 @code{\lyricsto} switches to @code{\lyricmode} mode automatically, so the
950 @code{\lyricmode} keyword may be omitted.
951
952 The following example uses different commands for entering lyrics.
953
954 @lilypond[quote,fragment,ragged-right,verbatim]
955 <<
956   \new Voice = "one" \relative c'' {
957     \autoBeamOff
958     \time 2/4
959     c4 b8. a16 g4. f8 e4 d c2
960   }
961   \new Lyrics \lyricmode { Joy4 to8. the16 world!4. the8 Lord4 is come.2 }
962   \new Lyrics \lyricmode { Joy to the earth! the Sa -- viour reigns. }
963   \new Lyrics \lyricsto "one" { No more let sins and sor -- rows grow. }
964 >>
965 @end lilypond
966
967 The second stanza is not properly aligned because the durations
968 were not specified.  A solution for that would be to use @code{\lyricsto}.
969
970 The @code{\addlyrics} command is actually just a convenient way
971 to write a more complicated LilyPond structure that sets up the
972 lyrics.
973
974 @example
975 @{ MUSIC @}
976 \addlyrics @{ LYRICS @}
977 @end example
978
979 @noindent
980 is the same as
981
982 @example
983 \new Voice = "blah" @{ music @}
984 \new Lyrics \lyricsto "blah" @{ LYRICS @}
985 @end example
986
987 @node Another way of entering lyrics
988 @subsubsection Another way of entering lyrics
989
990 Lyrics can also be entered without @code{\addlyrics} or
991 @code{\lyricsto}.  In this case,
992 syllables are entered like notes -- but with pitches replaced by text -- and the
993 duration of each syllable must be entered explicitly. For example:
994  
995 @example
996 play2 the4 game2.
997 sink2 or4 swim2.
998 @end example
999  
1000 The alignment to a melody can be specified with the
1001 @code{associatedVoice} property,
1002  
1003 @example
1004 \set associatedVoice = #"lala"
1005 @end example
1006  
1007 @noindent
1008 The value of the property (here: @code{"lala"}) should be the name of
1009 a @internalsref{Voice} context.  Without this setting, extender lines
1010 will not be formatted properly.
1011  
1012 Here is an example demonstrating manual lyric durations,
1013  
1014 @lilypond[relative=1,ragged-right,verbatim,fragment,quote]
1015 << \new Voice = "melody" {
1016     \time 3/4
1017     c2 e4 g2.
1018  }
1019  \new Lyrics \lyricmode {
1020    \set associatedVoice = #"melody"
1021    play2 the4 game2.
1022  } >>
1023 @end lilypond
1024
1025 @seealso
1026  
1027 Program reference: @internalsref{Lyrics}.
1028
1029
1030 @node Assigning more than one syllable to a single note
1031 @subsubsection Assigning more than one syllable to a single note
1032
1033
1034 @funindex _
1035 @cindex ties, in lyrics
1036
1037 In order to assign more than one syllable to a single note, you can
1038 surround them with quotes or use a @code{_} character, to get spaces
1039 between syllables, or use tilde  symbol (@code{~}) to get a lyric
1040 tie@footnote{The lyric ties is implemented with the Unicode character
1041 U+203F, so be
1042 sure to have a font (Like DejaVuLGC) installed that includes this
1043 glyph.}.
1044
1045 @lilypond[quote,relative=2,ragged-right,fragment,verbatim]
1046 \time 3/4
1047 \relative { c2 e4 g2 e4 }
1048 \addlyrics { gran- de_a- mi- go }
1049 \addlyrics { pu- "ro y ho-" nes- to }
1050 \addlyrics { pu- ro~y~ho- nes- to }
1051 @end lilypond
1052
1053 @seealso
1054
1055 Program reference: @internalsref{LyricCombineMusic}.
1056
1057 @c Here come the section which used to be "Melismata"
1058 @c the new title might be more self-explanatory
1059
1060
1061 @node More than one note on a single syllable
1062 @subsubsection More than one note on a single syllable
1063
1064 @cindex melisma
1065 @cindex melismata
1066 @cindex phrasing, in lyrics
1067
1068 Sometimes, particularly in Medieval music, several notes are to be sung on one
1069 single syllable; such vocalises are called melismas, or melismata.
1070
1071 @c this method seems to be the simplest; therefore
1072 @c it might be better to present it first - vv
1073
1074 You can define melismata entirely in the lyrics, by entering @code{_}
1075 for every note
1076 that is part of the melisma.
1077
1078 @lilypond[relative=1,verbatim,fragment,quote]
1079 { \set melismaBusyProperties = #'()
1080  c d( e) f f( e) e e  }
1081 \addlyrics
1082  { Ky -- _ _ ri __ _ _ _  e }
1083 @end lilypond
1084
1085 In this case, you can also have ties and slurs in the melody if you
1086 set @code{melismaBusyProperties}, as is done in the example above.
1087
1088 However, the @code{\lyricsto} command can also
1089 detect melismata automatically: it only puts one
1090 syllable under a tied or slurred group of notes.  If you want to force
1091 an unslurred group of notes to be a melisma, insert @code{\melisma}
1092 after the first note of the group, and @code{\melismaEnd} after the
1093 last one, e.g.,
1094
1095 @lilypond[quote,relative=2,ragged-right,fragment,verbatim]
1096 <<
1097   \new Voice = "lala" {
1098     \time 3/4
1099     f4 g8
1100     \melisma
1101     f e f
1102     \melismaEnd
1103     e2
1104   }
1105   \new Lyrics \lyricsto "lala" {
1106     la di __ daah
1107   }
1108 >>
1109 @end lilypond
1110
1111 In addition, notes are considered a melisma if they are manually
1112 beamed, and automatic beaming (see @ref{Setting automatic beam
1113 behavior}) is switched off.
1114
1115 @c TODO: there might be some more relevant place for 
1116 @c the following link (?)
1117
1118 @cindex SATB
1119 @cindex choral score
1120
1121 A complete example of a SATB score setup is in section
1122 @ref{Vocal ensembles}.
1123
1124
1125 @refcommands
1126
1127 @code{\melisma}, @code{\melismaEnd}
1128 @funindex \melismaEnd
1129 @funindex \melisma
1130
1131 @seealso
1132
1133 Program reference: @internalsref{Melisma_translator}.
1134
1135 @lsr{vocal,lyric@/-combine.ly}.
1136
1137 @refbugs
1138
1139 Melismata are not detected automatically, and extender lines must be
1140 inserted by hand.
1141
1142 @node Extenders and hyphens
1143 @subsubsection Extenders and hyphens
1144
1145 @cindex melisma
1146 @cindex extender
1147
1148 Melismata are indicated with a horizontal line centered between a syllable
1149 and the next one.  Such a line is called an extender line, and it is entered
1150 as @samp{ __ } (note the spaces before and after the two underscore
1151 characters).
1152
1153 @cindex hyphens
1154
1155 Centered hyphens are entered as @samp{ -- } between syllables of a same word
1156 (note the spaces before and after the two hyphen characters).  The hyphen
1157 will be centered between the syllables, and its length will be adjusted
1158 depending on the space between the syllables.
1159
1160 In tighly engraved music, hyphens can be removed.  Whether this
1161 happens can be controlled with the @code{minimum-distance} (minimum
1162 distance between two syllables) and the @code{minimum-length}
1163 (threshold below which hyphens are removed).
1164
1165 @seealso
1166
1167 Program reference: @internalsref{LyricExtender},
1168 @internalsref{LyricHyphen}
1169
1170
1171 @node Working with lyrics and identifiers
1172 @subsection Working with lyrics and identifiers
1173 @cindex lyrics, identifiers
1174
1175 To define identifiers containing lyrics, the function @code{\lyricmode}
1176 must be used. You do not have to enter durations though, if you add
1177 @code{\addlyrics} or @code{\lyricsto}
1178 when invoking your identifier.
1179  
1180 @example
1181 verseOne = \lyricmode @{ Joy to the world the Lord is come @}
1182 \score @{
1183  <<
1184    \new Voice = "one" \relative c'' @{
1185      \autoBeamOff
1186      \time 2/4
1187      c4 b8. a16 g4. f8 e4 d c2
1188    @}
1189    \addlyrics @{ \verseOne @}
1190  >>
1191 @}
1192 @end example
1193  
1194 For different or more complex orderings, the best way is to setup the
1195 hierarchy of staves and lyrics first, e.g.,
1196 @example
1197 \new ChoirStaff <<
1198   \new Voice = "soprano" @{ @emph{music} @}
1199   \new Lyrics = "sopranoLyrics" @{ s1 @}
1200   \new Lyrics = "tenorLyrics" @{ s1 @}
1201   \new Voice = "tenor" @{ @emph{music} @}
1202 >>
1203 @end example
1204  
1205 and then combine the appropriate melodies and lyric lines
1206  
1207 @example
1208 \context Lyrics = sopranoLyrics \lyricsto "soprano"
1209 @emph{the lyrics}
1210 @end example
1211  
1212 @noindent
1213
1214 The final input would resemble
1215  
1216 @example
1217 <<\new ChoirStaff << @emph{setup the music} >>
1218  \lyricsto "soprano" @emph{etc}
1219  \lyricsto "alto" @emph{etc}
1220 @emph{etc}
1221 >>
1222 @end example
1223  
1224 @seealso
1225  
1226 @c TODO: document \new Staff << Voice \lyricsto >> bug
1227 Program reference: @internalsref{LyricCombineMusic},
1228 @internalsref{Lyrics}.  
1229
1230
1231 @node Flexibility in placement
1232 @subsection Flexibility in placement
1233
1234 Often, different stanzas of one song are put to one melody in slightly
1235 differing ways.  Such variations can still be captured with
1236 @code{\lyricsto}.
1237
1238 @menu
1239 * Lyrics to multiple notes of a melisma::  
1240 * Divisi lyrics::               
1241 * Switching the melody associated with a lyrics line::  
1242 * Lyrics independent of notes::  
1243 @end menu
1244
1245
1246 @node Lyrics to multiple notes of a melisma
1247 @subsubsection Lyrics to multiple notes of a melisma
1248
1249 One possibility is that the text has a melisma in one stanza, but
1250 multiple syllables in another one.  One solution is to make the faster
1251 voice ignore the melisma.  This is done by setting
1252 @code{ignoreMelismata} in the Lyrics context.
1253
1254 There is one tricky aspect: the setting for @code{ignoreMelismata}
1255 must be set one syllable @emph{before} the non-melismatic syllable
1256 in the text, as shown here,
1257
1258 @c  FIXME: breaks compile
1259 @lilypond[verbatim,ragged-right,quote]
1260 %{
1261 <<
1262   \relative \new Voice = "lahlah" {
1263     \set Staff.autoBeaming = ##f
1264     c4
1265     \slurDotted
1266     f8.[( g16])
1267     a4
1268   }
1269   \new Lyrics \lyricsto "lahlah" {
1270     more slow -- ly
1271   }
1272   \new Lyrics \lyricsto "lahlah" {
1273     \set ignoreMelismata = ##t % applies to "fas"
1274     go fas -- ter
1275     \unset ignoreMelismata
1276     still
1277   }
1278 >>
1279 %}
1280 @end lilypond
1281
1282
1283 The @code{ignoreMelismata} applies to the syllable @q{fas}, so it
1284 should be entered before @q{go}.
1285
1286 The reverse is also possible: making a lyric line slower than the
1287 standard.  This can be achieved by insert @code{\skip}s into the
1288 lyrics.  For every @code{\skip}, the text will be delayed another note.
1289 For example,
1290
1291 @lilypond[verbatim,ragged-right,quote]
1292 \relative { c c g' }
1293 \addlyrics {
1294   twin -- \skip 4
1295   kle
1296 }
1297 @end lilypond
1298
1299
1300 @node Divisi lyrics
1301 @subsubsection Divisi lyrics
1302
1303 You can display alternate (or divisi) lyrics by naming voice
1304 contexts and attaching lyrics to those specific contexts.
1305
1306 @lilypond[verbatim,ragged-right,quote]
1307 \score{ <<
1308   \new Voice = "melody" {
1309     \relative c' {
1310       c4
1311       <<
1312         { \voiceOne c8 e }
1313         \new Voice = "splitpart" { \voiceTwo c4 }
1314       >>
1315       \oneVoice c4 c | c
1316     }
1317   }
1318   \new Lyrics \lyricsto "melody" { we shall not o- ver- come }
1319   \new Lyrics \lyricsto "splitpart" { will }
1320 >> }
1321 @end lilypond
1322
1323
1324 You can use this trick to display different lyrics for a repeated
1325 section.
1326
1327 @lilypond[verbatim,ragged-right,quote]
1328 \score{ <<
1329   \new Voice = "melody" \relative c' {
1330     c2 e | g e | c1 |
1331     \new Voice = "verse" \repeat volta 2 {c4 d e f | g1 | }
1332     a2 b | c1}
1333   \new Lyrics = "mainlyrics" \lyricsto melody \lyricmode {
1334     do mi sol mi do
1335     la si do }
1336   \context Lyrics = "mainlyrics" \lyricsto verse \lyricmode {
1337    do re mi fa sol }
1338   \new Lyrics = "repeatlyrics" \lyricsto verse \lyricmode {
1339    dodo rere mimi fafa solsol }
1340 >>
1341 }
1342 @end lilypond
1343
1344
1345
1346 @node Switching the melody associated with a lyrics line
1347 @subsubsection Switching the melody associated with a lyrics line
1348
1349 More complex variations in text underlay are possible.  It is possible
1350 to switch the melody for a line of lyrics during the text.  This is
1351 done by setting the @code{associatedVoice} property.  In the example
1352
1353 @lilypond[ragged-right,quote]
1354 <<
1355   \relative \new Voice = "lahlah" {
1356     \set Staff.autoBeaming = ##f
1357     c4
1358     <<
1359       \new Voice = "alternative" {
1360         \voiceOne
1361         \times 2/3 {
1362           % show associations clearly.
1363           \override NoteColumn #'force-hshift = #-3
1364           f8 f g
1365         }
1366       }
1367       {
1368         \voiceTwo
1369         f8.[ g16]
1370         \oneVoice
1371       } >>
1372     a8( b) c
1373   }
1374   \new Lyrics \lyricsto "lahlah" {
1375     Ju -- ras -- sic Park
1376   }
1377   \new Lyrics \lyricsto "lahlah" {
1378     % Tricky: need to set associatedVoice
1379     % one syllable too soon!
1380     \set associatedVoice = alternative % applies to "ran"
1381     Ty --
1382     ran --
1383     no --
1384     \set associatedVoice = lahlah % applies to "rus"
1385     sau -- rus Rex
1386   } >>
1387 @end lilypond
1388
1389 @noindent
1390 the text for the first stanza is set to a melody called @q{lahlah},
1391
1392 @example
1393 \new Lyrics \lyricsto "lahlah" @{
1394   Ju -- ras -- sic Park
1395 @}
1396 @end example
1397
1398
1399 The second stanza initially is set to the @code{lahlah} context, but
1400 for the syllable @q{ran}, it switches to a different melody.
1401 This is achieved with
1402 @example
1403 \set associatedVoice = alternative
1404 @end example
1405
1406 @noindent
1407 Here, @code{alternative} is the name of the @code{Voice} context
1408 containing the triplet.
1409
1410 Again, the command must be one syllable too early, before @q{Ty} in
1411 this case.
1412
1413 @example
1414 \new Lyrics \lyricsto "lahlah" @{
1415   \set associatedVoice = alternative % applies to "ran"
1416   Ty --
1417   ran --
1418   no --
1419   \set associatedVoice = lahlah % applies to "rus"
1420   sau -- rus Rex
1421 @}
1422 @end example
1423
1424 @noindent
1425 The underlay is switched back to the starting situation by assigning
1426 @code{lahlah} to @code{associatedVoice}.
1427
1428
1429 @node Lyrics independent of notes
1430 @subsubsection Lyrics independent of notes
1431
1432 In some complex vocal music, it may be desirable to place
1433 lyrics completely independently of notes.  Music defined
1434 inside @code{lyricrhythm} disappears into the
1435 @code{Devnull} context, but the rhythms can still be used
1436 to place the lyrics.
1437
1438 @lilypond[quote,verbatim,ragged-right]
1439 voice = {
1440   c''2
1441   \tag #'music { c''2 }
1442   \tag #'lyricrhythm { c''4. c''8 }
1443   d''1
1444 }
1445
1446 lyr = \lyricmode { I like my cat! }
1447
1448 <<
1449   \new Staff \keepWithTag #'music \voice
1450   \new Devnull="nowhere" \keepWithTag #'lyricrhythm \voice
1451   \new Lyrics \lyricsto "nowhere" \lyr
1452   \new Staff { c'8 c' c' c' c' c' c' c'
1453   c' c' c' c' c' c' c' c' }
1454 >>
1455 @end lilypond
1456
1457
1458 @node Spacing lyrics
1459 @subsection Spacing lyrics
1460
1461 @cindex Spacing lyrics
1462 @cindex Lyrics, increasing space between
1463
1464 To increase the spacing between lyrics, set the minimum-distance property of
1465 LyricSpace.
1466
1467 @lilypond[relative,verbatim,fragment,quote,ragged-right]
1468 {
1469   c c c c
1470   \override Lyrics.LyricSpace #'minimum-distance = #1.0
1471   c c c c
1472 }
1473 \addlyrics {
1474   longtext longtext longtext longtext
1475   longtext longtext longtext longtext
1476 }
1477 @end lilypond
1478
1479 To make this change for all lyrics in the score, set the property in the
1480 layout.
1481
1482 @lilypond[relative,verbatim,quote,ragged-right]
1483 \score {
1484   \relative c' {
1485   c c c c
1486   c c c c
1487   }
1488   \addlyrics {
1489   longtext longtext longtext longtext
1490   longtext longtext longtext longtext
1491   }
1492   \layout {
1493     \context {
1494       \Lyrics
1495       \override LyricSpace #'minimum-distance = #1.0
1496     }
1497   }
1498 }
1499 @end lilypond
1500
1501
1502 @node More about stanzas
1503 @subsection More about stanzas
1504
1505 @cindex stanza number
1506 @subsubsection Adding stanza numbers 
1507
1508 Stanza numbers can be added by setting @code{stanza}, e.g.,
1509
1510 @lilypond[quote,ragged-right,verbatim,relative=2,fragment]
1511 \new Voice {
1512   \time 3/4 g2 e4 a2 f4 g2.
1513 } \addlyrics {
1514   \set stanza = "1. "
1515   Hi, my name is Bert.
1516 } \addlyrics {
1517   \set stanza = "2. "
1518   Oh, ché -- ri, je t'aime
1519 }
1520 @end lilypond
1521
1522 @noindent
1523 These numbers are put just before the start of the first syllable.
1524
1525
1526 @subsubsection Adding dynamics marks
1527
1528 Stanzas differing in loudness may be indicated by putting a
1529 dynamics mark before each stanza.  In Lilypond, everthing coming in
1530 front of a stanza goes into the @code{StanzaNumber} object; dynamics marks
1531 are no different.  For technical reasons, you have to set the stanza
1532 outside @code{\lyricmode}:
1533
1534 @lilypond[quote,ragged-right,verbatim]
1535 text = {
1536   \set stanza = \markup { \dynamic "ff" "1. " }
1537   \lyricmode {
1538     Big bang
1539   }
1540 }
1541
1542 <<
1543   \new Voice = "tune" {
1544     \time 3/4
1545     g'4 c'2
1546   }
1547 \new Lyrics \lyricsto "tune" \text
1548 >>
1549 @end lilypond
1550
1551 @cindex singer name
1552 @cindex name of singer
1553 @subsubsection Adding singer names
1554
1555 Names of singers can also be added.  They are printed at the start of
1556 the line, just like instrument names.  They are created by setting
1557 @code{vocalName}.  A short version may be entered as @code{shortVocalName}.
1558
1559 @lilypond[fragment,ragged-right,quote,verbatim,relative=2]
1560 \new Voice {
1561   \time 3/4 g2 e4 a2 f4 g2.
1562 } \addlyrics {
1563   \set vocalName = "Bert "
1564   Hi, my name is Bert.
1565 } \addlyrics {
1566   \set vocalName = "Ernie "
1567   Oh, che -- ri, je t'aime
1568 }
1569 @end lilypond
1570
1571
1572 @subsubsection Printing stanzas at the end 
1573
1574 Sometimes it is appropriate to have one stanza set
1575 to the music, and the rest added in verse form at
1576 the end of the piece.  This can be accomplished by adding
1577 the extra verses into a @code{\markup} section outside
1578 of the main score block.  Notice that there are two
1579 different ways to force linebreaks when using
1580 @code{\markup}.
1581
1582 @lilypond[ragged-right,verbatim,quote]
1583 melody = \relative c' {
1584 e d c d | e e e e |
1585 d d e d | c1 |
1586 }
1587
1588 text = \lyricmode {
1589 \set stanza = "1." Ma- ry had a lit- tle lamb,
1590 its fleece was white as snow.
1591 }
1592
1593 \score{ <<
1594   \new Voice = "one" { \melody }
1595   \new Lyrics \lyricsto "one" \text
1596 >>
1597   \layout { }
1598 }
1599 \markup { \column{
1600   \line{ Verse 2. }
1601   \line{ All the children laughed and played }
1602   \line{ To see a lamb at school. }
1603   }
1604 }
1605 \markup{
1606   \wordwrap-string #"
1607   Verse 3.
1608
1609   Mary took it home again,
1610
1611   It was against the rule."
1612 }
1613 @end lilypond
1614
1615
1616 @subsubsection Printing stanzas at the end in multiple columns 
1617
1618 When a piece of music has many verses, they are often printed in
1619 multiple columns across the page. An outdented verse number often
1620 introduces each verse. The following example shows how to produce such
1621 output in Lilypond.
1622
1623 @lilypond[ragged-right,quote,verbatim]
1624 melody = \relative c' {
1625   c c c c | d d d d
1626 }
1627  
1628 text = \lyricmode {
1629   \set stanza = "1." This is verse one.
1630   It has two lines.
1631 }
1632
1633 \score{ <<
1634     \new Voice = "one" { \melody }
1635     \new Lyrics \lyricsto "one" \text
1636    >>
1637   \layout { }
1638 }
1639
1640 \markup {
1641   \fill-line {
1642     \hspace #0.1 % moves the column off the left margin; can be removed if
1643         % space on the page is tight
1644      \column {
1645       \line { \bold "2."
1646         \column {
1647           "This is verse two."
1648           "It has two lines."
1649         }
1650       }
1651       \hspace #0.1 % adds vertical spacing between verses
1652       \line { \bold "3."
1653         \column {
1654           "This is verse three."
1655           "It has two lines."
1656         }
1657       }
1658     }
1659     \hspace #0.1  % adds horizontal spacing between columns; if they are
1660         % still too close, add more " " pairs until the result 
1661         % looks good
1662      \column {
1663       \line { \bold "4."
1664         \column {
1665           "This is verse four."
1666           "It has two lines."
1667         }
1668       }
1669       \hspace #0.1 % adds vertical spacing between verses
1670       \line { \bold "5."
1671         \column {
1672           "This is verse five."
1673           "It has two lines."
1674         }
1675       }
1676     }
1677   \hspace #0.1 % gives some extra space on the right margin; can
1678       % be removed if page space is tight
1679   }
1680 }
1681 @end lilypond
1682
1683
1684 @seealso
1685
1686 Program reference: @internalsref{LyricText}, @internalsref{StanzaNumber},
1687 @internalsref{VocalName}.
1688
1689
1690
1691 @node Ambitus
1692 @subsection Ambitus
1693 @cindex ambitus
1694
1695 The term @emph{ambitus} denotes a range of pitches for a given voice
1696 in a part of music.  It may also denote the pitch range that a musical
1697 instrument is capable of playing.  Ambits are printed on vocal parts,
1698 so performers can easily determine it meets their capabilities.
1699
1700 Ambits are denoted at the beginning of a piece near the initial clef.
1701 The range is graphically specified by two note heads that represent the
1702 minimum and maximum pitch.  To print such ambits, add the
1703 @internalsref{Ambitus_engraver} to the @internalsref{Voice} context,
1704 for example,
1705
1706 @example
1707 \layout @{
1708   \context @{
1709     \Voice
1710     \consists Ambitus_engraver
1711   @}
1712 @}
1713 @end example
1714
1715 This results in the following output
1716
1717 @lilypond[quote,ragged-right]
1718 \layout {
1719   \context {
1720     \Staff
1721     \consists Ambitus_engraver
1722   }
1723 }
1724
1725 \relative \new Staff {
1726   as'' c e2 cis,2
1727 }
1728 @end lilypond
1729
1730 If you have multiple voices in a single staff and you want a single
1731 ambitus per staff rather than per each voice, add the
1732 @internalsref{Ambitus_engraver} to the @internalsref{Staff} context
1733 rather than to the @internalsref{Voice} context.  Here is an example,
1734
1735 @lilypond[verbatim,ragged-right,quote]
1736 \new Staff \with {
1737   \consists "Ambitus_engraver"
1738 }
1739 <<
1740   \new Voice \with {
1741     \remove "Ambitus_engraver"
1742   } \relative c'' {
1743     \override Ambitus #'X-offset = #-1.0
1744     \voiceOne
1745     c4 a d e f2
1746   }
1747   \new Voice \with {
1748     \remove "Ambitus_engraver"
1749   } \relative c' {
1750     \voiceTwo
1751     es4 f g as b2
1752   }
1753 >>
1754 @end lilypond
1755
1756 @noindent
1757 This example uses one advanced feature,
1758
1759 @example
1760 \override Ambitus #'X-offset = #-1.0
1761 @end example
1762
1763 @noindent
1764 This code moves the ambitus to the left.  The same effect could have
1765 been achieved with @code{extra-offset}, but then the formatting system
1766 would not reserve space for the moved object.
1767
1768 @seealso
1769
1770 Program reference: @internalsref{Ambitus},
1771 @internalsref{AmbitusLine}, @internalsref{AmbitusNoteHead},
1772 @internalsref{AmbitusAccidental}.
1773
1774 Examples:
1775 @lsr{vocal,ambitus@/.ly}.
1776
1777 @refbugs
1778
1779 There is no collision handling in the case of multiple per-voice
1780 ambitus.
1781
1782
1783 @node Other vocal issues
1784 @subsection Other vocal issues
1785
1786 @ignore
1787 yeah, I'm giving up somewhat by stuffing a bunch of things in
1788 here.  But at least they're in the manual now; it's easier to
1789 move them around in the manual once they're already here.
1790
1791 Besides, if users complain about everything stuffed in here, I
1792 can ask them for specific instructions about where to move these
1793 examples, and that might get them more involved in the docs.  -gp
1794 @end ignore
1795
1796 @q{Parlato} is spoken without pitch but still with rhythm; it is
1797 notated by cross noteheads.  This is demonstrated in
1798 @ref{Special noteheads}.
1799
1800
1801
1802
1803
1804 @node Rhythmic music
1805 @section Rhythmic music
1806
1807 Rhythmic music is primarily used for percussion and drum notation, but it can
1808 also be used to show the rhythms of melodies.
1809
1810 @menu
1811 * Showing melody rhythms::      
1812 * Entering percussion::         
1813 * Percussion staves::           
1814 * Ghost notes::                 
1815 @end menu
1816
1817
1818 @node Showing melody rhythms
1819 @subsection Showing melody rhythms
1820
1821 Sometimes you might want to show only the rhythm of a melody.  This
1822 can be done with the rhythmic staff.  All pitches of notes on such a
1823 staff are squashed, and the staff itself has a single line
1824
1825 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
1826 \new RhythmicStaff {
1827   \time 4/4
1828   c4 e8 f g2 | r4 g r2 | g1:32 | r1 |
1829 }
1830 @end lilypond
1831
1832 @seealso
1833
1834 Program reference: @internalsref{RhythmicStaff}.
1835
1836
1837 @node Entering percussion
1838 @subsection Entering percussion
1839
1840 @cindex percussion
1841 @cindex drums
1842
1843
1844 Percussion notes may be entered in @code{\drummode} mode, which is
1845 similar to the standard mode for entering notes.  Each piece of
1846 percussion has a full name and an abbreviated name, and both can be used
1847 in input files
1848
1849 @lilypond[quote,ragged-right,verbatim]
1850 \drums {
1851   hihat hh bassdrum bd
1852 }
1853 @end lilypond
1854
1855 The complete list of drum names is in the init file
1856 @file{ly/@/drumpitch@/-init@/.ly}.
1857 @c TODO: properly document this.
1858
1859 @seealso
1860
1861 Program reference: @internalsref{note-event}.
1862
1863 @node Percussion staves
1864 @subsection Percussion staves
1865 @cindex percussion
1866 @cindex drums
1867
1868 A percussion part for more than one instrument typically uses a
1869 multiline staff where each position in the staff refers to one piece
1870 of percussion.
1871
1872
1873 To typeset the music, the notes must be interpreted in a
1874 @internalsref{DrumStaff} and @internalsref{DrumVoice} contexts
1875
1876 @lilypond[quote,ragged-right,verbatim]
1877 up = \drummode { crashcymbal4 hihat8 halfopenhihat hh hh hh openhihat }
1878 down = \drummode { bassdrum4 snare8 bd r bd sn4 }
1879   \new DrumStaff <<
1880     \new DrumVoice { \voiceOne \up }
1881     \new DrumVoice { \voiceTwo \down }
1882   >>
1883 @end lilypond
1884
1885 The above example shows verbose polyphonic notation.  The short
1886 polyphonic notation, described in @ref{Basic polyphony}, can also be used if
1887 the @internalsref{DrumVoice}s are instantiated by hand first.  For example,
1888
1889 @lilypond[quote,ragged-right,fragment,verbatim]
1890 \new DrumStaff <<
1891   \new DrumVoice = "1" { s1 *2 }
1892   \new DrumVoice = "2" { s1 *2 }
1893   \drummode {
1894     bd4 sn4 bd4 sn4
1895     <<
1896       { \repeat unfold 16 hh16 }
1897       \\
1898       { bd4 sn4 bd4 sn4 }
1899     >>
1900   }
1901 >>
1902 @end lilypond
1903
1904
1905 There are also other layout possibilities.  To use these, set the
1906 property @code{drumStyleTable} in context @internalsref{DrumVoice}.
1907 The following variables have been predefined
1908
1909 @table @code
1910 @item drums-style
1911 This is the default.  It typesets a typical drum kit on a five-line staff
1912
1913 @lilypond[quote,line-width=10.0\cm]
1914 nam = \lyricmode {
1915   cymc cyms cymr hh hhc hho hhho hhp
1916   cb hc bd sn ss tomh tommh tomml toml tomfh tomfl }
1917 mus = \drummode {
1918   cymc cyms cymr hh hhc hho hhho hhp \break
1919   cb hc bd sn ss tomh tommh tomml toml tomfh tomfl s16 }
1920 \score {
1921   << \new DrumStaff \with {
1922        \remove Bar_engraver
1923        \remove Time_signature_engraver
1924        \override Stem #'transparent = ##t
1925        \override Stem #'Y-extent-callback = ##f
1926        \override VerticalAxisGroup #'minimum-Y-extent = #'(-4.0 . 5.0)
1927      } \mus
1928      \new Lyrics \nam
1929   >>
1930   \layout {
1931     \context {
1932       \Score
1933       \override LyricText #'font-family = #'typewriter
1934       \override BarNumber #'transparent =##T
1935     }
1936   }
1937 }
1938 @end lilypond
1939
1940 The drum scheme supports six different toms.  When there are fewer toms,
1941 simply select the toms that produce the desired result, i.e., to get toms
1942 on the three middle lines you use @code{tommh}, @code{tomml}, and
1943 @code{tomfh}.
1944
1945 @item timbales-style
1946 This typesets timbales on a two line staff
1947
1948 @lilypond[quote,ragged-right]
1949 nam = \lyricmode { timh ssh timl ssl cb }
1950 mus = \drummode { timh ssh timl ssl cb s16 }
1951
1952 <<
1953   \new DrumStaff \with {
1954     \remove Bar_engraver
1955     \remove Time_signature_engraver
1956     \override Stem #'transparent = ##t
1957     \override Stem #'Y-extent-callback = ##f
1958     \override StaffSymbol #'line-count = #2
1959     \override StaffSymbol #'staff-space = #2
1960     \override VerticalAxisGroup #'minimum-Y-extent = #'(-3.0 . 4.0)
1961     drumStyleTable = #timbales-style
1962   } \mus
1963   \new Lyrics {
1964     \override LyricText #'font-family = #'typewriter
1965     \nam
1966   }
1967 >>
1968 @end lilypond
1969
1970 @item congas-style
1971 This typesets congas on a two line staff
1972
1973 @lilypond[quote,ragged-right]
1974 nam = \lyricmode { cgh cgho cghm ssh cgl cglo cglm ssl }
1975 mus = \drummode { cgh cgho cghm ssh cgl cglo cglm ssl s16 }
1976
1977 <<
1978   \new DrumStaff \with {
1979     \remove Bar_engraver
1980     \remove Time_signature_engraver
1981     drumStyleTable = #congas-style
1982     \override StaffSymbol #'line-count = #2
1983
1984     %% this sucks; it will lengthen stems.
1985     \override StaffSymbol #'staff-space = #2
1986     \override Stem #'transparent = ##t
1987     \override Stem #'Y-extent-callback = ##f
1988   } \mus
1989   \new Lyrics {
1990     \override LyricText #'font-family = #'typewriter
1991     \nam
1992   }
1993 >>
1994 @end lilypond
1995
1996 @item bongos-style
1997 This typesets bongos on a two line staff
1998
1999 @lilypond[quote,ragged-right]
2000 nam = \lyricmode { boh boho bohm ssh bol bolo bolm ssl }
2001 mus = \drummode { boh boho bohm ssh bol bolo bolm ssl s16 }
2002
2003 <<
2004   \new DrumStaff \with {
2005     \remove Bar_engraver
2006     \remove Time_signature_engraver
2007     \override StaffSymbol #'line-count = #2
2008     drumStyleTable = #bongos-style
2009
2010     %% this sucks; it will lengthen stems.
2011     \override StaffSymbol #'staff-space = #2
2012     \override Stem #'transparent = ##t
2013     \override Stem #'Y-extent-callback = ##f
2014   } \mus
2015   \new Lyrics {
2016     \override LyricText #'font-family = #'typewriter
2017     \nam
2018   }
2019 >>
2020 @end lilypond
2021
2022 @item percussion-style
2023 To typeset all kinds of simple percussion on one line staves.
2024
2025 @lilypond[quote,ragged-right]
2026 nam = \lyricmode { tri trio trim gui guis guil cb cl tamb cab mar hc }
2027 mus = \drummode { tri trio trim gui guis guil cb cl tamb cab mar hc s16 }
2028
2029 <<
2030   \new DrumStaff \with{
2031     \remove Bar_engraver
2032     drumStyleTable = #percussion-style
2033     \override StaffSymbol #'line-count = #1
2034     \remove Time_signature_engraver
2035     \override Stem #'transparent = ##t
2036     \override Stem #'Y-extent-callback = ##f
2037   } \mus
2038   \new Lyrics {
2039     \override LyricText #'font-family = #'typewriter
2040     \nam
2041   }
2042 >>
2043 @end lilypond
2044 @end table
2045
2046 If you do not like any of the predefined lists you can define your own
2047 list at the top of your file
2048
2049 @lilypond[quote,ragged-right,verbatim]
2050 #(define mydrums '(
2051          (bassdrum     default   #f         -1)
2052          (snare        default   #f         0)
2053          (hihat        cross     #f         1)
2054          (pedalhihat   xcircle   "stopped"  2)
2055          (lowtom       diamond   #f         3)))
2056 up = \drummode { hh8 hh hh hh hhp4 hhp }
2057 down = \drummode { bd4 sn bd toml8 toml }
2058
2059 \new DrumStaff <<
2060   \set DrumStaff.drumStyleTable = #(alist->hash-table mydrums)
2061   \new DrumVoice { \voiceOne \up }
2062   \new DrumVoice { \voiceTwo \down }
2063 >>
2064 @end lilypond
2065
2066
2067 @seealso
2068
2069 Init files: @file{ly/@/drumpitch@/-init@/.ly}.
2070
2071 Program reference: @internalsref{DrumStaff}, @internalsref{DrumVoice}.
2072
2073 @refbugs
2074
2075 Because general MIDI does not contain rim shots, the sidestick is used
2076 for this purpose instead.
2077
2078
2079 @c FIXME: check name -gp
2080 @node Ghost notes
2081 @subsection Ghost notes
2082
2083 Ghost notes for drums and percussion may be created using the
2084 @code{\parenthesize} command detailed in @ref{Parentheses}.  However,
2085 the default @code{\drummode} does
2086 not include the @code{Parenthesis_engraver} plugin which allows
2087 this.  You
2088 must add the plugin explicitly in the context definition as
2089 detailed in @ref{Changing context properties on the fly}.
2090
2091 @lilypond[quote,ragged-right,verbatim,fragment]
2092 \new DrumStaff \with {
2093   \consists "Parenthesis_engraver"
2094 } <<
2095   \context DrumVoice  = "1"  { s1 *2 }
2096   \context DrumVoice  = "2" { s1 *2 }
2097   \drummode {
2098     <<
2099       {
2100         hh8[ hh] <hh sn> hh16
2101         < \parenthesize sn > hh < \parenthesize
2102         sn > hh8 <hh sn> hh
2103       } \\ {
2104         bd4 r4 bd8 bd r8 bd
2105       }
2106     >>
2107   }
2108 >>
2109 @end lilypond
2110
2111 @noindent
2112 Also note that you must add chords (@code{< >} brackets)
2113 around each @code{\parenthesize} statement.
2114
2115
2116 @node Guitar
2117 @section Guitar
2118
2119 @cindex tablature
2120 @cindex guitar tablature
2121
2122 @menu
2123 * String number indications::   
2124 * Tablatures basic::            
2125 * Non-guitar tablatures::       
2126 * Banjo tablatures::            
2127 * Fret diagrams::               
2128 * Right hand fingerings::       
2129 * Other guitar issues::         
2130 @end menu
2131
2132 @node String number indications
2133 @subsection String number indications
2134
2135 @cindex String numbers
2136
2137 String numbers can be added to chords, by indicating the string number
2138 with @code{\}@var{number},
2139
2140 @lilypond[relative,relative=1,ragged-right,fragment]
2141 <c\1 e\2 g\3>
2142 @end lilypond
2143
2144
2145 @seealso
2146
2147 Program reference: @internalsref{StringNumber},
2148 @lsr{guitar/,string-number.ly}.
2149
2150
2151 @node Tablatures basic
2152 @subsection Tablatures basic
2153 @cindex Tablatures basic
2154
2155 Tablature notation is used for notating music for plucked string
2156 instruments.  Pitches are not denoted with note heads, but by
2157 numbers indicating on which string and fret a note must be played.  LilyPond
2158 offers limited support for tablature.
2159
2160 The string number associated to a note is given as a backslash
2161 followed by a number, e.g., @code{c4\3} for a C quarter on the third
2162 string.  By default, string 1 is the highest one, and the tuning
2163 defaults to the standard guitar tuning (with 6 strings).  The notes
2164 are printed as tablature, by using @internalsref{TabStaff} and
2165 @internalsref{TabVoice} contexts
2166
2167 @lilypond[quote,ragged-right,fragment,verbatim]
2168 \new TabStaff {
2169   a,4\5 c'\2 a\3 e'\1
2170   e\4 c'\2 a\3 e'\1
2171 }
2172 @end lilypond
2173
2174 @funindex minimumFret
2175 @cindex fret
2176
2177 When no string is specified, the first string that does not give a
2178 fret number less than @code{minimumFret} is selected.  The default
2179 value for @code{minimumFret} is 0
2180
2181
2182 @example
2183 e16 fis gis a b4
2184 \set TabStaff.minimumFret = #8
2185 e16 fis gis a b4
2186 @end example
2187 @lilypond[quote,ragged-right]
2188 frag = {
2189   \key e \major
2190   e16 fis gis a b4
2191   \set TabStaff.minimumFret = #8
2192   e16 fis gis a b4
2193 }
2194   \new StaffGroup <<
2195     \new Staff { \clef "G_8" \frag }
2196     \new TabStaff { \frag }
2197   >>
2198 @end lilypond
2199
2200
2201 @commonprop
2202
2203 To print tablatures with stems down and horizontal beams,
2204 initialize the @code{TabStaff} with this code:
2205
2206 @example
2207 \stemDown
2208 \override Beam #'damping = #100000
2209 @end example
2210
2211 @seealso
2212
2213 Program reference: @internalsref{TabStaff}, @internalsref{TabVoice}.
2214
2215 @refbugs
2216
2217 Chords are not handled in a special way, and hence the automatic
2218 string selector may easily select the same string to two notes in a
2219 chord.
2220
2221
2222 @node Non-guitar tablatures
2223 @subsection Non-guitar tablatures
2224 @cindex Non-guitar tablatures
2225
2226 You can change the tuning of the strings.  A string tuning is given as
2227 a Scheme list with one integer number for each string, the number
2228 being the pitch (measured in semitones relative to middle C) of an
2229 open string.  The numbers specified for @code{stringTunings} are the
2230 numbers of semitones to subtract or add, starting the specified pitch
2231 by default middle C, in string order.  LilyPond automatically calculates
2232 the number of strings by looking at @code{stringTunings}.
2233
2234 In the next example,
2235 @code{stringTunings} is set for the pitches e, a, d, and g
2236
2237 @lilypond[quote,ragged-right,fragment,verbatim]
2238 \new TabStaff <<
2239   \set TabStaff.stringTunings = #'(-5 -10 -15 -20)
2240   {
2241     a,4 c' a e' e c' a e'
2242   }
2243 >>
2244 @end lilypond
2245
2246 LilyPond comes with predefined string tunings for banjo, mandolin, guitar
2247 and bass guitar.
2248
2249 @example
2250 \set TabStaff.stringTunings = #bass-tuning
2251 @end example
2252
2253 The default string tuning is @code{guitar-tuning} (the standard EADGBE
2254 tuning).
2255 Some other predefined tunings are @code{guitar-open-g-tuning},
2256 @code{mandolin-tuning} and @code{banjo-open-g-tuning}.
2257
2258 @seealso
2259
2260 The file @file{scm/@/output@/-lib@/.scm} contains the predefined string
2261 tunings.
2262 Program reference: @internalsref{Tab_note_heads_engraver}.
2263
2264 @refbugs
2265
2266 No guitar special effects have been implemented.
2267
2268
2269
2270 @node Banjo tablatures
2271 @subsection Banjo tablatures
2272 @cindex Banjo tablatures
2273
2274 LilyPond has basic support for five stringed banjo.  When making tablatures
2275 for five stringed banjo, use the banjo tablature format function to get
2276 correct
2277 fret numbers for the fifth string:
2278
2279 @lilypond[quote,ragged-right,fragment,verbatim]
2280 \new TabStaff <<
2281   \set TabStaff.tablatureFormat = #fret-number-tablature-format-banjo
2282   \set TabStaff.stringTunings = #banjo-open-g-tuning
2283   {
2284     \stemDown
2285     g8 d' g'\5 a b g e d' |
2286     g4 d''8\5 b' a'\2 g'\5 e'\2 d' |
2287     g4
2288   }
2289 >>
2290 @end lilypond
2291
2292 A number of common tunings for banjo are predefined in LilyPond:
2293 @code{banjo-c-tuning} (gCGBD), @code{banjo-modal-tuning} (gDGCD),
2294 @code{banjo-open-d-tuning} (aDF#AD) and @code{banjo-open-dm-tuning}
2295 (aDFAD).
2296
2297 These tunings may be converted to four string banjo tunings using the
2298 @code{four-string-banjo} function:
2299
2300 @example
2301 \set TabStaff.stringTunings = #(four-string-banjo banjo-c-tuning)
2302 @end example
2303
2304 @seealso
2305
2306 The file @file{scm/@/output@/-lib@/.scm} contains predefined banjo tunings.
2307
2308
2309 @node Fret diagrams
2310 @subsection Fret diagrams
2311 @cindex fret diagrams
2312 @cindex chord diagrams
2313
2314 Fret diagrams can be added to music as a markup to the desired note.  The
2315 markup contains information about the desired fret diagram, as shown in the
2316 following example
2317
2318 @lilypond[verbatim, ragged-right, quote]
2319 \new Voice {
2320   d'^\markup \fret-diagram #"6-x;5-x;4-o;3-2;2-3;1-2;"
2321   d' d' d'
2322   fis'^\markup \override #'(size . 0.75) {
2323     \override #'(finger-code . below-string) {
2324       \fret-diagram-verbose #'((place-fret 6 2 1) (barre 6 1 2)
2325                                (place-fret 5 4 3) (place-fret 4 4 4)
2326                                (place-fret 3 3 2) (place-fret 2 2 1)
2327                                (place-fret 1 2 1))
2328     }
2329   }
2330   fis' fis' fis'
2331   c'^\markup \override #'(dot-radius . 0.35) {
2332     \override #'(finger-code . in-dot) {
2333       \override #'(dot-color . white) {
2334         \fret-diagram-terse #"x;3-1-(;5-2;5-3;5-4;3-1-);"
2335       }
2336     }
2337   }
2338   c' c' c'
2339 }
2340 @end lilypond
2341
2342
2343 There are three different fret-diagram markup interfaces: standard, terse,
2344 and verbose.  The three interfaces produce equivalent markups, but have
2345 varying amounts of information in the markup string.  Details about the
2346 markup interfaces are found at @ref{Overview of text markup commands}.
2347
2348 You can set a number of graphical properties according to your preference.
2349 Details about the property interface to fret diagrams are found at
2350 @internalsref{fret-diagram-interface}.
2351
2352
2353 @seealso
2354
2355 Examples: @lsrdir{guitar}
2356
2357
2358 @node Right hand fingerings
2359 @subsection Right hand fingerings
2360
2361 Right hand fingerings in chords can be entered using
2362 @code{@var{note}-\rightHandFinger @var{finger}}
2363
2364 @lilypond[verbatim,fragment,relative=2]
2365   <c-\rightHandFinger #1 e-\rightHandFinger #2 >
2366 @end lilypond
2367
2368 for brevity, you can abbreviate @code{\rightHandFinger} to something
2369 short, for example @code{RH},
2370
2371 @example
2372 #(define RH rightHandFinger)
2373 @end example
2374
2375 @cindex fingerings, right hand, for guitar 
2376 @cindex right hand fingerings for guitar
2377  
2378 @commonprop
2379
2380 You may exercise greater control over right handing fingerings by
2381 setting @code{strokeFingerOrientations},
2382
2383 @lilypond[quote,verbatim,ragged-right,fragment,relative=1]
2384 #(define RH rightHandFinger)
2385 {
2386   \set strokeFingerOrientations = #'(up down)
2387   <c-\RH #1 es-\RH #2 g-\RH #4 > 4
2388   \set strokeFingerOrientations = #'(up right down)
2389   <c-\RH #1 es-\RH #2 g-\RH #4 > 4
2390 }
2391 @end lilypond
2392
2393 The letters used for the fingerings are contained in the property
2394 @code{digit-names}, but they can also be set individually by supplying
2395 @code{\rightHandFinger} with a string argument, as in the following example
2396
2397
2398 @lilypond[quote,verbatim,ragged-right,fragment,relative=1]
2399 #(define RH rightHandFinger)
2400 {
2401   \set strokeFingerOrientations = #'(right)
2402   \override StrokeFinger #'digit-names = ##("x" "y" "z" "!" "@") 
2403   <c-\RH #5 >4
2404   <c-\RH "@">4  
2405 }
2406 @end lilypond
2407
2408 @seealso
2409
2410 Program reference: @internalsref{StrokeFinger}
2411
2412
2413
2414 @node Other guitar issues
2415 @subsection Other guitar issues
2416
2417 This example demonstrates how to include guitar position and
2418 barring indications.
2419
2420 @lilypond[quote,ragged-right,fragment,verbatim,relative=0]
2421 \clef "G_8"
2422 b16 d16 g16 b16 e16
2423 \textSpannerDown
2424 \override TextSpanner #'bound-details #'left #'text = #"XII "
2425   g16\startTextSpan
2426   b16 e16 g16 e16 b16 g16\stopTextSpan
2427 e16 b16 g16 d16
2428 @end lilypond
2429
2430
2431 Stopped (X) note heads are used in guitar music to signal a place where the
2432 guitarist must play a certain note or chord, with its fingers just
2433 touching the strings instead of fully pressing them.  This gives the sound a
2434 percussive noise-like sound that still maintains part of the original
2435 pitch.  It is notated with cross noteheads; this is
2436 demonstrated in @ref{Special noteheads}.
2437
2438
2439 @node Bagpipe
2440 @section Bagpipe
2441
2442 @cindex Bagpipe
2443
2444 @menu
2445 * Bagpipe definitions::         
2446 * Bagpipe example::             
2447 @end menu
2448
2449
2450 @node Bagpipe definitions
2451 @subsection Bagpipe definitions
2452
2453 LilyPond contains special definitions for music for the Scottish
2454 highland bagpipe; to use them, add
2455
2456 @example
2457 \include "bagpipe.ly"
2458 @end example
2459
2460 @noindent
2461 at the top of your input file.  This lets you add the special gracenotes
2462 common to bagpipe music with short commands.  For example, you could
2463 write @code{\taor} instead of
2464
2465 @example
2466 \grace @{ \small G32[ d G e] @}
2467 @end example
2468
2469 @code{bagpipe.ly} also contains pitch definitions for the bagpipe
2470 notes in the appropriate octaves, so you do not need to worry about
2471 @code{\relative} or @code{\transpose}.
2472
2473 @lilypond[ragged-right,verbatim,quote,notime]
2474 \include "bagpipe.ly"
2475 { \grg G4 \grg a \grg b \grg c \grg d \grg e \grg f \grA g A }
2476 @end lilypond
2477
2478 Bagpipe music nominally uses the key of D Major (even though that
2479 isn't really true). However, since that is the only key that can be used,
2480 the key signature is normally not written out. To set this up correctly,
2481 always start your music with @code{\hideKeySignature}. If you for some
2482 reason want to show the key signature, you can use @code{\showKeySignature}
2483 instead.
2484
2485 Some modern music use cross fingering on c and f to flatten those notes.
2486 This can be indicated by @code{cflat} or @code{fflat}. Similarly, the
2487 piobaireachd high g can be written @code{gflat} when it occurs in light
2488 music.
2489
2490
2491 @node Bagpipe example
2492 @subsection Bagpipe example
2493
2494 This is what the well known tune Amazing Grace looks like in bagpipe
2495 notation.
2496
2497 @lilypond[verbatim,quote]
2498 \include "bagpipe.ly"
2499 \layout {
2500   indent = 0.0\cm
2501   \context { \Score \remove "Bar_number_engraver" }
2502 }
2503
2504 \header {
2505   title = "Amazing Grace"
2506   meter = "Hymn"
2507   arranger = "Trad. arr."
2508 }
2509
2510 {
2511   \hideKeySignature
2512   \time 3/4
2513   \grg \partial 4 a8. d16
2514   \slurd d2 \grg f8[ e32 d16.]
2515   \grg f2 \grg f8 e
2516   \thrwd d2 \grg b4
2517   \grG a2 \grg a8. d16
2518   \slurd d2 \grg f8[ e32 d16.]
2519   \grg f2 \grg e8. f16
2520   \dblA A2 \grg A4
2521   \grg A2 f8. A16
2522   \grg A2 \hdblf f8[ e32 d16.]
2523   \grg f2 \grg f8 e
2524   \thrwd d2 \grg b4
2525   \grG a2 \grg a8. d16
2526   \slurd d2 \grg f8[ e32 d16.]
2527   \grg f2 e4
2528   \thrwd d2.
2529   \slurd d2
2530   \bar "|."
2531 }
2532 @end lilypond
2533
2534
2535 @node Ancient notation
2536 @section Ancient notation
2537
2538 @cindex Vaticana, Editio
2539 @cindex Medicaea, Editio
2540 @cindex hufnagel
2541 @cindex Petrucci
2542 @cindex mensural
2543
2544 Support for ancient notation includes features for mensural notation
2545 and Gregorian Chant notation.  There is also limited support for
2546 figured bass notation.
2547
2548 Many graphical objects provide a @code{style} property, see
2549 @itemize @bullet
2550 @item
2551 @ref{Ancient note heads},
2552 @item
2553 @ref{Ancient accidentals},
2554 @item
2555 @ref{Ancient rests},
2556 @item
2557 @ref{Ancient clefs},
2558 @item
2559 @ref{Ancient flags},
2560 @item
2561 @ref{Ancient time signatures}.
2562 @end itemize
2563
2564 By manipulating such a grob property, the typographical appearance of
2565 the affected graphical objects can be accommodated for a specific
2566 notation flavor without the need for introducing any new notational
2567 concept.
2568
2569 In addition to the standard articulation signs described in section
2570 @ref{Articulations}, specific articulation signs for ancient notation
2571 are provided.
2572
2573 @itemize @bullet
2574 @item
2575 @ref{Ancient articulations}
2576 @end itemize
2577
2578 Other aspects of ancient notation can not that easily be expressed
2579 in terms of just changing a style property of a graphical object or
2580 adding articulation signs.  Some notational concepts are introduced
2581 specifically for ancient notation,
2582
2583 @itemize @bullet
2584 @item
2585 @ref{Custodes},
2586 @item
2587 @ref{Divisiones},
2588 @item
2589 @ref{Ligatures}.
2590 @end itemize
2591
2592 If this all is too much of documentation for you, and you just want to
2593 dive into typesetting without worrying too much about the details on
2594 how to customize a context, you may have a look at the predefined
2595 contexts.  Use them to set up predefined style-specific voice and
2596 staff contexts, and directly go ahead with the note entry,
2597
2598 @itemize @bullet
2599 @item
2600 @ref{Gregorian Chant contexts},
2601 @item
2602 @ref{Mensural contexts}.
2603 @end itemize
2604
2605 There is limited support for figured bass notation which came
2606 up during the baroque period.
2607
2608 @itemize @bullet
2609 @item
2610 @ref{Figured bass}
2611 @end itemize
2612
2613 Here are all subtopics at a glance:
2614
2615 @menu
2616 * Ancient note heads::          
2617 * Ancient accidentals::         
2618 * Ancient rests::               
2619 * Ancient clefs::               
2620 * Ancient flags::               
2621 * Ancient time signatures::     
2622 * Ancient articulations::       
2623 * Custodes::                    
2624 * Divisiones::                  
2625 * Ligatures::                   
2626 * Gregorian Chant contexts::    
2627 * Mensural contexts::           
2628 * Musica ficta accidentals::    
2629 * Figured bass::                
2630 @end menu
2631
2632
2633
2634 @node Ancient note heads
2635 @subsection Ancient note heads
2636
2637 @cindex note heads, ancient
2638
2639 For ancient notation, a note head style other than the @code{default}
2640 style may be chosen.  This is accomplished by setting the @code{style}
2641 property of the @internalsref{NoteHead} object to @code{baroque},
2642 @code{neomensural}, @code{mensural} or @code{petrucci}.  The
2643 @code{baroque} style differs from the @code{default} style only in
2644 using a square shape for @code{\breve} note heads.  The
2645 @code{neomensural} style differs from the @code{baroque} style in that
2646 it uses rhomboidal heads for whole notes and all smaller durations.
2647 Stems are centered on the note heads.  This style is particularly
2648 useful when transcribing mensural music, e.g., for the incipit.  The
2649 @code{mensural} style produces note heads that mimic the look of note
2650 heads in historic printings of the 16th century.  Finally, the
2651 @code{petrucci} style also mimicks historic printings, but uses bigger
2652 note heads.
2653
2654 The following example demonstrates the @code{neomensural} style
2655
2656 @lilypond[quote,fragment,ragged-right,verbatim]
2657 \set Score.skipBars = ##t
2658 \override NoteHead #'style = #'neomensural
2659 a'\longa a'\breve a'1 a'2 a'4 a'8 a'16
2660 @end lilypond
2661
2662 When typesetting a piece in Gregorian Chant notation, the
2663 @internalsref{Gregorian_ligature_engraver} will automatically select
2664 the proper note heads, so there is no need to explicitly set the
2665 note head style.  Still, the note head style can be set, e.g., to
2666 @code{vaticana_punctum} to produce punctum neumes.  Similarly, a
2667 @internalsref{Mensural_ligature_engraver} is used to automatically
2668 assemble mensural ligatures.  See @ref{Ligatures}, for how ligature
2669 engravers work.
2670
2671 @seealso
2672
2673 @ref{Note head styles}, gives an overview over all available note head styles.
2674
2675
2676 @node Ancient accidentals
2677 @subsection Ancient accidentals
2678
2679 @cindex accidentals
2680
2681
2682 Use the @code{glyph-name-alist} property of grob
2683 @internalsref{Accidental} and @internalsref{KeySignature} to select
2684 ancient accidentals. 
2685
2686 @lilypond[quote,ragged-right,staffsize=26]
2687 \score {
2688 {
2689   \fatText
2690   s^\markup {
2691     \column {
2692       "vaticana"
2693       \line { " " \musicglyph #"accidentals.vaticana-1"
2694         " " \musicglyph #"accidentals.vaticana0" }
2695     }
2696     \column {
2697       "medicaea"
2698       \line { " " \musicglyph #"accidentals.medicaea-1" }
2699     }
2700     \column {
2701       "hufnagel"
2702       \line { " " \musicglyph #"accidentals.hufnagel-1" }
2703     }
2704     \column {
2705       "mensural"
2706       \line { " " \musicglyph #"accidentals.mensural-1"
2707         " " \musicglyph #"accidentals.mensural1" }
2708     }
2709   }
2710 }
2711 \layout {
2712   interscoreline = 1
2713   \context { \Score \remove "Bar_number_engraver" }
2714   \context { \Staff
2715       \remove "Clef_engraver"
2716       \remove "Key_engraver"
2717       \remove "Time_signature_engraver"
2718       \remove "Staff_symbol_engraver"
2719       \override VerticalAxisGroup #'minimum-Y-extent = ##f
2720     }
2721   }
2722 }
2723 @end lilypond
2724
2725 As shown, not all accidentals are supported by each style.  When
2726 trying to access an unsupported accidental, LilyPond will switch to a
2727 different style, as demonstrated in
2728 @lsr{ancient,ancient-accidentals.ly}.
2729
2730 Similarly to local accidentals, the style of the key signature can be
2731 controlled by the @code{glyph-name-alist} property of the
2732 @internalsref{KeySignature} grob.
2733
2734 @seealso
2735
2736 In this manual: @ref{Pitches}, @ref{Cautionary accidentals}, and
2737 @ref{Automatic accidentals}, give a general introduction of the use of
2738 accidentals.  @ref{Key signature}, gives a general introduction of
2739 the use of key signatures.
2740
2741 Program reference: @internalsref{KeySignature}.
2742
2743 Examples: @lsrdir{ancient}
2744
2745 @node Ancient rests
2746 @subsection Ancient rests
2747
2748 @cindex rests, ancient
2749
2750
2751 Use the @code{style} property of grob @internalsref{Rest} to select
2752 ancient rests.   Supported styles are @code{classical},
2753 @code{neomensural}, and @code{mensural}.  @code{classical} differs
2754 from the @code{default} style only in that the quarter rest looks like
2755 a horizontally mirrored 8th rest.  The @code{neomensural} style suits
2756 well for, e.g., the incipit of a transcribed mensural piece of music.
2757 The @code{mensural} style finally mimics the appearance of rests as
2758 in historic prints of the 16th century.
2759
2760 The following example demonstrates the @code{neomensural} style
2761
2762 @lilypond[quote,fragment,ragged-right,verbatim]
2763 \set Score.skipBars = ##t
2764 \override Rest #'style = #'neomensural
2765 r\longa r\breve r1 r2 r4 r8 r16
2766 @end lilypond
2767
2768 There are no 32th and 64th rests specifically for the mensural or
2769 neo-mensural style.  Instead, the rests from the default style will be
2770 taken.  See @lsr{pitches,rests} for a chart of all rests.
2771
2772 There are no rests in Gregorian Chant notation; instead, it uses
2773 @ref{Divisiones}.
2774
2775 @seealso
2776
2777 In this manual: @ref{Rests}, gives a general introduction into the use of
2778 rests.
2779
2780
2781 @node Ancient clefs
2782 @subsection Ancient clefs
2783
2784 @cindex clefs
2785
2786
2787 LilyPond supports a variety of clefs, many of them ancient.
2788
2789 The following table shows all ancient clefs that are supported via the
2790 @code{\clef} command.  Some of the clefs use the same glyph, but
2791 differ only with respect to the line they are printed on.  In such
2792 cases, a trailing number in the name is used to enumerate these clefs.
2793 Still, you can manually force a clef glyph to be typeset on an
2794 arbitrary line, as described in @ref{Clef}.  The note printed to the
2795 right side of each clef in the example column denotes the @code{c'}
2796 with respect to that clef.
2797
2798 @multitable @columnfractions .4 .4 .2
2799 @item
2800 @b{Description}
2801 @tab
2802 @b{Supported Clefs}
2803 @tab
2804 @b{Example}
2805
2806 @item
2807 modern style mensural C clef
2808 @tab
2809 @code{neomensural-c1}, @code{neomensural-c2},@*
2810 @code{neomensural-c3}, @code{neomensural-c4}
2811 @tab
2812 @lilypond[fragment,relative=1,notime]
2813   \clef "neomensural-c2" c
2814 @end lilypond
2815
2816 @item
2817 petrucci style mensural C clefs, for use on different staff lines
2818 (the examples show the 2nd staff line C clef)
2819 @tab
2820 @code{petrucci-c1}, @code{petrucci-c2},@*
2821 @code{petrucci-c3}, @code{petrucci-c4},@*
2822 @code{petrucci-c5}
2823 @tab
2824 @lilypond[fragment,relative=1,notime]
2825   \clef "petrucci-c2"
2826   \override NoteHead #'style = #'mensural
2827   c
2828 @end lilypond
2829
2830 @item
2831 petrucci style mensural F clef
2832 @tab
2833 @code{petrucci-f}
2834 @tab
2835 @lilypond[fragment,relative=1,notime]
2836   \clef "petrucci-f"
2837   \override NoteHead #'style = #'mensural
2838   c
2839 @end lilypond
2840
2841 @item
2842 petrucci style mensural G clef
2843 @tab
2844 @code{petrucci-g}
2845 @tab
2846 @lilypond[fragment,relative=1,notime]
2847   \clef "petrucci-g"
2848   \override NoteHead #'style = #'mensural
2849   c
2850 @end lilypond
2851
2852 @item
2853 historic style mensural C clef
2854 @tab
2855 @code{mensural-c1}, @code{mensural-c2},@*
2856 @code{mensural-c3}, @code{mensural-c4}
2857 @tab
2858 @lilypond[fragment,relative=1,notime]
2859   \clef "mensural-c2"
2860   \override NoteHead #'style = #'mensural
2861   c
2862 @end lilypond
2863
2864 @item
2865 historic style mensural F clef
2866 @tab
2867 @code{mensural-f}
2868 @tab
2869 @lilypond[fragment,relative=1,notime]
2870   \clef "mensural-f"
2871   \override NoteHead #'style = #'mensural
2872   c
2873 @end lilypond
2874
2875 @item
2876 historic style mensural G clef
2877 @tab
2878 @code{mensural-g}
2879 @tab
2880 @lilypond[fragment,relative=1,notime]
2881   \clef "mensural-g"
2882   \override NoteHead #'style = #'mensural
2883   c
2884 @end lilypond
2885
2886 @item
2887 Editio Vaticana style do clef
2888 @tab
2889 @code{vaticana-do1}, @code{vaticana-do2},@*
2890 @code{vaticana-do3}
2891 @tab
2892 @lilypond[fragment,relative=1,notime]
2893   \override Staff.StaffSymbol #'line-count = #4
2894   \override Staff.StaffSymbol #'color = #red
2895   \override Staff.LedgerLineSpanner #'color = #red
2896   \override Voice.Stem #'transparent = ##t
2897   \override NoteHead #'style = #'vaticana.punctum
2898   \clef "vaticana-do2"
2899   c
2900 @end lilypond
2901
2902 @item
2903 Editio Vaticana style fa clef
2904 @tab
2905 @code{vaticana-fa1}, @code{vaticana-fa2}
2906 @tab
2907 @lilypond[fragment,relative=1,notime]
2908   \override Staff.StaffSymbol #'line-count = #4
2909   \override Staff.StaffSymbol #'color = #red
2910   \override Staff.LedgerLineSpanner #'color = #red
2911   \override Voice.Stem #'transparent = ##t
2912   \override NoteHead #'style = #'vaticana.punctum
2913   \clef "vaticana-fa2"
2914   c
2915 @end lilypond
2916
2917 @item
2918 Editio Medicaea style do clef
2919 @tab
2920 @code{medicaea-do1}, @code{medicaea-do2},@*
2921 @code{medicaea-do3}
2922 @tab
2923 @lilypond[fragment,relative=1,notime]
2924   \override Staff.StaffSymbol #'line-count = #4
2925   \override Staff.StaffSymbol #'color = #red
2926   \override Staff.LedgerLineSpanner #'color = #red
2927   \override Voice.Stem #'transparent = ##t
2928   \override NoteHead #'style = #'medicaea.punctum
2929   \clef "medicaea-do2"
2930   c
2931 @end lilypond
2932
2933 @item
2934 Editio Medicaea style fa clef
2935 @tab
2936 @code{medicaea-fa1}, @code{medicaea-fa2}
2937 @tab
2938 @lilypond[fragment,relative=1,notime]
2939   \override Staff.StaffSymbol #'line-count = #4
2940   \override Staff.StaffSymbol #'color = #red
2941   \override Staff.LedgerLineSpanner #'color = #red
2942   \override Voice.Stem #'transparent = ##t
2943   \override NoteHead #'style = #'medicaea.punctum
2944   \clef "medicaea-fa2"
2945   c
2946 @end lilypond
2947
2948 @item
2949 historic style hufnagel do clef
2950 @tab
2951 @code{hufnagel-do1}, @code{hufnagel-do2},@*
2952 @code{hufnagel-do3}
2953 @tab
2954 @lilypond[fragment,relative=1,notime]
2955   \override Staff.StaffSymbol #'line-count = #4
2956   \override Staff.StaffSymbol #'color = #red
2957   \override Staff.LedgerLineSpanner #'color = #red
2958   \override Voice.Stem #'transparent = ##t
2959   \override NoteHead #'style = #'hufnagel.punctum
2960   \clef "hufnagel-do2"
2961   c
2962 @end lilypond
2963
2964 @item
2965 historic style hufnagel fa clef
2966 @tab
2967 @code{hufnagel-fa1}, @code{hufnagel-fa2}
2968 @tab
2969 @lilypond[fragment,relative=1,notime]
2970   \override Staff.StaffSymbol #'line-count = #4
2971   \override Staff.StaffSymbol #'color = #red
2972   \override Staff.LedgerLineSpanner #'color = #red
2973   \override Voice.Stem #'transparent = ##t
2974   \override NoteHead #'style = #'hufnagel.punctum
2975   \clef "hufnagel-fa2"
2976   c
2977 @end lilypond
2978
2979 @item
2980 historic style hufnagel combined do/fa clef
2981 @tab
2982 @code{hufnagel-do-fa}
2983 @tab
2984 @lilypond[fragment,relative=1,notime]
2985   \override Staff.StaffSymbol #'color = #red
2986   \override Staff.LedgerLineSpanner #'color = #red
2987   \override Voice.Stem #'transparent = ##t
2988   \override NoteHead #'style = #'hufnagel.punctum
2989   \clef "hufnagel-do-fa"
2990   c
2991 @end lilypond
2992 @end multitable
2993
2994
2995
2996 @emph{Modern style} means @qq{as is typeset in contemporary editions of
2997 transcribed mensural music.}
2998
2999 @emph{Petrucci style} means @qq{inspired by printings published by the
3000 famous engraver Petrucci (1466-1539).}
3001
3002 @emph{Historic style} means @qq{as was typeset or written in historic
3003 editions (other than those of Petrucci).}
3004
3005 @emph{Editio XXX style} means @qq{as is/was printed in Editio XXX.}
3006
3007 Petrucci used C clefs with differently balanced left-side vertical
3008 beams, depending on which staff line it is printed.
3009
3010 @seealso
3011
3012 In this manual: see @ref{Clef}.
3013
3014 @refbugs
3015
3016 The mensural g clef is mapped to the Petrucci g clef.
3017
3018
3019
3020 @node Ancient flags
3021 @subsection Ancient flags
3022
3023 @cindex flags
3024
3025
3026 Use the @code{flag-style} property of grob @internalsref{Stem} to
3027 select ancient flags.  Besides the @code{default} flag style,
3028 only the @code{mensural} style is supported
3029
3030 @lilypond[quote,fragment,ragged-right,verbatim]
3031 \override Stem #'flag-style = #'mensural
3032 \override Stem #'thickness = #1.0
3033 \override NoteHead #'style = #'mensural
3034 \autoBeamOff
3035 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
3036 c''8 d''8 e''8 f''8 c''16 d''16 e''16 f''16 c''32 d''32 e''32 f''32
3037 @end lilypond
3038
3039 Note that the innermost flare of each mensural flag always is
3040 vertically aligned with a staff line.
3041
3042 There is no particular flag style for neo-mensural notation.  Hence,
3043 when typesetting the incipit of a transcribed piece of mensural
3044 music, the default flag style should be used.  There are no flags in
3045 Gregorian Chant notation.
3046
3047 @refbugs
3048
3049 The attachment of ancient flags to stems is slightly off due to a
3050 change in early 2.3.x.
3051
3052 Vertically aligning each flag with a staff line assumes that stems
3053 always end either exactly on or exactly in the middle between two
3054 staff lines.  This may not always be true when using advanced layout
3055 features of classical notation (which however are typically out of
3056 scope for mensural notation).
3057
3058 @node Ancient time signatures
3059 @subsection Ancient time signatures
3060
3061 @cindex time signatures
3062
3063
3064 There is limited support for mensural time signatures.   The
3065 glyphs are hard-wired to particular time fractions.  In other words,
3066 to get a particular mensural signature glyph with the @code{\time n/m}
3067 command, @code{n} and @code{m} have to be chosen according to the
3068 following table
3069
3070 @lilypond[quote,ragged-right]
3071 \layout {
3072   indent = 0.0
3073   \context {
3074     \Staff
3075     \remove Staff_symbol_engraver
3076     \remove Clef_engraver
3077     \remove Time_signature_engraver
3078   }
3079 }
3080 {
3081   \set Score.timing = ##f
3082   \set Score.barAlways = ##t
3083   s_\markup { "\\time 4/4" }^\markup { "       " \musicglyph
3084 #"timesig.neomensural44" }
3085   s
3086   s_\markup { "\\time 2/2" }^\markup { "       " \musicglyph
3087 #"timesig.neomensural22" }
3088   s
3089   s_\markup { "\\time 6/4" }^\markup { "       " \musicglyph
3090 #"timesig.neomensural64" }
3091   s
3092   s_\markup { "\\time 6/8" }^\markup { "       " \musicglyph
3093 #"timesig.neomensural68" }
3094   \break
3095   s_\markup { "\\time 3/2" }^\markup { "       " \musicglyph
3096 #"timesig.neomensural32" }
3097   s
3098   s_\markup { "\\time 3/4" }^\markup { "       " \musicglyph
3099 #"timesig.neomensural34" }
3100   s
3101   s_\markup { "\\time 9/4" }^\markup { "       " \musicglyph
3102 #"timesig.neomensural94" }
3103   s
3104   s_\markup { "\\time 9/8" }^\markup { "       " \musicglyph
3105 #"timesig.neomensural98" }
3106   \break
3107   s_\markup { "\\time 4/8" }^\markup { "       " \musicglyph
3108 #"timesig.neomensural48" }
3109   s
3110   s_\markup { "\\time 2/4" }^\markup { "       " \musicglyph
3111 #"timesig.neomensural24" }
3112 }
3113 @end lilypond
3114
3115 Use the @code{style} property of grob @internalsref{TimeSignature} to
3116 select ancient time signatures.  Supported styles are
3117 @code{neomensural} and @code{mensural}.  The above table uses the
3118 @code{neomensural} style.  This style is appropriate for the
3119 incipit of transcriptions of mensural pieces.  The @code{mensural}
3120 style mimics the look of historical printings of the 16th century.
3121
3122 The following examples show the differences in style,
3123
3124 @lilypond[ragged-right,fragment,relative=1,quote]
3125 {
3126   \fatText
3127
3128   \time 2/2
3129   c1^\markup { \hspace #-2.0 \typewriter default }
3130
3131   \override Staff.TimeSignature #'style = #'numbered
3132   \time 2/2
3133   c1^\markup { \hspace #-2.0 \typewriter numbered }
3134
3135   \override Staff.TimeSignature #'style = #'mensural
3136   \time 2/2
3137   c1^\markup { \hspace #-2.0 \typewriter mensural }
3138
3139   \override Staff.TimeSignature #'style = #'neomensural
3140   \time 2/2
3141   c1^\markup { \hspace #-2.0 \typewriter neomensural }
3142   \override Staff.TimeSignature #'style = #'single-digit
3143   \time 2/2
3144   c1^\markup { \hspace #-2.0 \typewriter single-digit }
3145 }
3146 @end lilypond
3147
3148 @seealso
3149
3150 This manual: @ref{Time signature}, gives a general introduction to
3151 the use of time signatures.
3152
3153 @refbugs
3154
3155 Ratios of note durations do not change with the time signature.  For
3156 example, the ratio of 1 brevis = 3 semibrevis (tempus perfectum) must
3157 be made by hand, by setting
3158
3159 @example
3160 breveTP = #(ly:make-duration -1 0 3 2)
3161 @dots{}
3162 @{ c\breveTP f1 @}
3163 @end example
3164
3165 @noindent
3166 This sets @code{breveTP} to 3/2 times 2 = 3 times a whole note.
3167
3168 The @code{old6/8alt} symbol (an alternate symbol for 6/8) is not
3169 addressable with @code{\time}.  Use a @code{\markup} instead
3170
3171 @node Ancient articulations
3172 @subsection Ancient articulations
3173
3174 @cindex articulations
3175
3176 In addition to the standard articulation signs described in section
3177 @ref{Articulations}, articulation signs for ancient notation are
3178 provided.  These are specifically designed for use with notation in
3179 Editio Vaticana style.
3180
3181 @lilypond[quote,ragged-right,verbatim]
3182 \include "gregorian-init.ly"
3183 \score {
3184   \new VaticanaVoice {
3185     \override TextScript #'font-family = #'typewriter
3186     \override TextScript #'font-shape = #'upright
3187     \override Script #'padding = #-0.1
3188     a\ictus_"ictus" \break
3189     a\circulus_"circulus" \break
3190     a\semicirculus_"semicirculus" \break
3191     a\accentus_"accentus" \break
3192     \[ a_"episem" \episemInitium \pes b \flexa a b \episemFinis \flexa a \]
3193   }
3194 }
3195 @end lilypond
3196
3197 @refbugs
3198
3199 Some articulations are vertically placed too closely to the
3200 corresponding note heads.
3201
3202 The episem line is not displayed in many cases.  If it is displayed,
3203 the right end of the episem line is often too far to the right.
3204
3205 @node Custodes
3206 @subsection Custodes
3207
3208 @cindex custos
3209 @cindex custodes
3210
3211 A @emph{custos} (plural: @emph{custodes}; Latin word for @q{guard}) is a
3212 symbol that appears at the end of a staff.  It anticipates the pitch
3213 of the first note(s) of the following line thus helping the performer
3214 to manage line breaks during performance.
3215
3216 Custodes were frequently used in music notation until the 17th
3217 century.  Nowadays, they have survived only in a few particular forms
3218 of musical notation such as contemporary editions of Gregorian chant
3219 like the @emph{editio vaticana}.  There are different custos glyphs
3220 used in different flavors of notational style.
3221
3222 For typesetting custodes, just put a @internalsref{Custos_engraver} into the
3223 @internalsref{Staff} context when declaring the @code{\layout} block,
3224 as shown in the following example
3225
3226 @example
3227 \layout @{
3228   \context @{
3229     \Staff
3230     \consists Custos_engraver
3231     Custos \override #'style = #'mensural
3232   @}
3233 @}
3234 @end example
3235
3236 The result looks like this
3237
3238 @lilypond[quote,ragged-right]
3239 \score {
3240 {
3241   a'1
3242   \override Staff.Custos #'style = #'mensural
3243   \break
3244   g'
3245 }
3246 \layout {
3247   \context { \Staff \consists Custos_engraver }
3248   }
3249 }
3250 @end lilypond
3251
3252 The custos glyph is selected by the @code{style} property.  The styles
3253 supported are @code{vaticana}, @code{medicaea}, @code{hufnagel}, and
3254 @code{mensural}.  They are demonstrated in the following fragment
3255
3256 @lilypond[quote,ragged-right,fragment]
3257 \new Lyrics \lyricmode {
3258   \markup { \column {
3259     \typewriter "vaticana"
3260     \line { " " \musicglyph #"custodes.vaticana.u0" }
3261   } }
3262   \markup { \column {
3263     \typewriter "medicaea"
3264     \line { " " \musicglyph #"custodes.medicaea.u0" }
3265   }}
3266   \markup { \column {
3267     \typewriter "hufnagel"
3268     \line { " " \musicglyph #"custodes.hufnagel.u0" }
3269   }}
3270   \markup { \column {
3271     \typewriter "mensural"
3272     \line { " " \musicglyph #"custodes.mensural.u0" }
3273   }}
3274 }
3275 @end lilypond
3276
3277 @seealso
3278
3279 Program reference: @internalsref{Custos}.
3280
3281 Examples:
3282 @lsr{ancient,custodes@/.ly}.
3283
3284
3285 @node Divisiones
3286 @subsection Divisiones
3287
3288 @cindex divisio
3289 @cindex divisiones
3290 @cindex finalis
3291
3292 A @emph{divisio} (plural: @emph{divisiones}; Latin word for
3293 @q{division}) is a staff context symbol that is used to structure
3294 Gregorian music into phrases and sections.  The musical meaning of
3295 @emph{divisio minima}, @emph{divisio maior}, and @emph{divisio maxima}
3296 can be characterized as short, medium, and long pause, somewhat like
3297 the breathmarks from @ref{Breath marks}.  The @emph{finalis} sign not
3298 only marks the end of a chant, but is also frequently used within a
3299 single antiphonal/responsorial chant to mark the end of each section.
3300
3301
3302 To use divisiones, include the file @file{gregorian@/-init@/.ly}.  It
3303 contains definitions that you can apply by just inserting
3304 @code{\divisioMinima}, @code{\divisioMaior}, @code{\divisioMaxima},
3305 and @code{\finalis} at proper places in the input.  Some editions use
3306 @emph{virgula} or @emph{caesura} instead of divisio minima.
3307 Therefore, @file{gregorian@/-init@/.ly} also defines @code{\virgula} and
3308 @code{\caesura}
3309
3310 @lilypondfile[quote,ragged-right]{divisiones.ly}
3311
3312 @refcommands
3313
3314 @funindex \virgula
3315 @code{\virgula},
3316 @funindex \caesura
3317 @code{\caesura},
3318 @funindex \divisioMinima
3319 @code{\divisioMinima},
3320 @funindex \divisioMaior
3321 @code{\divisioMaior},
3322 @funindex \divisioMaxima
3323 @code{\divisioMaxima},
3324 @funindex \finalis
3325 @code{\finalis}.
3326
3327 @seealso
3328
3329 In this manual: @ref{Breath marks}.
3330
3331 Program reference: @internalsref{BreathingSign}.
3332
3333 Examples: @lsr{expressive,breathing-sign.ly}.
3334
3335
3336 @node Ligatures
3337 @subsection Ligatures
3338
3339 @cindex Ligatures
3340
3341 @c TODO: Should double check if I recalled things correctly when I wrote
3342 @c down the following paragraph by heart.
3343
3344 A ligature is a graphical symbol that represents at least two distinct
3345 notes.  Ligatures originally appeared in the manuscripts of Gregorian
3346 chant notation to denote ascending or descending sequences of notes.
3347
3348 Ligatures are entered by enclosing them in @code{\[} and @code{\]}.
3349 Some ligature styles may need additional input syntax specific for
3350 this particular type of ligature.  By default, the
3351 @internalsref{LigatureBracket} engraver just puts a square bracket
3352 above the ligature
3353
3354 @lilypond[quote,ragged-right,verbatim]
3355 \transpose c c' {
3356   \[ g c a f d' \]
3357   a g f
3358   \[ e f a g \]
3359 }
3360 @end lilypond
3361
3362 To select a specific style of ligatures, a proper ligature engraver
3363 has to be added to the @internalsref{Voice} context, as explained in
3364 the following subsections.   Only white mensural ligatures
3365 are supported with certain limitations.
3366
3367
3368
3369 @refbugs
3370
3371 Ligatures need special spacing that has not yet been implemented.  As
3372 a result, there is too much space between ligatures most of the time,
3373 and line breaking often is unsatisfactory.  Also, lyrics do not
3374 correctly align with ligatures.
3375
3376 Accidentals must not be printed within a ligature, but instead need to
3377 be collected and printed in front of it.
3378
3379 The syntax still uses the deprecated infix style @code{\[ music expr
3380 \]}.  For consistency reasons, it will eventually be changed to
3381 postfix style @code{note\[ ... note\]}.  Alternatively, the file
3382 @file{gregorian@/-init@/.ly} can be included; it provides a scheme
3383 function
3384 @example
3385 \ligature @var{music expr}
3386 @end example
3387 with the same effect and is believed to be stable.
3388
3389 @menu
3390 * White mensural ligatures::    
3391 * Gregorian square neumes ligatures::  
3392 @end menu
3393
3394 @node White mensural ligatures
3395 @subsubsection White mensural ligatures
3396
3397 @cindex Mensural ligatures
3398 @cindex White mensural ligatures
3399
3400 There is limited support for white mensural ligatures.
3401
3402 To engrave white mensural ligatures, in the layout block put the
3403 @internalsref{Mensural_ligature_engraver} into the
3404 @internalsref{Voice} context, and remove the
3405 @internalsref{Ligature_bracket_engraver}, like this
3406
3407 @example
3408 \layout @{
3409   \context @{
3410     \Voice
3411     \remove Ligature_bracket_engraver
3412     \consists Mensural_ligature_engraver
3413   @}
3414 @}
3415 @end example
3416
3417 There is no additional input language to describe the shape of a
3418 white mensural ligature.  The shape is rather determined solely from
3419 the pitch and duration of the enclosed notes.  While this approach may
3420 take a new user a while to get accustomed to, it has the great advantage
3421 that the full musical information of the ligature is known internally.
3422 This is not only required for correct MIDI output, but also allows for
3423 automatic transcription of the ligatures.
3424
3425 For example,
3426
3427 @example
3428 \set Score.timing = ##f
3429 \set Score.defaultBarType = "empty"
3430 \override NoteHead #'style = #'neomensural
3431 \override Staff.TimeSignature #'style = #'neomensural
3432 \clef "petrucci-g"
3433 \[ c'\maxima g \]
3434 \[ d\longa c\breve f e d \]
3435 \[ c'\maxima d'\longa \]
3436 \[ e'1 a g\breve \]
3437 @end example
3438 @lilypond[quote,ragged-right]
3439 \score {
3440   \transpose c c' {
3441     \set Score.timing = ##f
3442     \set Score.defaultBarType = "empty"
3443     \override NoteHead #'style = #'neomensural
3444     \override Staff.TimeSignature #'style = #'neomensural
3445     \clef "petrucci-g"
3446     \[ c'\maxima g \]
3447     \[ d\longa c\breve f e d \]
3448     \[ c'\maxima d'\longa \]
3449     \[ e'1 a g\breve \]
3450   }
3451   \layout {
3452     \context {
3453       \Voice
3454       \remove Ligature_bracket_engraver
3455       \consists Mensural_ligature_engraver
3456     }
3457   }
3458 }
3459 @end lilypond
3460
3461 Without replacing @internalsref{Ligature_bracket_engraver} with
3462 @internalsref{Mensural_ligature_engraver}, the same music transcribes
3463 to the following
3464
3465 @lilypond[quote,ragged-right]
3466 \transpose c c' {
3467   \set Score.timing = ##f
3468   \set Score.defaultBarType = "empty"
3469   \override NoteHead #'style = #'neomensural
3470   \override Staff.TimeSignature #'style = #'neomensural
3471   \clef "petrucci-g"
3472   \[ c'\maxima g \]
3473   \[ d\longa c\breve f e d \]
3474   \[ c'\maxima d'\longa \]
3475   \[ e'1 a g\breve \]
3476 }
3477 @end lilypond
3478
3479 @refbugs
3480
3481 Horizontal spacing is poor.
3482
3483 @node Gregorian square neumes ligatures
3484 @subsubsection Gregorian square neumes ligatures
3485
3486 @cindex Square neumes ligatures
3487 @cindex Gregorian square neumes ligatures
3488
3489 There is limited support for Gregorian square neumes notation
3490 (following the style of the Editio Vaticana).  Core ligatures can
3491 already be typeset, but essential issues for serious typesetting are
3492 still lacking, such as (among others) horizontal alignment of multiple
3493 ligatures, lyrics alignment and proper handling of accidentals.
3494
3495
3496 The following table contains the extended neumes table of the 2nd
3497 volume of the Antiphonale Romanum (@emph{Liber Hymnarius}), published
3498 1983 by the monks of Solesmes.
3499
3500 @multitable @columnfractions .4 .2 .2 .2
3501
3502 @item
3503 @b{Neuma aut@*
3504 Neumarum Elementa}
3505 @tab
3506 @b{Figurae@*
3507 Rectae}
3508 @tab
3509 @b{Figurae@*
3510 Liquescentes@*
3511 Auctae}
3512 @tab
3513 @b{Figurae@*
3514 Liquescentes@*
3515 Deminutae}
3516
3517 @c TODO: \layout block is identical in all of the below examples.
3518 @c Therefore, it should somehow be included rather than duplicated all
3519 @c the time. --jr
3520
3521 @c why not make identifiers in ly/engraver-init.ly? --hwn
3522
3523 @c Because it's just used to typeset plain notes without
3524 @c a staff for demonstration purposes rather than something
3525 @c special of Gregorian chant notation. --jr
3526
3527 @item
3528 @code{1. Punctum}
3529 @tab
3530 @lilypond[staffsize=26,line-width=1.5\cm]
3531 \include "gregorian-init.ly"
3532 \score {
3533   \transpose c c' {
3534     % Punctum
3535     \[ b \]
3536     \noBreak s^\markup {"a"} \noBreak
3537
3538     % Punctum Inclinatum
3539     \[ \inclinatum b \]
3540     \noBreak s^\markup {"b"}
3541   }
3542 \layout { \neumeDemoLayout }}
3543 @end lilypond
3544 @tab
3545 @lilypond[staffsize=26,line-width=2.5\cm]
3546 \include "gregorian-init.ly"
3547 \score {
3548   \transpose c c' {
3549     % Punctum Auctum Ascendens
3550     \[ \auctum \ascendens b \]
3551     \noBreak s^\markup {"c"} \noBreak
3552
3553     % Punctum Auctum Descendens
3554     \[ \auctum \descendens b \]
3555     \noBreak s^\markup {"d"} \noBreak
3556
3557     % Punctum Inclinatum Auctum
3558     \[ \inclinatum \auctum b \]
3559     \noBreak s^\markup {"e"}
3560   }
3561 \layout { \neumeDemoLayout }}
3562 @end lilypond
3563 @tab
3564 @lilypond[staffsize=26,line-width=1.0\cm]
3565 \include "gregorian-init.ly"
3566 \score {
3567   \transpose c c' {
3568     % Punctum Inclinatum Parvum
3569     \[ \inclinatum \deminutum b \]
3570     \noBreak s^\markup {"f"}
3571   }
3572 \layout { \neumeDemoLayout }}
3573 @end lilypond
3574
3575 @item
3576 @code{2. Virga}
3577 @tab
3578 @lilypond[staffsize=26,line-width=1.0\cm]
3579 \include "gregorian-init.ly"
3580 \score {
3581   \transpose c c' {
3582     % Virga
3583     \[ \virga b \]
3584     \noBreak s^\markup {"g"}
3585   }
3586 \layout { \neumeDemoLayout }}
3587 @end lilypond
3588 @tab
3589 @tab
3590
3591 @item
3592 @code{3. Apostropha vel Stropha}
3593 @tab
3594 @lilypond[staffsize=26,line-width=1.0\cm]
3595 \include "gregorian-init.ly"
3596 \score {
3597   \transpose c c' {
3598     % Stropha
3599     \[ \stropha b \]
3600     \noBreak s^\markup {"h"}
3601   }
3602 \layout { \neumeDemoLayout }}
3603 @end lilypond
3604 @tab
3605 @lilypond[staffsize=26,line-width=1.0\cm]
3606 \include "gregorian-init.ly"
3607 \score {
3608   \transpose c c' {
3609     % Stropha Aucta
3610     \[ \stropha \auctum b \]
3611     \noBreak s^\markup {"i"}
3612   }
3613 \layout { \neumeDemoLayout }}
3614 @end lilypond
3615 @tab
3616
3617 @item
3618 @code{4. Oriscus}
3619 @tab
3620 @lilypond[staffsize=26,line-width=1.0\cm]
3621 \include "gregorian-init.ly"
3622 \score {
3623   \transpose c c' {
3624     % Oriscus
3625     \[ \oriscus b \]
3626     \noBreak s^\markup {"j"}
3627   }
3628 \layout { \neumeDemoLayout }}
3629 @end lilypond
3630 @tab
3631 @tab
3632
3633 @item
3634 @code{5. Clivis vel Flexa}
3635 @tab
3636 @lilypond[staffsize=26,line-width=1.0\cm]
3637 \include "gregorian-init.ly"
3638 \score {
3639   \transpose c c' {
3640     % Clivis vel Flexa
3641     \[ b \flexa g \]
3642     s^\markup {"k"}
3643   }
3644 \layout { \neumeDemoLayout }}
3645 @end lilypond
3646 @tab
3647 @lilypond[staffsize=26,line-width=2.0\cm]
3648 \include "gregorian-init.ly"
3649 \score {
3650   \transpose c c' {
3651     % Clivis Aucta Descendens
3652     \[ b \flexa \auctum \descendens g \]
3653     \noBreak s^\markup {"l"} \noBreak
3654
3655     % Clivis Aucta Ascendens
3656     \[ b \flexa \auctum \ascendens g \]
3657     \noBreak s^\markup {"m"}
3658   }
3659 \layout { \neumeDemoLayout }}
3660 @end lilypond
3661 @tab
3662 @lilypond[staffsize=26,line-width=1.0\cm]
3663 \include "gregorian-init.ly"
3664 \score {
3665   \transpose c c' {
3666     % Cephalicus
3667     \[ b \flexa \deminutum g \]
3668     s^\markup {"n"}
3669   }
3670 \layout { \neumeDemoLayout }}
3671 @end lilypond
3672
3673 @item
3674 @code{6. Podatus vel Pes}
3675 @tab
3676 @lilypond[staffsize=26,line-width=1.0\cm]
3677 \include "gregorian-init.ly"
3678 \score {
3679   \transpose c c' {
3680     % Podatus vel Pes
3681     \[ g \pes b \]
3682     s^\markup {"o"}
3683   }
3684 \layout { \neumeDemoLayout }}
3685 @end lilypond
3686 @tab
3687 @lilypond[staffsize=26,line-width=2.0\cm]
3688 \include "gregorian-init.ly"
3689 \score {
3690   \transpose c c' {
3691     % Pes Auctus Descendens
3692     \[ g \pes \auctum \descendens b \]
3693     \noBreak s^\markup {"p"} \noBreak
3694
3695     % Pes Auctus Ascendens
3696     \[ g \pes \auctum \ascendens b \]
3697     \noBreak s^\markup {"q"}
3698   }
3699 \layout { \neumeDemoLayout }}
3700 @end lilypond
3701 @tab
3702 @lilypond[staffsize=26,line-width=1.0\cm]
3703 \include "gregorian-init.ly"
3704 \score {
3705   \transpose c c' {
3706     % Epiphonus
3707     \[ g \pes \deminutum b \]
3708     s^\markup {"r"}
3709   }
3710 \layout { \neumeDemoLayout }}
3711 @end lilypond
3712
3713 @item
3714 @code{7. Pes Quassus}
3715 @tab
3716 @lilypond[staffsize=26,line-width=1.0\cm]
3717 \include "gregorian-init.ly"
3718 \score {
3719   \transpose c c' {
3720     % Pes Quassus
3721     \[ \oriscus g \pes \virga b \]
3722     s^\markup {"s"}
3723   }
3724 \layout { \neumeDemoLayout }}
3725 @end lilypond
3726 @tab
3727 @lilypond[staffsize=26,line-width=1.0\cm]
3728 \include "gregorian-init.ly"
3729 \score {
3730   \transpose c c' {
3731     % Pes Quassus Auctus Descendens
3732     \[ \oriscus g \pes \auctum \descendens b \]
3733     s^\markup {"t"}
3734   }
3735 \layout { \neumeDemoLayout }}
3736 @end lilypond
3737 @tab
3738
3739 @item
3740 @code{8. Quilisma Pes}
3741 @tab
3742 @lilypond[staffsize=26,line-width=1.0\cm]
3743 \include "gregorian-init.ly"
3744 \score {
3745   \transpose c c' {
3746     % Quilisma Pes
3747     \[ \quilisma g \pes b \]
3748     s^\markup {"u"}
3749   }
3750 \layout { \neumeDemoLayout }}
3751 @end lilypond
3752 @tab
3753 @lilypond[staffsize=26,line-width=1.0\cm]
3754 \include "gregorian-init.ly"
3755 \score {
3756   \transpose c c' {
3757     % Quilisma Pes Auctus Descendens
3758     \[ \quilisma g \pes \auctum \descendens b \]
3759     s^\markup {"v"}
3760   }
3761 \layout { \neumeDemoLayout }}
3762 @end lilypond
3763 @tab
3764
3765 @item
3766 @code{9. Podatus Initio Debilis}
3767 @tab
3768 @lilypond[staffsize=26,line-width=1.0\cm]
3769 \include "gregorian-init.ly"
3770 \score {
3771   \transpose c c' {
3772     % Pes Initio Debilis
3773     \[ \deminutum g \pes b \]
3774     s^\markup {"w"}
3775   }
3776 \layout { \neumeDemoLayout }}
3777 @end lilypond
3778 @tab
3779 @lilypond[staffsize=26,line-width=1.0\cm]
3780 \include "gregorian-init.ly"
3781 \score {
3782   \transpose c c' {
3783     % Pes Auctus Descendens Initio Debilis
3784     \[ \deminutum g \pes \auctum \descendens b \]
3785     s^\markup {"x"}
3786   }
3787 \layout { \neumeDemoLayout }}
3788 @end lilypond
3789 @tab
3790
3791 @item
3792 @code{10. Torculus}
3793 @tab
3794 @lilypond[staffsize=26,line-width=1.0\cm]
3795 \include "gregorian-init.ly"
3796 \score {
3797   \transpose c c' {
3798     % Torculus
3799     \[ a \pes b \flexa g \]
3800     s^\markup {"y"}
3801   }
3802 \layout { \neumeDemoLayout }}
3803 @end lilypond
3804 @tab
3805 @lilypond[staffsize=26,line-width=1.0\cm]
3806 \include "gregorian-init.ly"
3807 \score {
3808   \transpose c c' {
3809     % Torculus Auctus Descendens
3810     \[ a \pes b \flexa \auctum \descendens g \]
3811     s^\markup {"z"}
3812   }
3813 \layout { \neumeDemoLayout }}
3814 @end lilypond
3815 @tab
3816 @lilypond[staffsize=26,line-width=1.0\cm]
3817 \include "gregorian-init.ly"
3818 \score {
3819   \transpose c c' {
3820     % Torculus Deminutus
3821     \[ a \pes b \flexa \deminutum g \]
3822     s^\markup {"A"}
3823   }
3824 \layout { \neumeDemoLayout }}
3825 @end lilypond
3826
3827 @item
3828 @code{11. Torculus Initio Debilis}
3829 @tab
3830 @lilypond[staffsize=26,line-width=1.0\cm]
3831 \include "gregorian-init.ly"
3832 \score {
3833   \transpose c c' {
3834     % Torculus Initio Debilis
3835     \[ \deminutum a \pes b \flexa g \]
3836     s^\markup {"B"}
3837   }
3838 \layout { \neumeDemoLayout }}
3839 @end lilypond
3840 @tab
3841 @lilypond[staffsize=26,line-width=1.0\cm]
3842 \include "gregorian-init.ly"
3843 \score {
3844   \transpose c c' {
3845     % Torculus Auctus Descendens Initio Debilis
3846     \[ \deminutum a \pes b \flexa \auctum \descendens g \]
3847     s^\markup {"C"}
3848   }
3849 \layout { \neumeDemoLayout }}
3850 @end lilypond
3851 @tab
3852 @lilypond[staffsize=26,line-width=1.0\cm]
3853 \include "gregorian-init.ly"
3854 \score {
3855   \transpose c c' {
3856     % Torculus Deminutus Initio Debilis
3857     \[ \deminutum a \pes b \flexa \deminutum g \]
3858     s^\markup {"D"}
3859   }
3860 \layout { \neumeDemoLayout }}
3861 @end lilypond
3862
3863 @item
3864 @code{12. Porrectus}
3865 @tab
3866 @lilypond[staffsize=26,line-width=1.0\cm]
3867 \include "gregorian-init.ly"
3868 \score {
3869   \transpose c c' {
3870     % Porrectus
3871     \[ a \flexa g \pes b \]
3872     s^\markup {"E"}
3873   }
3874 \layout { \neumeDemoLayout }}
3875 @end lilypond
3876 @tab
3877 @lilypond[staffsize=26,line-width=1.0\cm]
3878 \include "gregorian-init.ly"
3879 \score {
3880   \transpose c c' {
3881     % Porrectus Auctus Descendens
3882     \[ a \flexa g \pes \auctum \descendens b \]
3883     s^\markup {"F"}
3884   }
3885 \layout { \neumeDemoLayout }}
3886 @end lilypond
3887 @tab
3888 @lilypond[staffsize=26,line-width=1.0\cm]
3889 \include "gregorian-init.ly"
3890 \score {
3891   \transpose c c' {
3892     % Porrectus Deminutus
3893     \[ a \flexa g \pes \deminutum b \]
3894     s^\markup {"G"}
3895   }
3896 \layout { \neumeDemoLayout }}
3897 @end lilypond
3898
3899 @item
3900 @code{13. Climacus}
3901 @tab
3902 @lilypond[staffsize=26,line-width=1.0\cm]
3903 \include "gregorian-init.ly"
3904 \score {
3905   \transpose c c' {
3906     % Climacus
3907     \[ \virga b \inclinatum a \inclinatum g \]
3908     s^\markup {"H"}
3909   }
3910   \layout { \neumeDemoLayout }
3911 }
3912 @end lilypond
3913 @tab
3914 @lilypond[staffsize=26,line-width=1.0\cm]
3915 \include "gregorian-init.ly"
3916 \score {
3917   \transpose c c' {
3918     % Climacus Auctus
3919     \[ \virga b \inclinatum a \inclinatum \auctum g \]
3920     s^\markup {"I"}
3921   }
3922 \layout { \neumeDemoLayout }}
3923 @end lilypond
3924 @tab
3925 @lilypond[staffsize=26,line-width=1.0\cm]
3926 \include "gregorian-init.ly"
3927 \score {
3928   \transpose c c' {
3929     % Climacus Deminutus
3930     \[ \virga b \inclinatum a \inclinatum \deminutum g \]
3931     s^\markup {"J"}
3932   }
3933 \layout { \neumeDemoLayout }}
3934 @end lilypond
3935
3936 @item
3937 @code{14. Scandicus}
3938 @tab
3939 @lilypond[staffsize=26,line-width=1.0\cm]
3940 \include "gregorian-init.ly"
3941 \score {
3942   \transpose c c' {
3943     % Scandicus
3944     \[ g \pes a \virga b \]
3945     s^\markup {"K"}
3946   }
3947 \layout { \neumeDemoLayout }}
3948 @end lilypond
3949 @tab
3950 @lilypond[staffsize=26,line-width=1.0\cm]
3951 \include "gregorian-init.ly"
3952 \score {
3953   \transpose c c' {
3954     % Scandicus Auctus Descendens
3955     \[ g \pes a \pes \auctum \descendens b \]
3956     s^\markup {"L"}
3957   }
3958 \layout { \neumeDemoLayout }}
3959 @end lilypond
3960 @tab
3961 @lilypond[staffsize=26,line-width=1.0\cm]
3962 \include "gregorian-init.ly"
3963 \score {
3964   \transpose c c' {
3965     % Scandicus Deminutus
3966     \[ g \pes a \pes \deminutum b \]
3967     s^\markup {"M"}
3968   }
3969 \layout { \neumeDemoLayout }}
3970 @end lilypond
3971
3972 @item
3973 @code{15. Salicus}
3974 @tab
3975 @lilypond[staffsize=26,line-width=1.0\cm]
3976 \include "gregorian-init.ly"
3977 \score {
3978   \transpose c c' {
3979     % Salicus
3980     \[ g \oriscus a \pes \virga b \]
3981     s^\markup {"N"}
3982   }
3983 \layout { \neumeDemoLayout }}
3984 @end lilypond
3985 @tab
3986 @lilypond[staffsize=26,line-width=1.0\cm]
3987 \include "gregorian-init.ly"
3988 \score {
3989   \transpose c c' {
3990     % Salicus Auctus Descendens
3991     \[ g \oriscus a \pes \auctum \descendens b \]
3992     s^\markup {"O"}
3993   }
3994 \layout { \neumeDemoLayout }}
3995 @end lilypond
3996 @tab
3997
3998 @item
3999 @code{16. Trigonus}
4000 @tab
4001 @lilypond[staffsize=26,line-width=1.0\cm]
4002 \include "gregorian-init.ly"
4003 \score {
4004   \transpose c c' {
4005     % Trigonus
4006     \[ \stropha b \stropha b \stropha a \]
4007     s^\markup {"P"}
4008   }
4009   \layout { \neumeDemoLayout }
4010 }
4011 @end lilypond
4012 @tab
4013 @tab
4014
4015 @end multitable
4016
4017
4018 Unlike most other neumes notation systems, the input language for
4019 neumes does not reflect the typographical appearance, but is designed
4020 to focus on musical meaning.  For example, @code{\[ a \pes b
4021 \flexa g \]} produces a Torculus consisting of three Punctum heads,
4022 while @code{\[ a \flexa g \pes b \]} produces a Porrectus with a
4023 curved flexa shape and only a single Punctum head.  There is no
4024 command to explicitly typeset the curved flexa shape; the decision of
4025 when to typeset a curved flexa shape is based on the musical
4026 input.  The idea of this approach is to separate the musical aspects
4027 of the input from the notation style of the output.  This way, the
4028 same input can be reused to typeset the same music in a different
4029 style of Gregorian chant notation.
4030
4031 The following table shows the code fragments that produce the
4032 ligatures in the above neumes table.  The letter in the first column
4033 in each line of the below table indicates to which ligature in the
4034 above table it refers.  The second column gives the name of the
4035 ligature.  The third column shows the code fragment that produces this
4036 ligature, using @code{g}, @code{a}, and @code{b} as example pitches.
4037
4038 @multitable @columnfractions .02 .31 .67
4039 @item
4040 @b{#}
4041 @tab
4042 @b{Name}
4043 @tab
4044 @b{Input Language}
4045
4046 @item
4047 a
4048 @tab
4049 Punctum
4050 @tab
4051 @code{\[ b \]}
4052
4053 @item
4054 b
4055 @tab
4056 Punctum Inclinatum
4057 @tab
4058 @code{\[ \inclinatum b \]}
4059
4060 @item
4061 c
4062 @tab
4063 Punctum Auctum@*
4064 Ascendens
4065 @tab
4066 @code{\[ \auctum \ascendens b \]}
4067
4068 @item
4069 d
4070 @tab
4071 Punctum Auctum@*
4072 Descendens
4073 @tab
4074 @code{\[ \auctum \descendens b \]}
4075
4076 @item
4077 e
4078 @tab
4079 Punctum Inclinatum@*
4080 Auctum
4081 @tab
4082 @code{\[ \inclinatum \auctum b \]}
4083
4084 @item
4085 f
4086 @tab
4087 Punctum Inclinatum@*
4088 Parvum @tab
4089 @code{\[ \inclinatum \deminutum b \]}
4090
4091 @item
4092 g
4093 @tab
4094 Virga
4095 @tab
4096 @code{\[ \virga b \]}
4097
4098 @item
4099 h
4100 @tab
4101 Stropha
4102 @tab
4103 @code{\[ \stropha b \]}
4104
4105 @item
4106 i
4107 @tab
4108 Stropha Aucta
4109 @tab
4110 @code{\[ \stropha \auctum b \]}
4111
4112 @item
4113 j
4114 @tab
4115 Oriscus
4116 @tab
4117 @code{\[ \oriscus b \]}
4118
4119 @item
4120 k
4121 @tab
4122 Clivis vel Flexa
4123 @tab
4124 @code{\[ b \flexa g \]}
4125
4126 @item
4127 l
4128 @tab
4129 Clivis Aucta@*
4130 Descendens
4131 @tab
4132 @code{\[ b \flexa \auctum \descendens g \]}
4133
4134 @item
4135 m
4136 @tab
4137 Clivis Aucta@*
4138 Ascendens
4139 @tab
4140 @code{\[ b \flexa \auctum \ascendens g \]}
4141
4142 @item
4143 n
4144 @tab
4145 Cephalicus
4146 @tab
4147 @code{\[ b \flexa \deminutum g \]}
4148
4149 @item
4150 o
4151 @tab
4152 Podatus vel Pes
4153 @tab
4154 @code{\[ g \pes b \]}
4155
4156 @item
4157 p
4158 @tab
4159 Pes Auctus@*
4160 Descendens
4161 @tab
4162 @code{\[ g \pes \auctum \descendens b \]}
4163
4164 @item
4165 q
4166 @tab
4167 Pes Auctus@*
4168 Ascendens
4169 @tab
4170 @code{\[ g \pes \auctum \ascendens b \]}
4171
4172 @item
4173 r
4174 @tab
4175 Epiphonus
4176 @tab
4177 @code{\[ g \pes \deminutum b \]}
4178
4179 @item
4180 s
4181 @tab
4182 Pes Quassus
4183 @tab
4184 @code{\[ \oriscus g \pes \virga b \]}
4185
4186 @item
4187 t
4188 @tab
4189 Pes Quassus@*
4190 Auctus Descendens @tab
4191 @code{\[ \oriscus g \pes \auctum \descendens b \]}
4192
4193 @item
4194 u
4195 @tab
4196 Quilisma Pes
4197 @tab
4198 @code{\[ \quilisma g \pes b \]}
4199
4200 @item
4201 v
4202 @tab
4203 Quilisma Pes@*
4204 Auctus Descendens
4205 @tab
4206 @code{\[ \quilisma g \pes \auctum \descendens b \]}
4207
4208 @item
4209 w
4210 @tab
4211 Pes Initio Debilis
4212 @tab
4213 @code{\[ \deminutum g \pes b \]}
4214
4215 @item
4216 x
4217 @tab
4218 Pes Auctus Descendens@*
4219 Initio Debilis
4220 @tab
4221 @code{\[ \deminutum g \pes \auctum \descendens b \]}
4222
4223 @item
4224 y
4225 @tab
4226 Torculus
4227 @tab
4228 @code{\[ a \pes b \flexa g \]}
4229
4230 @item
4231 z
4232 @tab
4233 Torculus Auctus@*
4234 Descendens
4235 @tab
4236 @code{\[ a \pes b \flexa \auctum \descendens g \]}
4237
4238 @item
4239 A
4240 @tab
4241 Torculus Deminutus
4242 @tab
4243 @code{\[ a \pes b \flexa \deminutum g \]}
4244
4245 @item
4246 B
4247 @tab
4248 Torculus Initio Debilis
4249 @tab
4250 @code{\[ \deminutum a \pes b \flexa g \]}
4251
4252 @item
4253 C
4254 @tab
4255 Torculus Auctus@*
4256 Descendens Initio Debilis
4257 @tab
4258 @code{\[ \deminutum a \pes b \flexa \auctum \descendens g \]}
4259
4260 @item
4261 D
4262 @tab
4263 Torculus Deminutus@*
4264 Initio Debilis
4265 @tab
4266 @code{\[ \deminutum a \pes b \flexa \deminutum g \]}
4267
4268 @item
4269 E
4270 @tab
4271 Porrectus
4272 @tab
4273 @code{\[ a \flexa g \pes b \]}
4274
4275 @item
4276 F
4277 @tab
4278 Porrectus Auctus@*
4279 Descendens
4280 @tab
4281 @code{\[ a \flexa g \pes \auctum \descendens b \]}
4282
4283 @item
4284 G
4285 @tab
4286 Porrectus Deminutus
4287 @tab
4288 @code{\[ a \flexa g \pes \deminutum b \]}
4289
4290 @item
4291 H
4292 @tab
4293 Climacus
4294 @tab
4295 @code{\[ \virga b \inclinatum a \inclinatum g \]}
4296
4297 @item
4298 I
4299 @tab
4300 Climacus Auctus
4301 @tab
4302 @code{\[ \virga b \inclinatum a \inclinatum \auctum g \]}
4303
4304 @item
4305 J
4306 @tab
4307 Climacus Deminutus
4308 @tab
4309 @code{\[ \virga b \inclinatum a \inclinatum \deminutum g \]}
4310
4311 @item
4312 K
4313 @tab
4314 Scandicus
4315 @tab
4316 @code{\[ g \pes a \virga b \]}
4317
4318 @item
4319 L
4320 @tab
4321 Scandicus Auctus@*
4322 Descendens
4323 @tab
4324 @code{\[ g \pes a \pes \auctum \descendens b \]}
4325
4326 @item
4327 M
4328 @tab
4329 Scandicus Deminutus
4330 @tab
4331 @code{\[ g \pes a \pes \deminutum b \]}
4332
4333 @item
4334 N
4335 @tab
4336 Salicus
4337 @tab
4338 @code{\[ g \oriscus a \pes \virga b \]}
4339
4340 @item
4341 O
4342 @tab
4343 Salicus Auctus Descendens
4344 @tab
4345 @code{\[ g \oriscus a \pes \auctum \descendens b \]}
4346
4347 @item
4348 P
4349 @tab
4350 Trigonus
4351 @tab
4352 @code{\[ \stropha b \stropha b \stropha a \]}
4353 @end multitable
4354
4355 The ligatures listed above mainly serve as a limited, but still
4356 representative pool of Gregorian ligature examples.  Virtually, within
4357 the ligature delimiters @code{\[} and @code{\]}, any number of heads
4358 may be accumulated to form a single ligature, and head prefixes like
4359 @code{\pes}, @code{\flexa}, @code{\virga}, @code{\inclinatum},
4360 etc. may be mixed in as desired.  The use of the set of rules that
4361 underlies the construction of the ligatures in the above table is
4362 accordingly extrapolated.  This way, infinitely many different
4363 ligatures can be created.
4364
4365 Augmentum dots, also called @emph{morae}, are added with the music
4366 function @code{\augmentum}.  Note that @code{\augmentum} is
4367 implemented as a unary music function rather than as head prefix.  It
4368 applies to the immediately following music expression only.  That is,
4369 @code{\augmentum \virga c} will have no visible effect.  Instead, say
4370 @code{\virga \augmentum c} or @code{\augmentum @{\virga c@}}.  Also
4371 note that you can say @code{\augmentum @{a g@}} as a shortcut for
4372 @code{\augmentum a \augmentum g}.
4373
4374 @lilypond[quote,ragged-right,verbatim]
4375 \include "gregorian-init.ly"
4376 \score {
4377   \new VaticanaVoice {
4378     \[ \augmentum a \flexa \augmentum g \]
4379     \augmentum g
4380   }
4381 }
4382 @end lilypond
4383
4384 @refcommands
4385
4386 The following head prefixes are supported
4387
4388 @funindex \virga
4389 @code{\virga},
4390 @funindex \stropha
4391 @code{\stropha},
4392 @funindex \inclinatum
4393 @code{\inclinatum},
4394 @funindex \auctum
4395 @code{\auctum},
4396 @funindex \descendens
4397 @code{\descendens},
4398 @funindex \ascendens
4399 @code{\ascendens},
4400 @funindex \oriscus
4401 @code{\oriscus},
4402 @funindex \quilisma
4403 @code{\quilisma},
4404 @funindex \deminutum
4405 @code{\deminutum},
4406 @funindex \cavum
4407 @code{\cavum},
4408 @funindex \linea
4409 @code{\linea}.
4410
4411 Head prefixes can be accumulated, though restrictions apply.  For
4412 example, either @code{\descendens} or @code{\ascendens} can be applied
4413 to a head, but not both to the same head.
4414
4415 @funindex \pes
4416 @funindex \flexa
4417 Two adjacent heads can be tied together with the @code{\pes} and
4418 @code{\flexa} infix commands for a rising and falling line of melody,
4419 respectively.
4420
4421 @funindex \augmentum
4422 Use the unary music function @code{\augmentum} to add augmentum dots.
4423
4424 @refbugs
4425
4426 When an @code{\augmentum} dot appears at the end of the last staff
4427 within a ligature, it is sometimes vertically placed wrong.  As a
4428 workaround, add an additional skip note (e.g. @code{s8}) as last note
4429 of the staff.
4430
4431 @code{\augmentum} should be implemented as a head prefix rather than a
4432 unary music function, such that @code{\augmentum} can be intermixed
4433 with head prefixes in arbitrary order.
4434
4435 @node Gregorian Chant contexts
4436 @subsection Gregorian Chant contexts
4437
4438 @cindex VaticanaVoiceContext
4439 @cindex VaticanaStaffContext
4440
4441 The predefined @code{VaticanaVoiceContext} and
4442 @code{VaticanaStaffContext} can be used to engrave a piece of
4443 Gregorian Chant in the style of the Editio Vaticana.  These contexts
4444 initialize all relevant context properties and grob properties to
4445 proper values, so you can immediately go ahead entering the chant, as
4446 the following excerpt demonstrates
4447
4448 @lilypond[quote,ragged-right,packed,verbatim]
4449 \include "gregorian-init.ly"
4450 \score {
4451   <<
4452     \new VaticanaVoice = "cantus" {
4453       \[ c'\melisma c' \flexa a \]
4454       \[ a \flexa \deminutum g\melismaEnd \]
4455       f \divisioMinima
4456       \[ f\melisma \pes a c' c' \pes d'\melismaEnd \]
4457       c' \divisioMinima \break
4458       \[ c'\melisma c' \flexa a \]
4459       \[ a \flexa \deminutum g\melismaEnd \] f \divisioMinima
4460     }
4461     \new Lyrics \lyricsto "cantus" {
4462       San- ctus, San- ctus, San- ctus
4463     }
4464   >>
4465 }
4466 @end lilypond
4467
4468
4469 @node Mensural contexts
4470 @subsection Mensural contexts
4471
4472 @cindex MensuralVoiceContext
4473 @cindex MensuralStaffContext
4474
4475 The predefined @code{MensuralVoiceContext} and
4476 @code{MensuralStaffContext} can be used to engrave a piece in mensural
4477 style.  These contexts initialize all relevant context properties and
4478 grob properties to proper values, so you can immediately go ahead
4479 entering the chant, as the following excerpt demonstrates
4480
4481 @lilypond[quote,ragged-right,verbatim]
4482 \score {
4483   <<
4484     \new MensuralVoice = "discantus" \transpose c c' {
4485       \override Score.BarNumber #'transparent = ##t {
4486         c'1\melisma bes a g\melismaEnd
4487         f\breve
4488         \[ f1\melisma a c'\breve d'\melismaEnd \]
4489         c'\longa
4490         c'\breve\melisma a1 g1\melismaEnd
4491         fis\longa^\signumcongruentiae
4492       }
4493     }
4494     \new Lyrics \lyricsto "discantus" {
4495       San -- ctus, San -- ctus, San -- ctus
4496     }
4497   >>
4498 }
4499 @end lilypond
4500
4501 @node Musica ficta accidentals
4502 @subsection Musica ficta accidentals
4503
4504 In European music from before about 1600, singers were often expected
4505 to chromatically alter notes at their own initiative. This is called
4506 @q{Musica Ficta}. In modern transcriptions, these accidentals are
4507 usually printed over the note.
4508
4509 @cindex Accidental, musica ficta
4510 @cindex Musica ficta
4511
4512 Support for such suggested accidentals is included, and can be
4513 switched on by setting @code{suggestAccidentals} to true.
4514
4515 @funindex suggestAccidentals
4516
4517 @lilypond[verbatim,fragment,relative=1]
4518 fis gis
4519 \set suggestAccidentals = ##t
4520 ais bis
4521 @end lilypond
4522
4523 @seealso
4524
4525 Program reference: @internalsref{Accidental_engraver} engraver and the
4526 @internalsref{AccidentalSuggestion} object.
4527
4528 @node Figured bass
4529 @subsection Figured bass
4530
4531 @cindex Basso continuo
4532
4533 @c TODO: musicological blurb about FB
4534
4535
4536 LilyPond has support for figured bass
4537
4538 @lilypond[quote,ragged-right,verbatim,fragment]
4539 <<
4540   \new Voice { \clef bass dis4 c d ais g fis}
4541   \new FiguredBass \figuremode {
4542     < 6 >4 < 7\+ >8 < 6+ [_!] >
4543     < 6 >4 <6 5 [3+] >
4544     < _ >4 < 6 5/>4
4545   }
4546 >>
4547 @end lilypond
4548
4549 The support for figured bass consists of two parts: there is an input
4550 mode, introduced by @code{\figuremode}, where you can enter bass figures
4551 as numbers, and there is a context called @internalsref{FiguredBass} that
4552 takes care of making @internalsref{BassFigure} objects.
4553
4554 In figures input mode, a group of bass figures is delimited by
4555 @code{<} and @code{>}.  The duration is entered after the @code{>}
4556 @example
4557 <4 6>
4558 @end example
4559 @lilypond[quote,ragged-right,fragment]
4560 \new FiguredBass
4561 \figuremode { <4 6> }
4562 @end lilypond
4563
4564 Accidentals are added when you append @code{-}, @code{!}, and @code{+}
4565 to the numbers.  A plus sign is added when you append @code{\+}, and
4566 diminished fifths and sevenths can be obtained with @code{5/} and @code{7/}.
4567
4568 @example
4569 <4- 6+ 7!> <5++> <3--> <7/> r <6\+ 5/>
4570 @end example
4571 @lilypond[quote,ragged-right,fragment]
4572 \figures { <4- 6+ 7!> <5++> <3--> <7/> r <6\+ 5/> }
4573 @end lilypond
4574
4575 Spaces may be inserted by using @code{_}.  Brackets are
4576 introduced with @code{[} and @code{]}. You can also include text
4577 strings and text markups, see @ref{Overview of text markup commands}.
4578
4579 @example
4580 < [4 6] 8 [_! 12] > < 5 \markup @{ \number 6 \super (1) @} >
4581 @end example
4582 @lilypond[quote,ragged-right,fragment]
4583 \new FiguredBass
4584 \figuremode { < [4 6] 8 [_! 12] > < 5 \markup{ \tiny \number 6 \super (1)} > }
4585 @end lilypond
4586
4587
4588 It is also possible to use continuation lines for repeated figures,
4589
4590 @lilypond[verbatim,relative=1]
4591 <<
4592   \new Staff {
4593     \clef bass
4594     c4 c c
4595   }
4596   \figures {
4597     \set useBassFigureExtenders = ##t
4598     <4 6> <3 6> <3 7>
4599   }
4600 >>
4601 @end lilypond
4602
4603 @noindent
4604 In this case, the extender lines always replace existing figures.
4605
4606 The @code{FiguredBass} context doesn't pay attention to the actual
4607 bass line. As a consequence, you may have to insert extra figures to
4608 get extender lines below all notes, and you may have to add @code{\!}
4609 to avoid getting an extender line, e.g.
4610
4611 @lilypond[relative=1]
4612 <<
4613   \new Voice
4614   \figures {
4615     \set useBassFigureExtenders = ##t
4616     <6 4->4. <6 4->16. <6 4->32 <5>8. r16 <6>8 <6\! 5->
4617   }
4618   {
4619     \clef bass
4620     f16. g32 f16. g32 f16. g32 f16. g32 f8. es16 d8 es
4621   }
4622 >>
4623 @end lilypond
4624
4625 When using continuation lines, common figures are always put in the
4626 same vertical position. When this is unwanted, you can insert a rest
4627 with @code{r}. The rest will clear any previous alignment.  For
4628 example, you can write
4629
4630 @example
4631   <4 6>8 r8
4632 @end example
4633
4634 @noindent
4635 instead of
4636 @example
4637   <4 6>4
4638 @end example
4639
4640 Accidentals and plus signs can appear before or after the numbers,
4641 depending on the @code{figuredBassAlterationDirection} and
4642 @code{figuredBassPlusDirection}
4643 properties
4644
4645 @lilypond
4646   \figures {
4647     <6\+> <5+> <6 4-> r
4648     \set figuredBassAlterationDirection = #1
4649     <6\+> <5+> <6 4-> r
4650     \set figuredBassPlusDirection = #1
4651     <6\+> <5+> <6 4-> r
4652     \set figuredBassAlterationDirection = #-1
4653     <6\+> <5+> <6 4-> r
4654   }
4655 @end lilypond
4656
4657
4658 Although the support for figured bass may superficially resemble chord
4659 support, it is much simpler.  The @code{\figuremode} mode simply
4660 stores the numbers and @internalsref{FiguredBass} context prints them
4661 as entered.  There is no conversion to pitches and no realizations of
4662 the bass are played in the MIDI file.
4663
4664 Internally, the code produces markup texts.  You can use any of the
4665 markup text properties to override formatting.  For example, the
4666 vertical spacing of the figures may be set with @code{baseline-skip}.
4667
4668
4669 Figured bass can also be added to @code{Staff} contexts
4670 directly.  In this case, their vertical position is adjusted
4671 automatically.
4672
4673 @lilypond[ragged-right,fragment,quote]
4674 <<
4675   \new Staff = someUniqueName
4676   \relative c'' {
4677     c4 c'8 r8 c,4 c'
4678   }
4679
4680   %% send to existing Staff.
4681   \context Staff = someUniqueName 
4682   \figuremode {
4683     <4>4 <6 10>8 s8
4684     
4685     \set Staff.useBassFigureExtenders = ##t
4686     <4 6>4 <4 6>
4687   }
4688 >>
4689 @end lilypond
4690
4691
4692 @commonprop
4693
4694 By default, this method produces figures above the notes.  To get
4695 figures below the notes, use
4696
4697 @example
4698 \override Staff.BassFigureAlignmentPositioning #'direction = #DOWN
4699 @end example
4700
4701
4702 @refbugs
4703
4704 When using figured bass above the staff with extender lines and
4705 @code{implicitBassFigures} the lines may become swapped around.
4706 Maintaining order consistently will be impossible when multiple figures
4707 have overlapping extender lines.  To avoid this problem, please
4708 use @code{stacking-dir} on @code{BassFigureAlignment}.
4709
4710
4711 @seealso
4712
4713 Program reference: @internalsref{NewBassFigure},
4714 @internalsref{BassFigureAlignment}, @internalsref{BassFigureLine},
4715 @internalsref{BassFigureBracket}, and
4716 @internalsref{BassFigureContinuation} objects and
4717 @internalsref{FiguredBass} context.
4718
4719
4720
4721 @node Other instrument specific notation
4722 @section Other instrument specific notation
4723
4724 This section includes extra information for writing for instruments.
4725
4726 @menu
4727 * Artificial harmonics (strings)::  
4728 @end menu
4729
4730 @node Artificial harmonics (strings)
4731 @subsection Artificial harmonics (strings)
4732
4733 @cindex artificial harmonics
4734
4735 Artificial harmonics are notated with a different notehead style.  They
4736 are entered by marking the harmonic pitch with @code{\harmonic}.
4737
4738 @lilypond[ragged-right,verbatim,quote,fragment,relative=1]
4739 <c g'\harmonic>4
4740 @end lilypond
4741