]> 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 b34c07b35c9b3a798f8853db594d6740e64738d7..babfea87038d970b95789b7401deeddfec1aedae 100644 (file)
@@ -1,23 +1,22 @@
-\version "2.1.36"
+\version "2.16.0"
 \header {
 
-texidoc = "Cautionary accidentals are indicated using either
+texidoc = "Cautionary accidentals may be indicated using either
 parentheses (default) or smaller accidentals.
 
 "
 
 }
 
-\score {
-    \notes {
+\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
-    }
-
-\paper { raggedright = ##t }
 }