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

Unified Diff: lily/key-engraver.cc

Issue 300850043: Added non-default property to KeySignature grob
Patch Set: Added non-default to the key signature interface to remove warnings from the regtests Created 7 years, 10 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 | « no previous file | lily/key-signature-interface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/key-engraver.cc
diff --git a/lily/key-engraver.cc b/lily/key-engraver.cc
index 635f293120c4c3bac29327788536ffb0549f2965..1c1f2d2161dec59910f6c084ec644c443c00ac41 100644
--- a/lily/key-engraver.cc
+++ b/lily/key-engraver.cc
@@ -117,6 +117,7 @@ Key_engraver::create_key (bool is_default)
{
SCM visibility = get_property ("explicitKeySignatureVisibility");
item_->set_property ("break-visibility", visibility);
+ item_->set_property ("non-default", SCM_BOOL_T);
}
}
« no previous file with comments | « no previous file | lily/key-signature-interface.cc » ('j') | no next file with comments »

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