X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fquote-overrides.ly;h=4a7c5d22d7164cd8ee138e17a134f344648d5df5;hb=ff22b3332b1089d38226f15a72040d8cbc202c12;hp=043864ed30b1c75d7e8e0f21033abc1258b3f4d6;hpb=2940cdd12c135ef94e4c95ac815e76014eef9c79;p=lilypond.git diff --git a/input/regression/quote-overrides.ly b/input/regression/quote-overrides.ly index 043864ed30..4a7c5d22d7 100644 --- a/input/regression/quote-overrides.ly +++ b/input/regression/quote-overrides.ly @@ -1,4 +1,4 @@ -\version "2.14.0" +\version "2.17.6" \header { texidoc = "The @code{\\quoteDuring} command shall also quote correctly all @@ -12,7 +12,7 @@ } mus = \relative c' { - % Acciaccaturas contain a slur and \override Stem #'stroke-style + % Acciaccaturas contain a slur and \override Flag.stroke-style % Thus, we're checking \override here c4 \acciaccatura d8 c4 % Checking \set and \unset @@ -21,17 +21,17 @@ mus = \relative c' { \set autoBeaming = ##f % Checking \once \override - \once \override Stem #'thickness = #8.0 d8 + \once \override Stem.thickness = #8.0 d8 % Checking two overrides - \override Stem #'thickness = #8.0 \override Stem #'stroke-style = "grace" + \override Stem.thickness = #8.0 \override Flag.stroke-style = "grace" d8 % reverting one of them - \revert Stem #'thickness d8 + \revert Stem.thickness d8 % and the other - \revert Stem #'stroke-style c8 + \revert Flag.stroke-style c8 % checking tweaks - c2-\tweak #'color #red -> + c2-\tweak color #red -> } \addQuote "music" \mus