]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-suggestions.ly
Let fret-diagram scale markups to fit into dots
[lilypond.git] / input / regression / accidental-suggestions.ly
index d160ed01e98a60db3cb5901161353e9cf8496f96..f3b5d46ec13b65103e0e24aa15e19dd79b48b70e 100644 (file)
@@ -7,19 +7,17 @@ denoting Musica Ficta."
  
 }
 
-\version "2.7.2"
+\version "2.19.21"
 \paper {
-  raggedright = ##t
+  ragged-right = ##t
 }
 
-\relative c'' {
+\relative {
   \time 2/4 
   \set suggestAccidentals = ##t 
-  cis^> gis'-|
-  \override AccidentalSuggestion #'cautionary-style = #'parentheses
+  cis''^> gis'-!
+  \override AccidentalSuggestion.parenthesized = ##t
   cis,_"paren" gis'
-  \override AccidentalSuggestion #'cautionary-style = #'()
-  cis,_"no caut style"  gis'
 
 }