]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-cautionary.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / accidental-cautionary.ly
index 71f6e03214835d9ca86c36cf8d9427e21c5831dd..babfea87038d970b95789b7401deeddfec1aedae 100644 (file)
@@ -1,13 +1,22 @@
+\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
-    }}
+}
+