]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-scripts.ly
Web-ja: update introduction
[lilypond.git] / input / regression / chord-scripts.ly
index ebf386562f7fa7aa53624a0885f6b04a0879f209..c0f980a925e1b8cf00505823d5d585ad42df546d 100644 (file)
@@ -1,23 +1,16 @@
-\version "1.7.18"
-\header {
-
-texidoc = "Scripts can also be attached to chord elements."
+\version "2.19.21"
 
+\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''-. >4
+  < c-> >4
+  < c-. e-. g-. b-. >4
+  < c^^ >4
+  < c_^ >4
+  < c_^ e^^ >4
+  < c_^ e_^ >4
 }
-%% new-chords-done %%
-%% new-chords-done %%
\ No newline at end of file