]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-scripts.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / chord-scripts.ly
index 6fff693ebd59b68637be58bfa593f2cc4f02f695..b95cde22f0bfddcca6f64734cb8270f52294343f 100644 (file)
@@ -1,23 +1,19 @@
 
-\version "1.9.1"
+\version "2.12.0"
 \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
 
 
-    }
-
 }
-