Han-Wen Nienhuys wrote:
[EMAIL PROTECTED] 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



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

Reply via email to