Skip to content

Commit 57a5f8b

Browse files
committed
put syllable into note, simplify logic a bit
1 parent 4084e8d commit 57a5f8b

File tree

41 files changed

+567
-1215
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+567
-1215
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/notation_tabs/src/main.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,9 @@ pub fn main() {
1010
&scarborough_fair::new_tab(),
1111
"../notation_viewer/assets/tabs/scarborough_fair.ron",
1212
);
13-
write_tab(
14-
&test::new_tab(),
15-
"../notation_viewer_cn/assets/tabs/test.ron",
16-
);
1713
write_tab(
1814
&long_juan_feng::new_tab(),
19-
"../notation_viewer_cn/assets/tabs/long_juan_feng.ron",
15+
"../notation_viewer/assets/tabs/zh-CN/long_juan_feng.ron",
2016
);
2117
let result = parse_get_tab_file("src/test.rs");
2218
println!("{:?}", result);

0 commit comments

Comments
 (0)