#include <NoteMC.h>
Inheritance diagram for PitchedNoteMusic:

Public Member Functions | |
| PitchedNoteMusic (int nstaff, QString t, int duration, bool dot, int octave, char pitch) | |
| virtual QString | getSymbolName () |
| char | getPitch () |
| int | isPitched () |
| int | getOctave () |
| int | getHalfLineShiftToC3 () |
| void | setHalfLineShiftClefToC3 (int) |
| int | getHalfLineShiftClefToC3 () |
| virtual QString | getType () |
| virtual QString | toString () |
Protected Attributes | |
| int | octave |
| char | pitch |
|
|
We assume that the note before C3 is B2
|
|
|
We assume that the note before C3 is B2
|
|
|
|
|
|
|
|
|
Reimplemented from NoteMusic. |
|
|
Reimplemented from MeasureInserter. Reimplemented in LyricNoteMusic. |
|
|
Reimplemented from NoteMusic. |
|
|
Set the HalfLine of the clef to C3 |
|
|
Reimplemented from NoteMusic. Reimplemented in LyricNoteMusic. |
1.3.6