]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/cautionaries.ly
*** empty log message ***
[lilypond.git] / input / test / cautionaries.ly
index 1762295689083a1ad944cb20beacf111e16c1855..1f95942c225fa2ffaa048c17d243dc5601d8db16 100644 (file)
@@ -1,16 +1,17 @@
-\version "1.9.4"
+\version "2.2.0"
 \header{
        texidoc="@cindex Cautionary Accidentals
-LilyPond can display cautionary accidentals in different ways.
+Cautinary accidentals are displayed in slurs by default. They can be 
+shown also with accidentals of smaller size.
 " }
 \score { \notes \context Staff \transpose c c'' {
   \key d \major
-%  \property Staff.autoReminders = #'cautionary
-  \property Staff.Accidental \override #'font-relative-size = #0
+%  \set Staff.autoReminders = #'cautionary
+  \override Staff.Accidental  #'font-size = #0
   <dis c>1 cis?2 d?
-  \property Staff.Accidental \override #'cautionary-style = #'smaller
+  \override Staff.Accidental  #'cautionary-style = #'smaller
   <dis c>1 cis?2 d?
-  \property Staff.Accidental \override #'cautionary-style = #'parentheses
+  \override Staff.Accidental  #'cautionary-style = #'parentheses
   <dis c>1 cis?2 d?
 
 }