File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -586,19 +586,19 @@ class FretBend(FretIndication):
586586
587587 Bend in musicxml
588588
589- Number is an identifier for the articulation. Defaults to 0.
589+ `number` is an identifier for the articulation. Defaults to 0.
590590
591- BendAlter is the interval of the bend in number of semitones ,
592- bend-alter in musicxml. Defaults to None.
591+ `bendAlter` is the interval defined by the bend,
592+ bend-alter in musicxml. Defaults to ` None` .
593593
594- PreBend indicates if the string is bent before
595- the onset of the note. Defaults to False.
594+ `preBend` indicates if the string is bent before
595+ the onset of the note. Defaults to ` False` .
596596
597- Release is the quarterLength value from the start
598- of the note for releasing the bend, if Any . Defaults to None.
597+ `release` is the quarterLength value from the start
598+ of the note for releasing the bend, if any . Defaults to ` None` .
599599
600600 `withBar` indicates what whammy bar movement is used, if any.
601- MusicXML supports 'scoop' or 'dip'. Defaults to None.
601+ MusicXML supports 'scoop' or 'dip'. Defaults to ` None` .
602602
603603 >>> fb = articulations.FretBend(1, bendAlter=interval.ChromaticInterval(-2), release=0.5)
604604 >>> fb
You can’t perform that action at this time.
0 commit comments