]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/script-stack-order.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / script-stack-order.ly
index 9e0386a5bbf576ad1ac1dd4610fd33e1190b1b9c..300682ff1e49bca427b74b139e496722484edd88 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.2.0"
+\version "2.3.4"
 \header {
     texidoc = "Scripts can be stacked. The order is determined by a
 priority field, but when objects have the same priority, the input
@@ -7,7 +7,7 @@ order determines the order. Objects specified first are closest to the note.
 "
 }
 
-\score{ \notes\relative c'' { c4^"inner up"^"outer up"_"inner down"_"outer down" }
+\score{ \relative c'' { c4^"inner up"^"outer up"_"inner down"_"outer down" }
        \paper { raggedright = ##t}
     }