Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(498)

Unified Diff: input/regression/accidental-suggestions.ly

Issue 577130043: add suggestAccidentals = #'cautionary option
Patch Set: add changes entry (untested, see mail on lilypond-devel) Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Documentation/changes.tely ('k') | lily/accidental-engraver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: input/regression/accidental-suggestions.ly
diff --git a/input/regression/accidental-suggestions.ly b/input/regression/accidental-suggestions.ly
index f3b5d46ec13b65103e0e24aa15e19dd79b48b70e..95d6fd1944d4343543d6c4bb16d442b1cf64dea3 100644
--- a/input/regression/accidental-suggestions.ly
+++ b/input/regression/accidental-suggestions.ly
@@ -4,21 +4,21 @@
texidoc = "setting the @code{suggestAccidentals} will print
accidentals vertically relative to the note. This is useful for
denoting Musica Ficta."
-
+
}
-\version "2.19.21"
+\version "2.21.0"
\paper {
ragged-right = ##t
}
\relative {
- \time 2/4
- \set suggestAccidentals = ##t
- cis''^> gis'-!
- \override AccidentalSuggestion.parenthesized = ##t
- cis,_"paren" gis'
+ \time 3/4
+ \set suggestAccidentals = ##t
+ cis''^> gis'-! c?
+ \set suggestAccidentals = #'cautionary
+ cis, gis' c?
+ \override AccidentalSuggestion.parenthesized = ##t
+ cis, gis' c?
}
-
-
« no previous file with comments | « Documentation/changes.tely ('k') | lily/accidental-engraver.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b