]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-suggestions.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / regression / accidental-suggestions.ly
index 7f1c534af3723d2d5db59add31966960b31ddfe4..06abaedb661f8d7bf49d4c85ad1183553d3a52f8 100644 (file)
@@ -7,19 +7,17 @@ denoting Musica Ficta."
  
 }
 
-\version "2.7.13"
+\version "2.11.5"
 \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'
 
 }