]> 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 3beb51a0fd6f2f924941d7b15c5a7ef76186ae2d..3cef967242ea0190a7bd265e8779a4b9d19bce44 100644 (file)
@@ -7,7 +7,7 @@ denoting Musica Ficta."
  
 }
 
-\version "2.16.0"
+\version "2.17.6"
 \paper {
   ragged-right = ##t
 }
@@ -16,7 +16,7 @@ denoting Musica Ficta."
   \time 2/4 
   \set suggestAccidentals = ##t 
   cis^> gis'-|
-  \override AccidentalSuggestion #'parenthesized = ##t
+  \override AccidentalSuggestion.parenthesized = ##t
   cis,_"paren" gis'
 
 }