]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-scripts.ly
* lily/stem.cc (print): only produce stemlets if there are no
[lilypond.git] / input / regression / chord-scripts.ly
index 6a785c4c8b5421a8ffebccc99725967e13f63500..2509f336afa0b7f911a0fc29fb947e4ddad7d546 100644 (file)
@@ -1,5 +1,5 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.4.0"
 \header {
 
 texidoc = "Scripts can also be attached to chord elements."
@@ -7,14 +7,14 @@ 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
 
 
     }