]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-cautionary.ly
Doc-es: various updates.
[lilypond.git] / input / regression / accidental-cautionary.ly
index 23b3687d8bba94b6e133a1d17c6cfdc77e3b2703..70f4e8fa0a93f1982beea1abb119231afd64ce79 100644 (file)
@@ -1,18 +1,22 @@
-\version "1.7.6"
+\version "2.17.6"
 \header {
 
-texidoc = "Cautionary accidentals are indicated using either
-smaller accidentals (default) or parentheses.
+texidoc = "Cautionary accidentals may be indicated using either
+parentheses (default) or smaller accidentals.
 
 "
 
 }
 
-\score {
-    \notes {
+\layout { ragged-right = ##t }
+
+{
     c''4
     cis''?4
-    \property Staff.Accidental \override #'style = #'parentheses
+    \once \override Staff.AccidentalCautionary.parenthesized = ##f
+    \once \override Staff.AccidentalCautionary.font-size = #-2
+    cis''?4
+    \once \override Staff.AccidentalCautionary.parenthesized = ##t
     cis''?4
-    }}
-%% new-chords-done %%
\ No newline at end of file
+}
+