Skip to content

Commit

Permalink
Rename some uplink things
Browse files Browse the repository at this point in the history
  • Loading branch information
jacques-menu committed Oct 16, 2022
1 parent 49d8594 commit 870a711
Show file tree
Hide file tree
Showing 27 changed files with 124 additions and 0 deletions.
Empty file modified dtds/3.1/schema/attributes.mod
100755 → 100644
Empty file.
Empty file modified dtds/3.1/schema/barline.mod
100755 → 100644
Empty file.
Empty file modified dtds/3.1/schema/common.mod
100755 → 100644
Empty file.
Empty file modified dtds/3.1/schema/container.dtd
100755 → 100644
Empty file.
Empty file modified dtds/3.1/schema/direction.mod
100755 → 100644
Empty file.
Empty file modified dtds/3.1/schema/identity.mod
100755 → 100644
Empty file.
Empty file modified dtds/3.1/schema/isolat1.ent
100755 → 100644
Empty file.
Empty file modified dtds/3.1/schema/isolat2.ent
100755 → 100644
Empty file.
Empty file modified dtds/3.1/schema/layout.mod
100755 → 100644
Empty file.
Empty file modified dtds/3.1/schema/link.mod
100755 → 100644
Empty file.
Empty file modified dtds/3.1/schema/midixml.dtd
100755 → 100644
Empty file.
Empty file modified dtds/3.1/schema/midixml.xsl
100755 → 100644
Empty file.
Empty file modified dtds/3.1/schema/note.mod
100755 → 100644
Empty file.
Empty file modified dtds/3.1/schema/opus.dtd
100755 → 100644
Empty file.
Empty file modified dtds/3.1/schema/parttime.xsl
100755 → 100644
Empty file.
Empty file modified dtds/3.1/schema/partwise.dtd
100755 → 100644
Empty file.
Empty file modified dtds/3.1/schema/score.mod
100755 → 100644
Empty file.
Empty file modified dtds/3.1/schema/sounds.dtd
100755 → 100644
Empty file.
Empty file modified dtds/3.1/schema/sounds.xml
100755 → 100644
Empty file.
Empty file modified dtds/3.1/schema/timepart.xsl
100755 → 100644
Empty file.
Empty file modified dtds/3.1/schema/timewise.dtd
100755 → 100644
Empty file.
Empty file modified dtds/3.1/schema/to10.xsl
100755 → 100644
Empty file.
Empty file modified dtds/3.1/schema/to11.xsl
100755 → 100644
Empty file.
Empty file modified dtds/3.1/schema/to20.xsl
100755 → 100644
Empty file.
31 changes: 31 additions & 0 deletions src/elements/elements.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ enum {
k_arrowhead,
k_articulations,
k_artificial,
k_assess,
k_attributes,
k_backup,
k_bar_style,
Expand All @@ -53,6 +54,7 @@ enum {
k_base_pitch,
k_bass,
k_bass_alter,
k_bass_separator,
k_bass_step,
k_beam,
k_beat_repeat,
Expand All @@ -78,6 +80,7 @@ enum {
k_clef,
k_clef_octave_change,
k_coda,
k_concert_score,
k_creator,
k_credit,
k_credit_image,
Expand Down Expand Up @@ -141,9 +144,11 @@ enum {
k_figured_bass,
k_fingering,
k_fingernails,
k_first,
k_first_fret,
k_flip,
k_footnote,
k_for_part,
k_forward,
k_fp,
k_frame,
Expand All @@ -162,6 +167,7 @@ enum {
k_group_abbreviation,
k_group_abbreviation_display,
k_group_barline,
k_group_link,
k_group_name,
k_group_name_display,
k_group_symbol,
Expand All @@ -186,6 +192,8 @@ enum {
k_image,
k_instrument,
k_instrument_abbreviation,
k_instrument_change,
k_instrument_link,
k_instrument_name,
k_instrument_sound,
k_instruments,
Expand All @@ -206,8 +214,11 @@ enum {
k_left_margin,
k_level,
k_line,
k_line_detail,
k_line_width,
k_link,
k_listen,
k_listening,
k_lyric,
k_lyric_font,
k_lyric_language,
Expand Down Expand Up @@ -258,6 +269,12 @@ enum {
k_note_size,
k_notehead,
k_notehead_text,
k_numeral,
k_numeral_alter,
k_numeral_fifths,
k_numeral_key,
k_numeral_mode,
k_numeral_root,
k_octave,
k_octave_change,
k_octave_shift,
Expand All @@ -270,6 +287,8 @@ enum {
k_other_articulation,
k_other_direction,
k_other_dynamics,
k_other_listen,
k_other_listening,
k_other_notation,
k_other_ornament,
k_other_percussion,
Expand All @@ -284,11 +303,14 @@ enum {
k_part,
k_part_abbreviation,
k_part_abbreviation_display,
k_part_clef,
k_part_group,
k_part_link,
k_part_list,
k_part_name,
k_part_name_display,
k_part_symbol,
k_part_transpose,
k_pedal,
k_pedal_alter,
k_pedal_step,
Expand All @@ -299,6 +321,8 @@ enum {
k_pitch,
k_pitched,
k_play,
k_player,
k_player_name,
k_plop,
k_pluck,
k_pp,
Expand Down Expand Up @@ -332,6 +356,7 @@ enum {
k_score_part,
k_score_partwise,
k_score_timewise,
k_second,
k_segno,
k_semi_pitched,
k_senza_misura,
Expand Down Expand Up @@ -376,14 +401,19 @@ enum {
k_stick_material,
k_stick_type,
k_stopped,
k_straight,
k_stress,
k_string,
k_string_mute,
k_strong_accent,
k_suffix,
k_supports,
k_swing,
k_swing_style,
k_swing_type,
k_syllabic,
k_symbol,
k_sync,
k_system_distance,
k_system_dividers,
k_system_layout,
Expand Down Expand Up @@ -428,6 +458,7 @@ enum {
k_virtual_name,
k_voice,
k_volume,
k_wait,
k_wavy_line,
k_wedge,
k_with_bar,
Expand Down
Loading

0 comments on commit 870a711

Please sign in to comment.