]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/script-chart.ly
*** empty log message ***
[lilypond.git] / input / test / script-chart.ly
index a752b0c8f6d05abe4dc5d0e93b86da117914fa22..7dea3ab5ca85f66d5977c56716c9306fbf1f0055 100644 (file)
@@ -1,23 +1,23 @@
-\version "1.9.4"
+\version "2.1.28"
 
 % 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
+      \override Score.LyricText  #'font-family = #'typewriter
+      \override Score.LyricText  #'font-shape = #'upright
       \context Staff \notes {
-       \property Score.timing = ##f
-       \property Score.barAlways = ##t
-       \property Staff.BarLine \override #'transparent = ##t
+       \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
@@ -50,7 +50,7 @@ A chart showing all feta scripts.
     >>
     \paper {
       linewidth = 5.1\in
-      indent    = 0.0\mm
+      indent = 0.0\mm
     }
   }