]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-suggestions.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / accidental-suggestions.ly
index 102de5fac3f29999c340b0dfabbd912b76d8c0e3..f3b5d46ec13b65103e0e24aa15e19dd79b48b70e 100644 (file)
@@ -7,16 +7,16 @@ denoting Musica Ficta."
  
 }
 
-\version "2.11.51"
+\version "2.19.21"
 \paper {
   ragged-right = ##t
 }
 
-\relative c'' {
+\relative {
   \time 2/4 
   \set suggestAccidentals = ##t 
-  cis^> gis'-|
-  \override AccidentalSuggestion #'parenthesized = ##t
+  cis''^> gis'-!
+  \override AccidentalSuggestion.parenthesized = ##t
   cis,_"paren" gis'
 
 }