fix regression: removing lyrics verse number style

This commit is contained in:
ws 2014-10-22 18:18:05 +02:00
parent 3dcb737479
commit 45f4a6e8f6

View file

@ -297,7 +297,7 @@ enum class TextStyleType : char {
HEADER,
FOOTER,
INSTRUMENT_CHANGE,
LYRICS_VERSE_NUMBER,
// LYRICS_VERSE_NUMBER,
FIGURED_BASS,
TEXT_STYLES
};