]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-scripts.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / chord-scripts.ly
index 510f8b365a1239399ca25392f4b7287c45ad8064..74aeda9fd06c0c8f5d191569bcef1b61db3a0af3 100644 (file)
@@ -1,23 +1,16 @@
+\version "2.16.0"
 
-\version "2.1.28"
 \header {
-
-texidoc = "Scripts can also be attached to chord elements."
-
+  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
 }
-