]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/script-abbreviations.ly
* Documentation/user/lilypond-book.itely (An example of a
[lilypond.git] / input / test / script-abbreviations.ly
index 8a0be763d4526d68cf1b01dfc9e8eeb427bf64cb..09a50d60930e9c153614a56c3b4983876a802c8f 100644 (file)
@@ -1,26 +1,26 @@
 
 % this chart is used in the manual too.
 
-\version "1.9.8"
+\version "2.4.0"
 \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      
     }
   }