Skip to content

Commit

Permalink
Cleaned up \repeat tremolo docstrings.
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbaca committed Apr 30, 2024
1 parent 42cc1bd commit fefda48
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions abjadext/rmakers/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5274,7 +5274,8 @@ def tremolo_container(argument, count: int, *, tag: abjad.Tag | None = None) ->
{
\context Voice = "Voice"
{
\repeat tremolo 2 {
\repeat tremolo 2
{
\time 4/4
c'16
(
Expand All @@ -5283,21 +5284,24 @@ def tremolo_container(argument, count: int, *, tag: abjad.Tag | None = None) ->
}
c'4
c'4
\repeat tremolo 2 {
\repeat tremolo 2
{
c'16
(
c'16
)
}
\repeat tremolo 2 {
\repeat tremolo 2
{
\time 3/4
c'16
(
c'16
)
}
c'4
\repeat tremolo 2 {
\repeat tremolo 2
{
c'16
(
c'16
Expand Down Expand Up @@ -5343,7 +5347,8 @@ def tremolo_container(argument, count: int, *, tag: abjad.Tag | None = None) ->
{
\context Voice = "Voice"
{
\repeat tremolo 4 {
\repeat tremolo 4
{
\time 4/4
c'32
(
Expand All @@ -5352,21 +5357,24 @@ def tremolo_container(argument, count: int, *, tag: abjad.Tag | None = None) ->
}
c'4
c'4
\repeat tremolo 4 {
\repeat tremolo 4
{
c'32
(
c'32
)
}
\repeat tremolo 4 {
\repeat tremolo 4
{
\time 3/4
c'32
(
c'32
)
}
c'4
\repeat tremolo 4 {
\repeat tremolo 4
{
c'32
(
c'32
Expand Down

0 comments on commit fefda48

Please sign in to comment.