lilypond-user
[Top][All Lists]
Advanced

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

Re: which grob for dots?


From: Mats Bengtsson
Subject: Re: which grob for dots?
Date: Fri, 02 Jan 2004 17:41:08 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1

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)







reply via email to

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