]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-scripts.ly
bump .ly \version to 2.10.0
[lilypond.git] / input / regression / chord-scripts.ly
index d8553b97e241ae588e3c8a75102f1ba58f322c52..1d00f7a3e1988de4d33bb3afe41052d647dec1ad 100644 (file)
@@ -1,23 +1,19 @@
 
-\version "2.3.16"
+\version "2.10.0"
 \header {
 
 texidoc = "Scripts can also be attached to chord elements."
 
 }
 
-\score {
-     \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-. >  
+  < c^^  > 4
+  < c_^  > 4
+  < c_^ e^^ > 4
+  < c_^ e^^ > 4
 
 
-    }
-
 }
-