]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/script-stack-order.ly
* lily/beam.cc (rest_collision_callback): don't move anything if
[lilypond.git] / input / regression / script-stack-order.ly
index 745cd86b790db306cd0b6ec95abaa405a643bd82..7caf5e598915c784a9290fd800f02f6ff4ab4690 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.6"
+
+\version "2.1.7"
 \header {
     texidoc = "Scripts can be stacked. The order is determined by a
 priority field, but when objects have the same priority, the input
@@ -6,7 +7,7 @@ order determines the order. Objects specified first are closest to the note.
 "
 }
 
-\score{ \notes { c4^"inner up"^"outer up"_"inner down"_"outer down" }
-       \paper { linewidth = -1. }
+\score{ \notes\relative c'' { c4^"inner up"^"outer up"_"inner down"_"outer down" }
+       \paper { raggedright = ##t}
     } 
-%% new-chords-done %%
+