Hello Éric,

> Hello,the startings of the lines are not on a vertical line with some of this
> footnotes, starting with some \musicglyph.Cannot check all for sure…Bug ?? or
> me ?? { \footnote #'(0.2 . -1) \markup { test }d'4\footnote #'(0.2 . -1)
> \markup { \musicglyph #"f" }d'4\footnote #'(0.2 . -1) \markup { \musicglyph
> #"accidentals.leftparen" }d'4\footnote #'(0.2 . -1) \markup { \musicglyph
> #"ties.lyric.short" test }d'4\footnote #'(0.2 . -1) \markup { \musicglyph
> #"arrowheads.open.01" }d'4\footnote #'(0.2 . -1) \markup { \musicglyph
> #"scripts.ufermata" }d'4\footnote #'(0.2 . -1) \markup { \fermata }
d'4\footnote
> #'(0.2 . -1) \markup { \hspace #1 \fermata }d'4} YoursÉric

the reason for this is quite simple. The musicglyphs you have given do have 
some interesting spacing properties in the sense that they have some leading 
space. This you can see by doing:

%%%
\markup
   \with-dimensions #'(+inf.0 . -inf.0) #'(+inf.0 . -inf.0)
   \with-color #red
   \path #0.1 #'((moveto 0 10) (lineto 0 -200))

\markup\box\musicglyph #"f"
\markup\box\musicglyph #"accidentals.leftparen"
\markup\box\musicglyph #"ties.lyric.short"
\markup\box\line { \musicglyph #"ties.lyric.short" test }
\markup\box\musicglyph #"scripts.ufermata"
\markup\box\fermata
\markup\box\line { \hspace #1 \fermata }
%%%

Now, the footnote number is simply added to the left edge of the footnote line. 
If the footnote is flush this will leave the numbers properly aligned. Else 
this will be shifted.

In your case you can solve this by making sure your footnote is property 
aligned, i.e. do `\markup\left-align ...`

Cheers,
Tina

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to