Skip to content

Commit

Permalink
examples: fix wrong comment in praeludium organ-piano example
Browse files Browse the repository at this point in the history
  • Loading branch information
paveyry committed Sep 4, 2023
1 parent f65e04b commit ec7cfb9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/praeludium_no1_organ_piano.rs
Expand Up @@ -17,9 +17,10 @@ fn main() {
}

/// Defines Bach's Praeludium No. 1 using 3 phrases by using only Notes.
/// One phrase is the Sol clef (right hand) part
/// One is just the lowest note in each bar
/// One phrase is the Sol clef (right hand) part and played on the Piano.
/// One is just the lowest note in each bar (Fa clef).
/// Another is the higher note in the Fa clef.
/// The Fa clef phrases are played by the Organ.
/// `praeludium_no1_single_phrase.rs` shows a way to define the same piece
/// with a single phrase by utilizing a property of `Chord` which allows to
/// keep notes lasting while the next notes start
Expand Down

0 comments on commit ec7cfb9

Please sign in to comment.