Rust 钢琴乐谱卡农387
五线谱:```
谱号:高音谱号
拍号:4/4
调号:C 大调
| 音符 | 时值 | 音高 |
|---|---|---|
| G4 | 二分音符 | |
| F#4 | 二分音符 | |
| E4 | 二分音符 | |
| D4 | 二分音符 | |
| C4 | 二分音符 | |
| B3 | 二分音符 | |
| A3 | 二分音符 | |
| G3 | 二分音符 | |
| F#3 | 二分音符 | |
| E3 | 二分音符 | |
| D3 | 二分音符 | |
| C3 | 二分音符 | |
```
简谱:```
1 2 3 | 1 2 3 4 | 5 6 5 | 4 3 2 |
```
Rust Piano Canon Code:```rust
use rusty_music::*;
fn main() {
let mut score = Score::new();
let mut part = Part::new();
let mut notes = Notes::new();
(Note::new(G4, Duration::Quarter));
(Note::new(FSharp4, Duration::Quarter));
(Note::new(E4, Duration::Quarter));
(Note::new(D4, Duration::Quarter));
(Note::new(C4, Duration::Quarter));
(Note::new(B3, Duration::Quarter));
(Note::new(A3, Duration::Quarter));
(Note::new(G3, Duration::Quarter));
(Note::new(FSharp3, Duration::Quarter));
(Note::new(E3, Duration::Quarter));
(Note::new(D3, Duration::Quarter));
(Note::new(C3, Duration::Quarter));
part.add_notes(notes);
score.add_part(part);
let midi_path = "";
score.export_midi(midi_path).unwrap();
println!("MIDI file exported to {}", midi_path);
}
```
2025-01-06
上一篇:流行儿童钢琴乐谱五线谱及简谱
下一篇:大海奏鸣曲:触动灵魂的钢琴乐谱

钢琴乐谱:波音的低语与飞翔
https://www.zzyy0762.com/piano/72692.html

爆米花简单乐谱教程:轻松学会弹奏轻快旋律
https://www.zzyy0762.com/simple/72691.html

钢琴二重奏:拔河比赛
https://www.zzyy0762.com/piano/72690.html

清溪泛舟:一首抒情古筝曲
https://www.zzyy0762.com/wiki/72689.html

iPad钢琴演奏:浪漫抒情曲《星夜低语》五线谱与简谱
https://www.zzyy0762.com/piano/72688.html
热门文章

钢琴乐谱物理知识
https://www.zzyy0762.com/piano/13991.html

小苹果钢琴/简谱完整版
https://www.zzyy0762.com/piano/8716.html

海贼王主题曲《ウィーアー!》钢琴曲乐谱
https://www.zzyy0762.com/piano/6683.html

钢琴入门乐谱怎么看:一步步掌握乐谱基础知识
https://www.zzyy0762.com/piano/6411.html

钢琴初学者必备乐谱
https://www.zzyy0762.com/piano/10412.html