]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-scripts.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / chord-scripts.ly
index f2e668b8f2fd7dc1327f0d1115ee1bb09ea55690..337d1f8a119c5b3bf3014ea90399ef823801cc3d 100644 (file)
@@ -1,23 +1,19 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\version "2.11.51"
 \header {
 
 texidoc = "Scripts can also be attached to chord elements."
 
 }
 
-\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-. >  
+  < c^^  > 4
+  < c_^  > 4
+  < c_^ e^^ > 4
+  < c_^ e^^ > 4
 
-    }
 
 }
-