Skip to content

Commit

Permalink
add syllabic access in plugin framework
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Dec 7, 2012
1 parent e50290d commit 451404f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libmscore/lyrics.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,14 @@ class QPainter;

//---------------------------------------------------------
// @@ Lyrics
// @P syllabic enum SINGLE, BEGIN, END, MIDDLE
//---------------------------------------------------------

class Lyrics : public Text {
Q_OBJECT

Q_PROPERTY(Syllabic syllabic READ syllabic WRITE setSyllabic)
Q_ENUMS(Syllabic)

public:
enum Syllabic { SINGLE, BEGIN, END, MIDDLE };

Expand Down

0 comments on commit 451404f

Please sign in to comment.