Dear friends,
I'm pleased to announce that Abjad 2.19 is now available.
Abjad is a Python API for Formalized Score Control
Abjad helps composers build up complex pieces of music notation in an
iterative and incremental way. Use Abjad to create symbolic
representations of all the
Dear friends,
I'm pleased to announce that Abjad 2.18 is now available.
Abjad is a Python API for Formalized Score Control
Abjad helps composers build up complex pieces of music notation in an
iterative and incremental way. Use Abjad to create symbolic
representations of all the
Dear friends,
I'm pleased to announce that Abjad 2.17 is now available.
Abjad is a Python API for Formalized Score Control
Abjad helps composers build up complex pieces of music notation in an
iterative and incremental way. Use Abjad to create symbolic
representations of all the
Hi Jeff!
I can answer question #1, but not the others:
You need the \clef to happen before the \pitchedTrill, like so:
\new Staff {
\clef "bass"
\pitchedTrill
c'1 ~ \startTrillSpan b'
c'1 \stopTrillSpan
}
Getting the \clef above the \pitchedTrill command is going to be tricky,
b