From: Rune Zedeler Date: Tue, 10 Dec 2002 15:31:15 +0000 (+0000) Subject: Bugfix. set cautionary-style instead of style X-Git-Tag: release/1.7.10~27 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2f8bac678c2220dab5342bc36acccb5b7c06ed36;p=lilypond.git Bugfix. set cautionary-style instead of style --- diff --git a/input/regression/accidental-cautionary.ly b/input/regression/accidental-cautionary.ly index 23b3687d8b..d2c16195d1 100644 --- a/input/regression/accidental-cautionary.ly +++ b/input/regression/accidental-cautionary.ly @@ -2,7 +2,7 @@ \header { texidoc = "Cautionary accidentals are indicated using either -smaller accidentals (default) or parentheses. +parentheses (default) or smaller accidentals. " @@ -12,7 +12,9 @@ smaller accidentals (default) or parentheses. \notes { c''4 cis''?4 - \property Staff.Accidental \override #'style = #'parentheses + \property Staff.Accidental \set #'cautionary-style = #'smaller + cis''?4 + \property Staff.Accidental \set #'cautionary-style = #'parentheses cis''?4 }} -%% new-chords-done %% \ No newline at end of file +%% new-chords-done %%