]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-cautionary.ly
Gives tremoli a pure height function to fix horizontal spacing.
[lilypond.git] / input / regression / accidental-cautionary.ly
index 31ca460d186eef52ef8293dcbc33db27330233af..53e35c535fa22e35e3b78bc3db0bab10cf7bd440 100644 (file)
@@ -1,21 +1,22 @@
-\version "2.3.22"
+\version "2.14.0"
 \header {
 
-texidoc = "Cautionary accidentals are indicated using either
+texidoc = "Cautionary accidentals may be indicated using either
 parentheses (default) or smaller accidentals.
 
 "
 
 }
 
-\layout { 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
 }