It of course depends on how large you want the dot and what other
flexibility you want/need. But with a regular '.' (or any character-
string) you could easily do this without special function code needed:
\version "2.16.0"
dotcolor = #red
smalldotmark = \markup{\bold \with-color \dotcolor "." }
largedotmark = \markup{\scale #'(5 . 5) \bold \with-color \dotcolor
"." }
{
c'1^\smalldotmark
c''^\largedotmark
}
Regards,
Wim.
On 25 Mar 2013, at 02:10 , luis jure wrote:
on 2013-03-24 at 23:56 Janek Warchoł wrote:
Could i ask you to write a function that would print a red dot on top
of a grob's refpoint? (the image i've attached was made with GIMP,
and it would be better to have it in lily code.
hey, i was trying to find somewhere in the docs how to get those red
dots,
because they would be really handy sometimes... i thought it was one
of
the many advanced features of lilypond that i never got to learn...
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user