summaryrefslogtreecommitdiff
path: root/lily/stanza-number-align-engraver.cc
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2005-05-08 23:30:51 +0000
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2005-05-08 23:30:51 +0000
commit02c656d3b0cb895cc81b428d699d960746800e45 (patch)
tree64682f1478fea269b0c7987d3ef22d3993df1f28 /lily/stanza-number-align-engraver.cc
parent951e47c99cccf317207848412262b9c6c37e01aa (diff)
* lily/include/grob-info.hh (class Grob_info): make data member
private. Changes throughout. * lily/vertical-align-engraver.cc (acknowledge_grob): read alignAboveContext and alignBelowContext
Diffstat (limited to 'lily/stanza-number-align-engraver.cc')
-rw-r--r--lily/stanza-number-align-engraver.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lily/stanza-number-align-engraver.cc b/lily/stanza-number-align-engraver.cc
index 16d2e073d2..52b18cbe11 100644
--- a/lily/stanza-number-align-engraver.cc
+++ b/lily/stanza-number-align-engraver.cc
@@ -33,7 +33,7 @@ Stanza_number_align_engraver::Stanza_number_align_engraver ()
void
Stanza_number_align_engraver::acknowledge_grob (Grob_info gi)
{
- Grob *h = gi.grob_;
+ Grob *h = gi.grob ();
if (h->internal_has_interface (ly_symbol2scm ("lyric-syllable-interface")))
lyrics_.push (h);