]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/script-chart.ly
*** empty log message ***
[lilypond.git] / input / test / script-chart.ly
index 406817f17f26b709b298d7ddeb37358191228768..d0eb0cc2bf36b8fb72268186259684d014f7f0e9 100644 (file)
@@ -1,34 +1,39 @@
-\version "1.7.18"
-% FIXMEsoon: check if test/ is the best place.
+\version "2.6.0"
+
+% 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''\espressivo
+        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__
+      \context Lyrics \lyricmode {
+        accent__                marcato__               staccatissimo__                espressivo__
         staccato__              tenuto__                portato__
         upbow__                 downbow__               flageolet__
         thumb__                 lheel__                 rheel__
@@ -42,10 +47,10 @@ A chart showing all feta scripts. "
         longfermata__           verylongfermata__       segno__
         coda__                  varcoda__
       }
-    >
-    \paper {
+    >>
+    \layout {
       linewidth = 5.1\in
-      indent    = 0.0\mm
+      indent = 0.0\mm
     }
   }