@@ -95,11 +95,11 @@ import { FileFormatFeatureTable, FileFormatFeatureGroup, FileFormatFeatureRow, F
9595 audio = { [FeatureStatus .Ignored ]}
9696 tex = { [FeatureStatus .Supported ]} />
9797 <FileFormatFeatureRow feature = " Stylesheet > Systems & Staves > Track Name" isNewFeature = " true"
98- model = { [FeatureStatus .NotSupported ]}
99- reading = { [FeatureStatus .NotSupported ]}
100- render = { [FeatureStatus .NotSupported ]}
98+ model = { [FeatureStatus .Supported ]}
99+ reading = { [FeatureStatus .Supported ]}
100+ render = { [FeatureStatus .Supported ]}
101101 audio = { [FeatureStatus .Ignored ]}
102- tex = { [FeatureStatus .NotSupported ]} />
102+ tex = { [FeatureStatus .Supported ]} />
103103 <FileFormatFeatureRow feature = " Stylesheet > Header & Footer"
104104 model = { [FeatureStatus .Ignored ]}
105105 reading = { [FeatureStatus .Ignored ]}
@@ -282,12 +282,6 @@ import { FileFormatFeatureTable, FileFormatFeatureGroup, FileFormatFeatureRow, F
282282 render = { [FeatureStatus .Supported ]}
283283 audio = { [FeatureStatus .Ignored ]}
284284 tex = { [FeatureStatus .Supported ]} />
285- <FileFormatFeatureRow feature = " Line Breaks"
286- model = { [FeatureStatus .NotSupported ]}
287- reading = { [FeatureStatus .NotSupported ]}
288- render = { [FeatureStatus .NotSupported ]}
289- audio = { [FeatureStatus .Ignored ]}
290- tex = { [FeatureStatus .NotSupported ]} />
291285 <FileFormatFeatureRow feature = " System Layout" isNewFeature = " true"
292286 model = { [FeatureStatus .Supported ]}
293287 reading = { [FeatureStatus .Supported ]}
@@ -465,11 +459,11 @@ import { FileFormatFeatureTable, FileFormatFeatureGroup, FileFormatFeatureRow, F
465459 audio = { [FeatureStatus .Supported ]}
466460 tex = { [FeatureStatus .Supported ]} />
467461 <FileFormatFeatureRow feature = " Timer" isNewFeature = " true"
468- model = { [FeatureStatus .NotSupported ]}
469- reading = { [FeatureStatus .NotSupported ]}
470- render = { [FeatureStatus .NotSupported ]}
462+ model = { [FeatureStatus .Supported ]}
463+ reading = { [FeatureStatus .Supported ]}
464+ render = { [FeatureStatus .Supported ]}
471465 audio = { [FeatureStatus .Ignored ]}
472- tex = { [FeatureStatus .NotSupported ]} />
466+ tex = { [FeatureStatus .Supported ]} />
473467 <FileFormatFeatureRow feature = " Display String Number" isNewFeature = " true"
474468 model = { [FeatureStatus .Supported ]}
475469 reading = { [FeatureStatus .Supported ]}
0 commit comments