\version "2.19.31"
{
a'8
\once\override Staff.Clef.X-extent = #'(0 . .8)
\clef bass a, b, c
\clef treble a'8
\once\override Staff.Clef.X-extent = #'(0 . 0)
\clef bass a, b, c
}
%%
Yours, Simon
___
bug-lilypond mailing list
bug-lilyp
Hello,
in the following example, the tweak on one clef spills over to the next:
%
\version "2.19.31"
{
\clef treble a'8
\tweak Clef.X-extent #'(0 . 0)
\clef bass a, b, c
\clef treble a'4
}
%
Yours, Simon
___
bug-lilypon
Am 23.11.2015 um 09:57 schrieb Simon Albrecht:
> On 23.11.2015 09:49, Urs Liska wrote:
>> Just to finish this thread up (apart from the opened issue) I'll report
>> how I finally dealt with the issue in my score.
>>
>> It turns out that
>> \override SpacingSpanner.uniform-stretching = ##t
>>
On 23.11.2015 09:49, Urs Liska wrote:
Just to finish this thread up (apart from the opened issue) I'll report
how I finally dealt with the issue in my score.
It turns out that
\override SpacingSpanner.uniform-stretching = ##t
is what I need to make the overall appearance of the score much b
Just to finish this thread up (apart from the opened issue) I'll report
how I finally dealt with the issue in my score.
It turns out that
\override SpacingSpanner.uniform-stretching = ##t
is what I need to make the overall appearance of the score much better
than default. This completely suppr
The downloadable version of lilypond 2.19.32 will not run on openSUSE Leap 42.1
as it is unable to find libffi.so.6, which is not installed on this OS.
The lilypond distribution includes this shared library in its usr/lib64
directory. But the installer script only creates a lilypond wrapper star