piano_composition, 1. Rework code base according to new note notation. 2.

Authored by amankumargupta on May 21 2018, 3:32 PM.

Description

piano_composition, 1. Rework code base according to new note notation. 2. Add higher octaves and lower octaves as planned. 3. Deleted old audio files. 4. Added new svg images for notes with ledger lines.

amankumargupta added inline comments.May 21 2018, 8:35 PM
/src/activities/piano_composition/Piano.qml
49

A small spelling mistake in the comment. It will be "from" instead of "form". Same for below.
Will correct it in the next commit.

jjazeix added inline comments.
/src/activities/piano_composition/MultipleStaff.qml
109

can you break when you find the note? I'm not sure how much they are, but it may take time for nothing

/src/activities/piano_composition/NoteNotations.js
3

2018

/src/activities/piano_composition/Piano.qml
51

you need to add a context for the translators here to tell them it's musical notes they are translating along with the octave

amankumargupta added inline comments.May 22 2018, 7:16 AM
/src/activities/piano_composition/Piano.qml
51

Yes, as the commit was already too big, I thought to add the context for translators in a fresh new commit as it will be easy to locate and clear for me when I look at the logs.

amankumargupta marked 3 inline comments as done.May 22 2018, 10:11 AM