]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-cautionary.ly
Issue 4687/2: Let partial-markup regtest show more complex omissions
[lilypond.git] / input / regression / accidental-cautionary.ly
index b45932676df2f264ef8a9b0e84ebb00c6dd3553b..70f4e8fa0a93f1982beea1abb119231afd64ce79 100644 (file)
@@ -1,7 +1,7 @@
-\version "2.7.32"
+\version "2.17.6"
 \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
 }