~ubuntu-branches/ubuntu/oneiric/denemo/oneiric

« back to all changes in this revision

Viewing changes to include/denemo/denemo_objects.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-10-27 08:00:18 UTC
  • mfrom: (1.3.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20101027080018-tuekd0869v8ptnqv
Tags: upstream-0.8.16
ImportĀ upstreamĀ versionĀ 0.8.16

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
 */
185
185
typedef enum clefs
186
186
{
187
 
  DENEMO_TREBLE_CLEF,
 
187
  DENEMO_TREBLE_CLEF=0,
188
188
  DENEMO_BASS_CLEF,
189
189
  DENEMO_ALTO_CLEF,
190
190
  DENEMO_G_8_CLEF,
191
191
  DENEMO_TENOR_CLEF,
192
192
  DENEMO_SOPRANO_CLEF,
 
193
  DENEMO_F_8_CLEF,
193
194
  DENEMO_INVALID_CLEF
194
195
}clefs;
195
196