Skip to content

Commit 2447e4e

Browse files
committed
minor improvements on the documentation
1 parent d1ff663 commit 2447e4e

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

music21/articulations.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)