lilypond-user
[Top][All Lists]
Advanced

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

Re: moving dynamics


From: Mats Bengtsson
Subject: Re: moving dynamics
Date: Sun, 16 Dec 2007 22:37:31 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20061113 Debian/1.7.8-1sarge8

If you tell what you want to achieve, it's much easier to
provide a relevant answer. Also, it helps if the example
code you include in your email can be compiled as it is.

However, as far as I can remember, there's no point in
specifying a padding value less than 0. Also, I hope you
have noticed the staff-padding property that tells the
minimum distance to the closest staff line (in contrast
to padding which specifies the minimum distance to
any object).

Finally, please always tell what LilyPond version you
are using. The positioning of objects around staves
has changed dramatically from the latest stable version,
2.10 to the development version 2.11.

   /Mats

Stefan Thomas wrote:

Dear Lilypondusers,
I have a problem with moving the dynamics generally. I dont't
understand why this doesnt make any effect:

dynamik = { \override DynamicLineSpanner #'padding = #-2.0 \override
DynamicText #'padding =#2.1 s1\f s1*10 s1\setTextCresc s1*3 s1\ff}

\score { << \new PianoStaff << \new Staff = "Primorechts" \relative c'' {
\Primorechts }
                   \context Staff = "Primorechts" \dynamik
                \new Staff = "Primolinks" \Primolinks >>
\new PianoStaff << \new Staff = "Secondorechts" \Secondorechts
                        \context Staff = "Secondorechts" \dynamik
                               \new Staff = "Secondolinks"
\Secondolinks  >>
}
Sorry for boring You again with my greenhorn-questions.
Stefan



_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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