]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-suggestions.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / accidental-suggestions.ly
index d160ed01e98a60db3cb5901161353e9cf8496f96..3cef967242ea0190a7bd265e8779a4b9d19bce44 100644 (file)
@@ -7,19 +7,17 @@ denoting Musica Ficta."
  
 }
 
-\version "2.7.2"
+\version "2.17.6"
 \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'
 
 }