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