]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/script-collision.ly
*** empty log message ***
[lilypond.git] / input / regression / script-collision.ly
index 78645f915c7dd60e26a52ca7d08f6a66b054116f..b1f5d4ae01c944cfe249c1f6906fdd9279b697ad 100644 (file)
@@ -1,3 +1,4 @@
+\version "1.7.18"
 
 \header {
 
@@ -8,9 +9,10 @@
 \score  {
 \notes \relative c'' {
   c4
-  <c d c'-\marcato>
+  <<c d c'>>-\marcato
   < \context Voice = VA { \voiceOne c4^^ }
     \context Voice = VB { \voiceTwo d4_^} >
     }
-\paper { linewidth = -1. }
+\paper { raggedright = ##t}
     }
+