]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-suggestions.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / accidental-suggestions.ly
index d932792530809e8c066b830dd1bb774edd1bc931..5f2eff948f153b5d78c1e22838cc37a33035b208 100644 (file)
@@ -7,7 +7,7 @@ denoting Musica Ficta."
  
 }
 
-\version "2.7.32"
+\version "2.14.0"
 \paper {
   ragged-right = ##t
 }
@@ -16,10 +16,8 @@ denoting Musica Ficta."
   \time 2/4 
   \set suggestAccidentals = ##t 
   cis^> gis'-|
-  \override AccidentalSuggestion #'cautionary-style = #'parentheses
+  \override AccidentalSuggestion #'parenthesized = ##t
   cis,_"paren" gis'
-  \override AccidentalSuggestion #'cautionary-style = #'()
-  cis,_"no caut style"  gis'
 
 }