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

Unified Diff: lily/hara-kiri-engraver.cc

Issue 5201043: Creates a LeftBarStub that stops lyrics from bumping into the SystemStartBar.
Patch Set: Allows extremal LeftBarStubs to be flush with system start. Created 12 years, 5 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/axis-group-engraver.cc ('k') | lily/hara-kiri-group-spanner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/hara-kiri-engraver.cc
diff --git a/lily/hara-kiri-engraver.cc b/lily/hara-kiri-engraver.cc
index fcf4b8671679e218d3dd760992fb55710c42243a..c6b6eda8ef5a06c8bea304d492c87c0307ca0e65 100644
--- a/lily/hara-kiri-engraver.cc
+++ b/lily/hara-kiri-engraver.cc
@@ -69,6 +69,7 @@ Spanner *
Hara_kiri_engraver::get_spanner ()
{
Spanner *sp = make_spanner ("VerticalAxisGroup", SCM_EOL);
+ sp->set_property ("extremal-ignorable", get_property ("extremalIgnorable"));
return sp;
}
@@ -97,6 +98,7 @@ ADD_TRANSLATOR (Hara_kiri_engraver,
"VerticalAxisGroup ",
/* read */
+ "extremalIgnorable "
"keepAliveInterfaces ",
/* write */
« no previous file with comments | « lily/axis-group-engraver.cc ('k') | lily/hara-kiri-group-spanner.cc » ('j') | no next file with comments »

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