X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=inline;f=input%2Fregression%2Fquote-during.ly;h=b84a83aa527a485facb3856f7ca12037f0e63030;hb=dde9d4f6c50e55ac8f8c0386a3786d17e02ff755;hp=1f25719d090caecfe125a0ce84588ec17384e989;hpb=522f419e3ed3e09ecf834bbb5315ac1777ab13e0;p=lilypond.git diff --git a/input/regression/quote-during.ly b/input/regression/quote-during.ly index 1f25719d09..b84a83aa52 100644 --- a/input/regression/quote-during.ly +++ b/input/regression/quote-during.ly @@ -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.16.0" +\version "2.17.6" \layout { ragged-right = ##t } @@ -33,7 +33,7 @@ original = \relative c'' { c8 d s2 es8 gis8 } \set Staff.instrumentName = "orig+quote" \set Staff.quotedEventTypes = #'(note-event articulation-event) \new Voice {\voiceOne - \override Voice . Beam #'collision-voice-only = ##t + \override Voice.Beam.collision-voice-only = ##t \original } \new Voice {\voiceTwo s4 \quoteDuring #"quoteMe" { s2. } } >>