bug-lilypond
[Top][All Lists]
Advanced

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

Re: Stem direction & dynamic collision


From: Mats Bengtsson
Subject: Re: Stem direction & dynamic collision
Date: Thu, 05 Feb 2004 13:43:08 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113



Han-Wen Nienhuys wrote:
address@hidden writes:

Sorry, I plan to learn to read any year :-).

I tried some different property settings in a crowded score,
but none of them worked as I expected, so I leave the question
to others who know better.
As a workaround, you could introduce manual line breaks using
\break in lines that look too crowded.


you could try #'no-spacing-rods on DynamicText to force more space, and
if necessary widen it with

DynamicText \set #'X-extent = #(-10 . 10)
or somesuch.

I already tried these, to no avail. See the following example:

\score {

\notes\relative c'' {
\property Score.DynamicText \set #'no-spacing-rods = ##f
\property Score.DynamicText \set #'X-extent = #'(-20 . 20)
c1\ff
                      e,-.-> \f
                      e \rfz            
                      c' \mf
                      c \mp \>
                      c\!\ppppp \<
                      c\sfp\!
                
}
\paper{linewidth = 5.0\cm }
}


   /Mats




reply via email to

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