In the section on Durations in the reference manual,
http://lilypond.org/doc/v2.0/Documentation/user/out-www/lilypond/Durations.html#Durations
you'll find a link to the Dots graphical object. You can also find a complete list of
all graphical objects at the documentation web page if you click at
"Program Reference" -> "Backend" -> "Graphical Object Interfaces <http://lilypond.org/doc/v2.0/Documentation/user/out-www/lilypond-internals/Graphical-Object-Interfaces.html#Graphical%20Object%20Interfaces>".


Why do you want to move everything like this, it seems that you would
introduce collisions with the bar lines. I guess there are better ways to
obtain what you really want to do.

/Mats

Atte Andr� Jensen wrote:

I'm trying to move everything in a voice 2 staff spaces to the right, but it seems that the dots doesn't get moved together with the other grobs. How do I get a hold of them??? Right now I have:

\property Staff.OttavaSpanner \override #'extra-offset = #'(2 . 0)
\property Staff.Accidental \override #'extra-offset =#'(2 . 0)
\property Voice.Script \override #'extra-offset =#'(2 . 0)
\property Voice.Stem \override #'extra-offset =#'(2 . 0)
\property Voice.Beam \override #'extra-offset =#'(2 . 0)
\property Voice.NoteHead \override #'extra-offset =#'(2 . 0)





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

Reply via email to