]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-cautionary.ly
Merge with master
[lilypond.git] / input / regression / accidental-cautionary.ly
index 9376f3ab1f16bd46db8cc221188bf7a8cfd923ed..b48c8b610d156e80901c38d5d4403c54d0c362a9 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.7.18"
+\version "2.11.5"
 \header {
 
 texidoc = "Cautionary accidentals are indicated using either
@@ -8,16 +8,14 @@ parentheses (default) or smaller accidentals.
 
 }
 
-\score {
-    \notes {
+\layout { ragged-right = ##t }
+
+{
     c''4
     cis''?4
-    \property Staff.Accidental \set #'cautionary-style = #'smaller
+    \once \override Staff.AccidentalCautionary #'font-size = #-2
     cis''?4
-    \property Staff.Accidental \set #'cautionary-style = #'parentheses
+    \once \override Staff.AccidentalCautionary #'parenthesized = ##t
     cis''?4
-    }
-
-\paper { raggedright = ##t }
 }
-%% new-chords-done %%
+