]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/ancient/mensural-ligatures.ly
LSR: update to build system.
[lilypond.git] / input / lsr / ancient / mensural-ligatures.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.11.23"
3
4 \header { texidoc = "
5 In mensural ligatures, notes with ancient durations are printed in a
6 tight manner. 
7 " }
8
9 % Note that the horizontal alignment of the fermatas is related to the
10 % graphical width of the ligatures rather than the musical moment in time.
11 % This is intended behaviour.
12
13 voice =  \transpose c c' {
14   \set Score.timing = ##f
15   \set Score.defaultBarType = "empty"
16   g\longa c\breve a\breve f\breve d'\longa^\fermata
17   \bar "|"
18   \[
19     g\longa c\breve a\breve f\breve d'\longa^\fermata
20   \]
21   \bar "|"
22   e1 f1 a\breve g\longa^\fermata
23   \bar "|"
24   \[
25     e1 f1 a\breve g\longa^\fermata
26   \]
27   \bar "|"
28   e1 f1 a\breve g\longa^\fermata
29   \bar "||"
30 }
31
32 \paper {
33     line-thickness = \staff-space / 5.0
34 }
35 \score {
36     \context ChoirStaff <<
37         \new MensuralStaff <<
38             \context MensuralVoice <<
39                 \voice
40             >>
41         >>
42         \new Staff <<
43             \context Voice <<
44                 \voice
45             >>
46         >>
47     >>
48     \layout {
49         \context {
50             \Voice
51             \name MensuralVoice
52             \alias Voice
53             \remove Ligature_bracket_engraver
54             \consists Mensural_ligature_engraver
55             \override NoteHead #'style = #'mensural
56         }
57         \context {
58             \Staff
59             \name MensuralStaff
60             \alias Staff
61             \accepts MensuralVoice
62             \consists Custos_engraver
63             \override TimeSignature #'style = #'mensural
64             \override KeySignature #'glyph-name-alist = #alteration-mensural-glyph-name-alist
65             \override Accidental #'glyph-name-alist = #alteration-mensural-glyph-name-alist
66             \override Custos #'style = #'mensural
67             \override Custos #'neutral-position = #3
68             \override Custos #'neutral-direction = #-1
69             clefGlyph = #"clefs.petrucci-g"
70             clefPosition = #-2
71             clefOctavation = #-0
72         }
73         \context {
74             \RemoveEmptyStaffContext
75             \accepts MensuralVoice
76         }
77         \context {
78             \Score
79             \accepts MensuralStaff
80         }
81     }
82 }
83
84
85