]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-cautionary.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / accidental-cautionary.ly
index e8bd66233cf0ea3e5760ac82526778a376a25a98..87c7bda814908a879a55f6e676c8374532c73ca8 100644 (file)
@@ -1,21 +1,22 @@
-\version "2.3.4"
+\version "2.12.0"
 \header {
 
-texidoc = "Cautionary accidentals are indicated using either
+texidoc = "Cautionary accidentals may be indicated using either
 parentheses (default) or smaller accidentals.
 
 "
 
 }
 
-\paper { raggedright = ##t }
+\layout { ragged-right = ##t }
 
 {
     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
 }