]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-cautionary.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / accidental-cautionary.ly
index 38feb90c578d7af4c698154d0f76c87cedf2f5b1..babfea87038d970b95789b7401deeddfec1aedae 100644 (file)
@@ -1,14 +1,22 @@
-\version "1.5.68"
+\version "2.16.0"
 \header {
 
-texidoc = "Cautionary accidentals are indicated using either
-smaller accidentals (default) or parentheses."
+texidoc = "Cautionary accidentals may be indicated using either
+parentheses (default) or smaller accidentals.
+
+"
 
 }
 
-\score { \notes {
+\layout { ragged-right = ##t }
+
+{
     c''4
     cis''?4
-    \property Staff.Accidental \override #'cautionary-style = #'parentheses
+    \once \override Staff.AccidentalCautionary #'parenthesized = ##f
+    \once \override Staff.AccidentalCautionary #'font-size = #-2
+    cis''?4
+    \once \override Staff.AccidentalCautionary #'parenthesized = ##t
     cis''?4
-    }}
+}
+