Package com.musicxmltasks.lilypond.util
Class NoteUtil
java.lang.Object
com.musicxmltasks.lilypond.util.NoteUtil
public class NoteUtil
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description static BarlineemptyBarline()static FiguredBassemptyFiguredBass(java.math.BigDecimal duration)static HarmonyemptyHarmony(java.math.BigDecimal duration)static LyricemptyLyric(java.math.BigDecimal duration)static java.lang.IntegergetBeamCount(NoteTypeValue noteTypeValue)static java.lang.StringgetNoteTypeValue(NoteTypeValue noteTypeValue)static java.lang.StringgetPitch(Step step, java.lang.Integer octave)static java.lang.StringgetPitch(Step step, java.math.BigDecimal alter)static java.lang.StringgetPitch(Step step, java.math.BigDecimal alter, java.lang.Integer octave)static NotegetSpacerNote(java.math.BigDecimal duration, Measure measure)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getNoteTypeValue
-
getBeamCount
-
getPitch
public static java.lang.String getPitch(Step step, java.math.BigDecimal alter, java.lang.Integer octave) -
getPitch
-
getPitch
-
getSpacerNote
-
emptyLyric
-
emptyFiguredBass
-
emptyHarmony
-
emptyBarline
-