X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fquote-during.ly;h=185dba65da56997f1cf9605627f0c64f79341dd3;hb=627f9598585b3ced56e92b6c9aae22ec6c31adfa;hp=6803c3771e9b792220c1558f005a258a1a19ad28;hpb=03fe1f18eb63347ed645a615f1bb5d83afdb2ae6;p=lilypond.git diff --git a/input/regression/quote-during.ly b/input/regression/quote-during.ly index 6803c3771e..185dba65da 100644 --- a/input/regression/quote-during.ly +++ b/input/regression/quote-during.ly @@ -4,11 +4,11 @@ texidoc = "With @code{\\cueDuring} and @code{\\quoteDuring}, 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 +quoted. In this example, a 16th rest is not quoted, since @code{rest-event} is not in @code{quotedEventTypes}." } -\version "2.9.13" +\version "2.11.10" \layout { ragged-right = ##t } @@ -16,7 +16,7 @@ quoted. In this example, a 16th rests is not quoted, since quoteMe = \relative c' { fis4 r16 a8.-> b4-\ff c } -\addquote quoteMe \quoteMe +\addQuote quoteMe \quoteMe original = \relative c'' { c8 d s2 es8 gis8 } <<