X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-suggestions.ly;h=f3b5d46ec13b65103e0e24aa15e19dd79b48b70e;hb=7271ef0cd2204b490c64abc1f77dc2609d81451f;hp=3e0ae0c72eebcaf42b043f9740bbd86f21078a03;hpb=d664f5a7153ec2b1a1c4c9fba2d2174bf3140695;p=lilypond.git diff --git a/input/regression/accidental-suggestions.ly b/input/regression/accidental-suggestions.ly index 3e0ae0c72e..f3b5d46ec1 100644 --- a/input/regression/accidental-suggestions.ly +++ b/input/regression/accidental-suggestions.ly @@ -7,16 +7,16 @@ denoting Musica Ficta." } -\version "2.12.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' }