]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/script-chart.ly
* scm/lily.scm (ly:all-stencil-expressions):
[lilypond.git] / input / test / script-chart.ly
index 43127d59712b6a34f89ed6d2181f66061acffc36..0c4f6520360692583e8bb7e60c54eeacc8c6123e 100644 (file)
@@ -1,36 +1,36 @@
-\version "1.9.0"
+\version "2.3.4"
 
 % this chart is used in the manual too.
 
 \header {
     texidoc ="@cindex Feta scripts
 
-A chart showing all feta scripts.
+This chart shows all articulations, or scripts, that feta font contains.
 
 "
 }
 
 \score {
-    <
-      \property Score.LyricText \override #'font-family = #'typewriter
-      \property Score.LyricText \override #'font-shape = #'upright
-      \context Staff \notes {
-       \property Score.timing = ##f
-       \property Score.barAlways = ##t
-       \property Staff.BarLine \override #'transparent = ##t
-        c''-\accent             c''-\marcato            c''-\staccatissimo
-        c''-\staccato           c''-\tenuto             c''-\portato
-        c''-\upbow              c''-\downbow            c''-\flageolet
-        c''-\thumb              c''^\lheel              c''-\rheel
-        c''^\ltoe               c''-\rtoe               c''-\open
-        c''-\stopped            c''-\turn               c''-\reverseturn
-        c''-\trill              c''-\prall              c''-\mordent
-        c''-\prallprall         c''-\prallmordent       c''-\upprall
-        c''-\downprall          c''-\upmordent          c''-\downmordent
-        c''-\pralldown          c''-\prallup            c''-\lineprall
-        c''-\signumcongruentiae c''-\shortfermata       c''-\fermata
-        c''-\longfermata        c''-\verylongfermata    c''-\segno
-        c''-\coda               c''-\varcoda
+    <<
+      \override Score.LyricText  #'font-family = #'typewriter
+      \override Score.LyricText  #'font-shape = #'upright
+      \context Staff  {
+       \set Score.timing = ##f
+       \set Score.barAlways = ##t
+       \override Staff.BarLine  #'transparent = ##t
+        c''\accent             c''\marcato            c''\staccatissimo
+        c''\staccato           c''\tenuto             c''\portato
+        c''\upbow              c''\downbow            c''\flageolet
+        c''\thumb              c''^\lheel              c''\rheel
+        c''^\ltoe               c''\rtoe               c''\open
+        c''\stopped            c''\turn               c''\reverseturn
+        c''\trill              c''\prall              c''\mordent
+        c''\prallprall         c''\prallmordent       c''\upprall
+        c''\downprall          c''\upmordent          c''\downmordent
+        c''\pralldown          c''\prallup            c''\lineprall
+        c''\signumcongruentiae c''\shortfermata       c''\fermata
+        c''\longfermata        c''\verylongfermata    c''\segno
+        c''\coda               c''\varcoda
       }
       \context Lyrics \lyrics {
         accent__                marcato__               staccatissimo__
@@ -47,10 +47,10 @@ A chart showing all feta scripts.
         longfermata__           verylongfermata__       segno__
         coda__                  varcoda__
       }
-    >
+    >>
     \paper {
       linewidth = 5.1\in
-      indent    = 0.0\mm
+      indent = 0.0\mm
     }
   }