]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/script-collision.ly
* lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
[lilypond.git] / input / regression / script-collision.ly
index 8e610517f257b683a274ce22bc5539aa4d972313..7fa6fc0757a64c3cd414ab1596bf0bab1da4f8d2 100644 (file)
@@ -1,5 +1,5 @@
 #(ly:set-option 'old-relative)
-\version "1.9.1"
+\version "1.9.2"
 
 \header {
 
@@ -11,8 +11,8 @@
 \notes \relative c'' {
   c4
   <<c d c'>>\marcato
-  < \context Voice = VA { \voiceOne c4^^ }
-    \context Voice = VB { \voiceTwo d4_^} >
+  <  { c4^^ }\\
+     { d4_^ } >
     }
 \paper { raggedright = ##t}
     }