]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/cautionaries.ly
*** empty log message ***
[lilypond.git] / input / test / cautionaries.ly
index 6017bc52d84bf12c20893c4eeb849bd5977ff190..1f95942c225fa2ffaa048c17d243dc5601d8db16 100644 (file)
@@ -1,17 +1,18 @@
-\version "1.9.1"
+\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
-  <<dis c>>1 cis?2 d?
-  \property Staff.Accidental \override #'cautionary-style = #'smaller
-  <<dis c>>1 cis?2 d?
-  \property Staff.Accidental \override #'cautionary-style = #'parentheses
-  <<dis c>>1 cis?2 d?
+%  \set Staff.autoReminders = #'cautionary
+  \override Staff.Accidental  #'font-size = #0
+  <dis c>1 cis?2 d?
+  \override Staff.Accidental  #'cautionary-style = #'smaller
+  <dis c>1 cis?2 d?
+  \override Staff.Accidental  #'cautionary-style = #'parentheses
+  <dis c>1 cis?2 d?
 
 }
 \paper{raggedright = ##t}