From 2f8bac678c2220dab5342bc36acccb5b7c06ed36 Mon Sep 17 00:00:00 2001 From: Rune Zedeler Date: Tue, 10 Dec 2002 15:31:15 +0000 Subject: [PATCH] Bugfix. set cautionary-style instead of style --- input/regression/accidental-cautionary.ly | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 %% -- 2.39.2