]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-cautionary.ly
page-layout: loose lines between systems; issue 2276
[lilypond.git] / input / regression / accidental-cautionary.ly
index 6decf9823d8828431e3a63633a44816dbce813bf..53e35c535fa22e35e3b78bc3db0bab10cf7bd440 100644 (file)
@@ -1,23 +1,22 @@
-\version "2.1.28"
+\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 }
 }