On Mon, Dec 23, 2013 at 10:14 AM, Karol Majewski wrote:
> Hi Eluze,
>
> now I have found that in my example it should be:
>
> \override Score.SpacingSpanner #'uniform-stretching = ##t
>
> insted of:
>
> \override SpacingSpanner #'uniform-stretching = ##t
>
> :)
>
> Now, uniform-stretching appears
Hi Eluze,
now I have found that in my example it should be:
\override Score.SpacingSpanner #'uniform-stretching = ##t
insted of:
\override SpacingSpanner #'uniform-stretching = ##t
:)
Now, uniform-stretching appears to be the right solution.
___
h%20Needs%20Summary&id=3304
for more contributions.
Eluze
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/hotrizontal-spacing-question-tp156216p156435.html
Sent from the User mailing list archive at Nabble.com.
___
I discovered this setting yesterday. Then added it to the main layout file and
compiled some of my scores (more complex). Everything was fine. Perhaps
NoteHead.extra-spacing-height = #'(-inf.0 . +inf.0) should be set as default in
Lily?
___
lilypon
.1069038.n5.nabble.com/hotrizontal-spacing-question-tp156216p156326.html
Sent from the User mailing list archive at Nabble.com.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
If you mean this:
{
\override SpacingSpanner #'uniform-stretching = ##t
\set Score.proportionalNotationDuration = #(ly:make-moment 1/200)
\clef bass \times 4/6 { c16 e16 a,16 b,16 g,16 e16 }
\times 4/6 { c16 e16 g,16 b,16 g,16 e16 }
\times 4/6 { c16 e16 g,16 b,16 g,16 e16 }
\times 4/6
d.1069038.n5.nabble.com/hotrizontal-spacing-question-tp156216p156256.html
Sent from the User mailing list archive at Nabble.com.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Unfortunately "uniform-stretching" doesn't work here.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Karol Majewski wp.pl> writes:
> > I want all off the stems in tuplet to be spaced evenly. How to achieve
> > this?
If anybody else runs in to this question, there is an option for this
called "uniform-stretching" described in Notation Reference section
4.5.5 Proportional notation
OK, got it.
\override NoteHead.extra-spacing-height = #'(-inf.0 . +inf.0)
is what I was looking for.
Dnia 20-12-2013 o godz. 23:58 Karol Majewski napisał(a):
> Hi.
>
> Here, even though all optical-spacing features are disabled, spacing is
> still uneven:
>
> \version "2.17.97"
>
> {
> \
Hi.
Here, even though all optical-spacing features are disabled, spacing is still
uneven:
\version "2.17.97"
{
\override ScoreNoteSpacing.same-direction-correction = #0
\override Score.NoteSpacing.stem-spacing-correction = #0
\override Score.StaffSpacing.stem-spacing-correction = #0
\cl
11 matches
Mail list logo