Skip to content

Commit

Permalink
fix linter test
Browse files Browse the repository at this point in the history
  • Loading branch information
olschulz committed Aug 6, 2021
1 parent 74b3c9e commit b0da8db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ createNoteWithDuration: aFraction step: aSymbol octave: aNumber
addPitch: pitch;
yourself.

noteMorph := MNNoteMorph note: note.
noteMorph := MNNoteMorph note: note.
note morph: noteMorph.
noteMorph noteLayout update.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
testing
testcalculateNotePosition
"Ignore while linting"
| noteC4 noteD5 noteMorphC4 noteMorphD5 trioleDrawer positionC4 positionD5 |
| noteC4 noteD5 trioleDrawer positionC4 positionD5 |

noteC4 := self createC4.
noteD5 := self createD5.

noteMorphC4 := MNNoteMorph note: noteC4.
noteMorphD5 := MNNoteMorph note: noteD5.

trioleDrawer := MNTrioleDrawer new.

positionC4 := trioleDrawer calculateNotePosition: noteC4.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"createC4:" : "OS 6/28/2021 15:26",
"createD5" : "OS 6/28/2021 12:20",
"createF4" : "OS 6/28/2021 12:18",
"createNoteWithDuration:step:octave:" : "OS 7/11/2021 19:46",
"createNoteWithDuration:step:octave:" : "OS 8/6/2021 21:50",
"drawer" : "OS 6/28/2021 15:19",
"drawer:" : "OS 6/28/2021 15:19",
"hiddenCanvas" : "OS 6/28/2021 11:50",
Expand All @@ -22,4 +22,4 @@
"testMinHeight" : "OS 6/29/2021 17:05",
"testRemoveFlags" : "OS 6/28/2021 15:23",
"testTrioleOffset" : "LH 8/6/2021 19:00",
"testcalculateNotePosition" : "LH 8/6/2021 16:36" } }
"testcalculateNotePosition" : "OS 8/6/2021 21:56" } }

0 comments on commit b0da8db

Please sign in to comment.