Hi
I think that the attached slur, both on Staff and TabStaff, is an ugly
one.
What do you think?
\version "2.19.31"
myMusic = \relative {
\set minimumFret = 5
d2)
}
\score {
\new StaffGroup <<
\new Staff { \clef "treble_8" \myMusic }
\new TabStaff \with {
stringTunings = #gu
Thomas Spuhler writes:
> On Wednesday, November 11, 2015 03:22:52 PM you wrote:
>> Hello,
>>
>> On 11/11/15 14:55, Thomas Spuhler wrote:
>
>> >
>> > It does when I run the config manually. There is a way to get around it.
>> > If it >2.19.30 doesn't build the doc anymore with guile2 then we may
On Wednesday, November 11, 2015 03:22:52 PM you wrote:
> Hello,
>
> On 11/11/15 14:55, Thomas Spuhler wrote:
> >
> > It does when I run the config manually. There is a way to get around it.
> > If it >2.19.30 doesn't build the doc anymore with guile2 then we may just
> > will not distribute the
>> 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 lilypo
> 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 wr
"Simon Albrecht" wrote in message
news:56536880.1060...@mail.de...
\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
I presume t