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