]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-scripts.ly
Display postevents on drum notes, rests and spacer rests
[lilypond.git] / input / regression / chord-scripts.ly
index f2e668b8f2fd7dc1327f0d1115ee1bb09ea55690..1bdc25dc3725c5e2ac7a989bb84185b5d02e0d5a 100644 (file)
@@ -1,23 +1,16 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
-\header {
-
-texidoc = "Scripts can also be attached to chord elements."
+\version "2.14.0"
 
+\header {
+  texidoc = "Scripts can also be attached to chord elements.
+They obey manual direction indicators."
 }
 
-\score {
-    \notes \relative c''{
-       << c-.  >> 4
-       << c->  >> 4
-       << c-. e-. g-. b-. >>  
-       << c^^  >> 4
-       << c_^  >> 4
-       << c_^ e^^ >> 4
-       << c_^ e^^ >> 4
-
-
-    }
-
+\relative c'' {
+  < c-. >4
+  < c-> >4
+  < c-. e-. g-. b-. >4
+  < c^^ >4
+  < c_^ >4
+  < c_^ e^^ >4
+  < c_^ e_^ >4
 }
-