]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-cautionary.ly
Merge branch 'HEAD' of git://git.sv.gnu.org/lilypond.git
[lilypond.git] / input / regression / accidental-cautionary.ly
index d93d253c045208208d43a2eea7798ae081968469..1b9a99f6cf7c7bd2e6f3065d256f24ab922ff182 100644 (file)
@@ -1,7 +1,7 @@
-\version "2.10.0"
+\version "2.11.5"
 \header {
 
-texidoc = "Cautionary accidentals are indicated using either
+texidoc = "Cautionary accidentals may be indicated using either
 parentheses (default) or smaller accidentals.
 
 "
@@ -13,9 +13,10 @@ parentheses (default) or smaller accidentals.
 {
     c''4
     cis''?4
-    \override Staff.Accidental  #'cautionary-style = #'smaller
+    \once \override Staff.AccidentalCautionary #'parenthesized = ##f
+    \once \override Staff.AccidentalCautionary #'font-size = #-2
     cis''?4
-    \override Staff.Accidental  #'cautionary-style = #'parentheses
+    \once \override Staff.AccidentalCautionary #'parenthesized = ##t
     cis''?4
 }