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