Class UnbalancedRepeatsReporter
java.lang.Object
com.softsynth.jmsl.score.operators.UnbalancedRepeatsReporter
- All Implemented Interfaces:
ScoreOperator
public class UnbalancedRepeatsReporter extends java.lang.Object implements ScoreOperator
Run through each measure and checks if repeats ||: :|| are balanced or not (helpful for LilyPond export)
- Author:
- Nick Didkovsky, (c) 2008 Nick Didkovsky all rights reserved
-
Constructor Summary
Constructors Constructor Description UnbalancedRepeatsReporter()
-
Method Summary
Modifier and Type Method Description java.lang.String
getName()
java.lang.String
getResultString()
void
operate(Score score)
Do some analysis of the score, or add material to it, or operate in some way.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
UnbalancedRepeatsReporter
public UnbalancedRepeatsReporter()
-
-
Method Details
-
getName
public java.lang.String getName()- Specified by:
getName
in interfaceScoreOperator
-
operate
Description copied from interface:ScoreOperator
Do some analysis of the score, or add material to it, or operate in some way.- Specified by:
operate
in interfaceScoreOperator
-
getResultString
public java.lang.String getResultString()- Specified by:
getResultString
in interfaceScoreOperator
- Returns:
- a String reporting the results of operate()
-