]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-suggestions.ly
Update bookpart regression test version number
[lilypond.git] / input / regression / accidental-suggestions.ly
index d160ed01e98a60db3cb5901161353e9cf8496f96..3e0ae0c72eebcaf42b043f9740bbd86f21078a03 100644 (file)
@@ -7,19 +7,17 @@ denoting Musica Ficta."
  
 }
 
-\version "2.7.2"
+\version "2.12.0"
 \paper {
-  raggedright = ##t
+  ragged-right = ##t
 }
 
 \relative c'' {
   \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'
 
 }