13#ifndef ___bsrScores___
14#define ___bsrScores___
22#include "bsrTranscriptionNotes.h"
62 getTranscriptionNotes ()
const
63 {
return fTranscriptionNotes; }
65 int getBrailleLineLength ()
const
66 {
return fBrailleLineLength; }
68 int getBraillePageLength ()
const
69 {
return fBraillePageLength; }
77 { fScorePagesList.push_back (page); }
79 void appendTranscriptionNotesElementToScore (
81 transcriptionNotesElement)
84 appendElementToTranscriptionNotes (
85 transcriptionNotesElement);
108 virtual void print (ostream& os)
const;
121 int fBrailleLineLength;
122 int fBraillePageLength;
124 list<S_bsrPage> fScorePagesList;
127EXP ostream& operator<< (ostream& os,
const S_bsrScore& score);
Definition: basevisitor.h:25
Definition: bsrElements.h:24
Definition: bsrScores.h:32