]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/script-abbreviations.ly
*** empty log message ***
[lilypond.git] / input / test / script-abbreviations.ly
index 5832d4d967a8b373962e844b9f233ca2c1237872..02c371559186dc3d5c16713fe3a6f081f1925295 100644 (file)
@@ -1,26 +1,26 @@
 
 % this chart is used in the manual too.
 
-\version "1.7.18"
+\version "2.7.39"
 \header { texidoc = "@cindex Script Abbreviations
 
-Some scripts may be entered using an abbreviation.
+Some articulations may be entered using an abbreviation.
 
 "
          
 }
 
 \score {
-    \notes \context Voice {
-      \property Voice.TextScript \set #'font-family = #'typewriter
-      \property Voice.TextScript \set #'font-shape = #'upright
+     \context Voice {
+      \override TextScript  #'font-family = #'typewriter
+      \override TextScript  #'font-shape = #'upright
       c''4-._"c-."      s4
-      c''4--_"c-{}-"    s4
+      c''4--_"c--"      s4
       c''4-+_"c-+"      s4
       c''4-|_"c-|"      s4
       c''4->_"c->"      s4
-      c''4-^_"c-\\^{ }" s4
-      c''4-__"c-\_" s4      
+      c''4-^_"c-^"      s4
+      c''4-__"c-_"      s4      
     }
   }