I'm sorry, clearly there is a misunderstanding and it is probably from my
side, my apologies.

Let's me try to explain what I mean. Try to have a look to this code and
the related output (it is attached).

\version "2.19.54"
\include "addFingering.ly"

fragment = {c' d' e' f'}

\markup "Plain" {\fragment}

\markup "Inversion" {\inversion  c' c' \fragment}
\markup "Transpose"{\transpose  c c, \fragment}
\markup "T(I())"{\transpose c c, {\inversion  c' c' \fragment }}
\markup "I(T())"{ \inversion c' c' {\transpose  c c, \fragment }}

\markup "repeat" {\repeat unfold 2 \fragment}
\markup "addFingering" {\addFingering \fragment #"12"}
\markup "R(F())" {\repeat unfold 2 {\addFingering \fragment #"12"}}
\markup "F(R())" {\addFingering {\repeat unfold 2 \fragment} #"12"}

Is it more clear now?
My apologies if it seems I was shortchanging, I never had this intention.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to