~s-cecilio/lomse/master

« back to all changes in this revision

Viewing changes to include/lomse_mxl_analyser.h

  • Committer: cecilios
  • Date: 2016-09-13 14:57:54 UTC
  • mto: This revision was merged to the branch mainline in revision 203.
  • Revision ID: git-v1:a5a4c98e1e43e6e727a2f2d22a87b01344b6239c
Draw nested tuplets

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
 
110
110
    void add_relation_to_notes_rests(ImoTupletDto* pEndInfo);
111
111
    inline bool is_tuplet_open() { return m_pendingItems.size() > 0; }
 
112
    void add_to_open_tuplets(ImoNoteRest* pNR);
112
113
};
113
114
 
114
115
//---------------------------------------------------------------------------------------
322
323
 
323
324
    //interface for MxlTupletsBuilder
324
325
    inline bool is_tuplet_open() { return m_pTupletsBuilder->is_tuplet_open(); }
 
326
    inline void add_to_open_tuplets(ImoNoteRest* pNR) {
 
327
        m_pTupletsBuilder->add_to_open_tuplets(pNR);
 
328
    }
325
329
 
326
330
//    //interface for ChordBuilder
327
331
//    void add_chord(ImoChord* pChord);