]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-cautionary.ly
Merge with master
[lilypond.git] / input / regression / accidental-cautionary.ly
index d2c16195d119830d3921b9e065e12311f430c69d..b48c8b610d156e80901c38d5d4403c54d0c362a9 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.7.6"
+\version "2.11.5"
 \header {
 
 texidoc = "Cautionary accidentals are indicated using either
@@ -8,13 +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
-    }}
-%% new-chords-done %%
+}
+