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

Unified Diff: lily/vaticana-ligature-engraver.cc

Issue 357860043: vaticana-ligature-engraver.cc: Typo found by checking clang warnings.
Patch Set: Created 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/vaticana-ligature-engraver.cc
diff --git a/lily/vaticana-ligature-engraver.cc b/lily/vaticana-ligature-engraver.cc
index 1785d4478b407b142b839c82f766e277d6f555ea..1e1cd007b7987c3e2b2ac5b35de8d24fd0483de0 100644
--- a/lily/vaticana-ligature-engraver.cc
+++ b/lily/vaticana-ligature-engraver.cc
@@ -655,7 +655,7 @@ Vaticana_ligature_engraver::transform_heads (Spanner *ligature,
scm_from_int (prev_delta_pitch));
prev_primitive->set_property ("flexa-width",
scm_from_double (flexa_width));
- bool add_cauda = !(prev_prefix_set && PES_OR_FLEXA);
+ bool add_cauda = !(prev_prefix_set & PES_OR_FLEXA);
prev_primitive->set_property ("add-cauda",
ly_bool2scm (add_cauda));
check_for_prefix_loss (primitive);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

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