]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-scripts.ly
*** empty log message ***
[lilypond.git] / input / regression / chord-scripts.ly
index 8e7e803a35c1096e2104053e510aa90f5e3ca8b9..12df4099a91c2c215745ef0761fe969b120afcb4 100644 (file)
@@ -1,3 +1,5 @@
+
+\version "2.1.22"
 \header {
 
 texidoc = "Scripts can also be attached to chord elements."
@@ -6,15 +8,16 @@ 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
 
 
     }
 
 }
+