]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-scripts.ly
*** empty log message ***
[lilypond.git] / input / regression / chord-scripts.ly
index baa1bfadfc210ce0014d9ae896b62d69e31fc72f..922e593062bf509d88485dcf8890ee2c70ba8051 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.18"
+
+\version "2.2.0"
 \header {
 
 texidoc = "Scripts can also be attached to chord elements."
@@ -7,13 +8,13 @@ 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
+       < c-.  > 4
+       < c->  > 4
+       < c-. e-. g-. b-. >  
+       < c^^  > 4
+       < c_^  > 4
+       < c_^ e^^ > 4
+       < c_^ e^^ > 4
 
 
     }