]> git.donarmstrong.com Git - lilypond.git/blob - input/manual/script-chart.ly
Merge master into nested-bookparts
[lilypond.git] / input / manual / script-chart.ly
1 \version "2.11.61"
2
3 % this chart is used in the manual too.
4
5 \header {
6     texidoc ="@cindex Feta scripts
7
8 This chart shows all articulations, or scripts, that feta font contains.
9
10 "
11 }
12
13 \score {
14     <<
15       \override Score.LyricText  #'font-family = #'typewriter
16       \override Score.LyricText  #'font-shape = #'upright
17       \context Staff  {
18         \set Score.timing = ##f
19         \set Score.barAlways = ##t
20         \override Score.SeparationItem #'padding = #2.5
21         \override Staff.BarLine  #'transparent = ##t
22         c''\accent             c''\marcato            c''\staccatissimo         c''\espressivo
23         c''\staccato           c''\tenuto             c''\portato
24         c''\upbow              c''\downbow            c''\flageolet
25         c''\thumb              c''^\lheel             c''\rheel
26         c''^\ltoe              c''\rtoe               c''\open
27         c''\stopped            c''\turn               c''\reverseturn
28         c''\trill              c''\prall              c''\mordent
29         c''\prallprall         c''\prallmordent       c''\upprall
30         c''\downprall          c''\upmordent          c''\downmordent
31         c''\pralldown          c''\prallup            c''\lineprall
32         c''\signumcongruentiae c''\shortfermata       c''\fermata
33         c''\longfermata        c''\verylongfermata    c''\segno
34         c''\coda               c''\varcoda
35       }
36       \context Lyrics \lyricmode {
37         accent__                marcato__               staccatissimo__         espressivo__
38         staccato__              tenuto__                portato__
39         upbow__                 downbow__               flageolet__
40         thumb__                 lheel__                 rheel__
41         ltoe__                  rtoe__                  open__
42         stopped__               turn__                  reverseturn__
43         trill__                 prall__                 mordent__
44         prallprall__            prallmordent__          upprall__
45         downprall__             upmordent__             downmordent__
46         pralldown__             prallup__               lineprall__
47         signumcongruentiae__    shortfermata__          fermata__
48         longfermata__           verylongfermata__       segno__
49         coda__                  varcoda__
50       }
51     >>
52     \layout {
53       line-width = 5.1\in
54       indent = 0.0\mm
55     }
56   }
57
58