]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/cautionaries.ly
*** empty log message ***
[lilypond.git] / input / test / cautionaries.ly
index 346bb340baf48c3e8efd8ed948cbdc95011780fe..64a9e13581c683b162df34cf127743d36bd30299 100644 (file)
@@ -1,16 +1,16 @@
-\version "2.1.1"
+\version "2.1.22"
 \header{
        texidoc="@cindex Cautionary Accidentals
 LilyPond can display cautionary accidentals in different ways.
 " }
 \score { \notes \context Staff \transpose c c'' {
   \key d \major
-%  \property Staff.autoReminders = #'cautionary
-  \property Staff.Accidental \override #'font-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?
 
 }