The command : ^\markup{ \combine \vcenter \musicglyph #"accordion-accDiscant" \translate #'(0 . -1 ) \musicglyph #"accordion-accDot" }
works and command translate#'(0 . -1) move down the dot from the centre of accDiscant.
But the next dots are put one after other with space between- all vertically centred.
How can I put all dots to the centre of accDiscant in order to have in this poin origin.

<<inline: accDots.bmp>>

\score { \notes { c4 
e^\markup { \musicglyph  #"accordion-accFreebase"  } 
g g^\markup { \musicglyph #"accordion-accDiscant" 
           \musicglyph   #"accordion-accDot"  \musicglyph   #"accordion-accDot"  \musicglyph   #"accordion-accDot"  } 
 a^\markup{ \combine  \vcenter \musicglyph #"accordion-accDiscant"  \translate #'(0 . -1 )   \musicglyph #"accordion-accDot"     \musicglyph #"accordion-accDot"   \musicglyph   #"accordion-accDot"    \musicglyph   #"accordion-accDot" } } } }


     
_______________________________________________
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to