X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-suggestions.ly;h=f3b5d46ec13b65103e0e24aa15e19dd79b48b70e;hb=f31fa9710b9d7e7ba1fb3c272e19c2bd5c78eb0c;hp=3beb51a0fd6f2f924941d7b15c5a7ef76186ae2d;hpb=522f419e3ed3e09ecf834bbb5315ac1777ab13e0;p=lilypond.git diff --git a/input/regression/accidental-suggestions.ly b/input/regression/accidental-suggestions.ly index 3beb51a0fd..f3b5d46ec1 100644 --- a/input/regression/accidental-suggestions.ly +++ b/input/regression/accidental-suggestions.ly @@ -7,16 +7,16 @@ denoting Musica Ficta." } -\version "2.16.0" +\version "2.19.21" \paper { ragged-right = ##t } -\relative c'' { +\relative { \time 2/4 \set suggestAccidentals = ##t - cis^> gis'-| - \override AccidentalSuggestion #'parenthesized = ##t + cis''^> gis'-! + \override AccidentalSuggestion.parenthesized = ##t cis,_"paren" gis' }