org.herac.tuxguitar.io.lilypond
Class LilypondOutputStream.TGVoiceJoiner

java.lang.Object
  extended by org.herac.tuxguitar.io.lilypond.LilypondOutputStream.TGVoiceJoiner
Enclosing class:
LilypondOutputStream

public class LilypondOutputStream.TGVoiceJoiner
extends java.lang.Object


Constructor Summary
LilypondOutputStream.TGVoiceJoiner(TGFactory factory, TGMeasure measure)
           
 
Method Summary
 void joinBeats()
           
 void orderBeats()
           
 TGMeasure process()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LilypondOutputStream.TGVoiceJoiner

public LilypondOutputStream.TGVoiceJoiner(TGFactory factory,
                                          TGMeasure measure)
Method Detail

process

public TGMeasure process()

joinBeats

public void joinBeats()

orderBeats

public void orderBeats()