public abstract static class TrebleStave.Style
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static TrebleStave.Style | JMUSICDefines a style unique to jMusic, which displays an accidental in
 all situations where the status (sharp/flat/natural) of a note may
 be unclear. | 
| static TrebleStave.Style | TRADITIONALDefines the standard style of displaying accidentals in a Common
 Practice Notation stave. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | toString() | 
public static final TrebleStave.Style TRADITIONAL
public static final TrebleStave.Style JMUSIC