]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/script-chart.ly
*** empty log message ***
[lilypond.git] / input / test / script-chart.ly
index 7e3f5957f62987ff5262f35852e2149e58441c4c..d0eb0cc2bf36b8fb72268186259684d014f7f0e9 100644 (file)
@@ -1,11 +1,11 @@
-\version "2.1.22"
+\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.
 
 "
 }
@@ -14,11 +14,11 @@ A chart showing all feta scripts.
     <<
       \override Score.LyricText  #'font-family = #'typewriter
       \override Score.LyricText  #'font-shape = #'upright
-      \context Staff \notes {
+      \context Staff  {
        \set Score.timing = ##f
        \set Score.barAlways = ##t
        \override Staff.BarLine  #'transparent = ##t
-        c''\accent             c''\marcato            c''\staccatissimo
+        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
@@ -32,8 +32,8 @@ A chart showing all feta scripts.
         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__
@@ -48,7 +48,7 @@ A chart showing all feta scripts.
         coda__                  varcoda__
       }
     >>
-    \paper {
+    \layout {
       linewidth = 5.1\in
       indent = 0.0\mm
     }