]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / quote.ly
index 1f29585f3c06829f71ad84b682525c47e561c5e5..ffa937775b2c743e39f56d11a66fb8a88d8749c8 100644 (file)
@@ -3,11 +3,11 @@
 
     texidoc = "With @code{\\quote}, fragments of previously entered
 music may be quoted. @code{quotedEventTypes} will determines what
-things are quoted. In this example, a 16th rests is not quoted, since
+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.16.0"
 \layout {
     ragged-right = ##t
 }
@@ -30,8 +30,9 @@ 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)