]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote-during.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / quote-during.ly
index 3abc0eb6338a989b33136cde65e3b9fc56356106..b84a83aa527a485facb3856f7ca12037f0e63030 100644 (file)
@@ -8,7 +8,7 @@ quoted. In this example, a 16th rest is not quoted, since
 @code{rest-event} is not in @code{quotedEventTypes}."
 
 }
-\version "2.14.0"
+\version "2.17.6"
 \layout {
     ragged-right = ##t
 }
@@ -32,9 +32,9 @@ original = \relative c'' { c8 d s2 es8 gis8 }
        
        \set Staff.instrumentName = "orig+quote"        
        \set Staff.quotedEventTypes = #'(note-event articulation-event)
-       \new Voice {
-           \override Voice . Beam #'collision-voice-only = ##t
+       \new Voice {\voiceOne
+           \override Voice.Beam.collision-voice-only = ##t
            \original }
-       { s4 \quoteDuring #"quoteMe" { s2. } }
+       \new Voice {\voiceTwo s4 \quoteDuring #"quoteMe" { s2. } }
     >>
 >>