[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lilypond-auto] Issue 3207 in lilypond: too extreme skylining for \t
From: |
lilypond |
Subject: |
Re: [Lilypond-auto] Issue 3207 in lilypond: too extreme skylining for \tempo text |
Date: |
Sat, 02 Mar 2013 07:17:27 +0000 |
Comment #1 on issue 3207 by address@hidden: too extreme skylining for
\tempo text
http://code.google.com/p/lilypond/issues/detail?id=3207
Issue 2795 has links to similar examples.
Workaround: We can tell LilyPond to use rectangular boxes for spacing
certain things
\layout {\context {
\override MetronomeMark #'vertical-skylines = #'()
\override TextScript #'vertical-skylines = #'()
\override TextScript #'horizontal-skylines = #'()
\override Accidental #'vertical-skylines = #'()
\override Script #'vertical-skylines = #'()
% and so on as desired
}}
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
- Re: [Lilypond-auto] Issue 3207 in lilypond: too extreme skylining for \tempo text,
lilypond <=