]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / quote.ly
index 64a361e15ae2666cc722423b7fd46b7db78db993..aa63a632bd7220baf798c9fb668ca20e3776df32 100644 (file)
@@ -7,7 +7,7 @@ things are quoted. In this example, a 16th rest is not quoted, since
 @code{rest-event} is not in @code{quotedEventTypes}."
 
 }
-\version "2.11.10"
+\version "2.17.6"
 \layout {
     ragged-right = ##t
 }
@@ -30,11 +30,12 @@ original = \relative c'' { c8 d s2 es8 gis8 }
     \new Staff \relative c'' <<
        \set Staff.instrumentName = "orig+quote"        
        \set Staff.quotedEventTypes = #'(note-event articulation-event)
-       \original
-       \new Voice {
+       \new Voice {\voiceOne
+           \original }
+         \new Voice {\voiceTwo
            s4
            \set fontSize = #-4
-           \override Stem #'length-fraction = #(magstep -4)
+           \override Stem.length-fraction = #(magstep -4)
            \quoteDuring #"quoteMe" { \skip 2. }
        }
     >>