]> 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 04eebebe87f49155e197eef24b158867c49316e2..53e35c535fa22e35e3b78bc3db0bab10cf7bd440 100644 (file)
@@ -1,23 +1,22 @@
-\version "2.1.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.
 
 "
 
 }
 
-\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 }
 }