]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-suggestions.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / accidental-suggestions.ly
index 8ad68e34a1b73f42f007514a4fe79b5afcf40f3f..f3b5d46ec13b65103e0e24aa15e19dd79b48b70e 100644 (file)
@@ -7,19 +7,17 @@ denoting Musica Ficta."
  
 }
 
-\version "2.10.0"
+\version "2.19.21"
 \paper {
   ragged-right = ##t
 }
 
-\relative c'' {
+\relative {
   \time 2/4 
   \set suggestAccidentals = ##t 
-  cis^> gis'-|
-  \override AccidentalSuggestion #'cautionary-style = #'parentheses
+  cis''^> gis'-!
+  \override AccidentalSuggestion.parenthesized = ##t
   cis,_"paren" gis'
-  \override AccidentalSuggestion #'cautionary-style = #'()
-  cis,_"no caut style"  gis'
 
 }