]> git.donarmstrong.com Git - lilypond.git/blob - input/test/script-chart.ly
36cbbc50d0811a8e321b1d47b23a18398b3a120b
[lilypond.git] / input / test / script-chart.ly
1 \version "1.7.18"
2 % covered in refman.  delete, or move to an appendix. -gp
3 \header {
4     texidoc ="A chart showing all feta scripts"
5 }
6
7 \score {
8     <
9       \property Score.LyricText \override #'font-family = #'typewriter
10       \property Score.LyricText \override #'font-shape = #'upright
11       \context Staff \notes {
12         \property Score.timing = ##f
13         \property Score.barAlways = ##t
14         \property Staff.BarLine \override #'transparent = ##t
15         c''-\accent             c''-\marcato            c''-\staccatissimo
16         c''-\staccato           c''-\tenuto             c''-\portato
17         c''-\upbow              c''-\downbow            c''-\flageolet
18         c''-\thumb              c''^\lheel              c''-\rheel
19         c''^\ltoe               c''-\rtoe               c''-\open
20         c''-\stopped            c''-\turn               c''-\reverseturn
21         c''-\trill              c''-\prall              c''-\mordent
22         c''-\prallprall         c''-\prallmordent       c''-\upprall
23         c''-\downprall          c''-\upmordent          c''-\downmordent
24         c''-\pralldown          c''-\prallup            c''-\lineprall
25         c''-\signumcongruentiae c''-\shortfermata       c''-\fermata
26         c''-\longfermata        c''-\verylongfermata    c''-\segno
27         c''-\coda               c''-\varcoda
28       }
29       \context Lyrics \lyrics {
30         accent__                marcato__               staccatissimo__
31         staccato__              tenuto__                portato__
32         upbow__                 downbow__               flageolet__
33         thumb__                 lheel__                 rheel__
34         ltoe__                  rtoe__                  open__
35         stopped__               turn__                  reverseturn__
36         trill__                 prall__                 mordent__
37         prallprall__            prallmordent__          upprall__
38         downprall__             upmordent__             downmordent__
39         pralldown__             prallup__               lineprall__
40         signumcongruentiae__    shortfermata__          fermata__
41         longfermata__           verylongfermata__       segno__
42         coda__                  varcoda__
43       }
44     >
45     \paper {
46       linewidth = 5.1\in
47       indent    = 0.0\mm
48     }
49   }
50
51 %% new-chords-done %%