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

Unified Diff: lily/span-bar.cc

Issue 10645: Add ticked barlines (\bar "'"), i.e. a short tick through top-most staff-line (Closed)
Patch Set: For the span bar line, use an empty bar line, since ticked bar lines are not Created 16 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 | « lily/include/bar-line.hh ('k') | scm/output-lib.scm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/span-bar.cc
diff --git a/lily/span-bar.cc b/lily/span-bar.cc
index 08a04e3cffc6d9b538f2c627703c47a6ec19c141..31d91b1fc7502bcf79d0a269a5ca90423b0d12b5 100644
--- a/lily/span-bar.cc
+++ b/lily/span-bar.cc
@@ -190,6 +190,8 @@ Span_bar::calc_glyph_name (SCM smob)
type = "|.|";
else if (type == ":|.:")
type = "|.";
+ else if (type == "'")
+ type = "";
return ly_string2scm (type);
}
« no previous file with comments | « lily/include/bar-line.hh ('k') | scm/output-lib.scm » ('j') | no next file with comments »

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