diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-05-08 23:30:51 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-05-08 23:30:51 +0000 |
commit | 02c656d3b0cb895cc81b428d699d960746800e45 (patch) | |
tree | 64682f1478fea269b0c7987d3ef22d3993df1f28 /lily/stanza-number-align-engraver.cc | |
parent | 951e47c99cccf317207848412262b9c6c37e01aa (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.cc | 2 |
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); |