lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how offsets and alignment works: an explanation


From: Wim van Dommelen
Subject: Re: how offsets and alignment works: an explanation
Date: Mon, 25 Mar 2013 09:58:27 +0100

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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

[Prev in Thread] Current Thread [Next in Thread]