bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: stems and title problem in 2.11.12


From: Mats Bengtsson
Subject: Re: stems and title problem in 2.11.12
Date: Mon, 22 Jan 2007 12:47:38 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20061206)

Your titling problems are answered in the section on "Creating titles"
in the manual.

For the stems, I did some trial and error in your example file and it seems that
the doubled stems are caused by your setting
         \override Stem #'stemlet-length = #0.75

In general, when you submit a bug report, I urge you to try to reduce your
.ly example to a minimal number of lines. Here, you introduce so many
different unconventional settings in the same file so it's almost impossible
to figure out what is really relevant for the problem at hand.

As far as I can see, the problem here is that when you set stemlet-length, then you get these stemlets not only on rests but also on notes that normally don't
have stems:

\relative c'{
 \override Stem #'stemlet-length = #0.75
 c1 c\breve c\longa
}

Also, the documentation of the stemlet-length property is missing, apart from the
example file stem-stemlet.ly in Regression Test.

  /Mats

karim haddad wrote:
Hello

I have problems in stems (petrucci noteheads) they are not well anchored on noteheads and sometimes are doubled.
Beside that  the title doesn't appear.
Any idea ?
Thank you


Karim Haddad
------------------------------------------------------------------------

_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

[Prev in Thread] Current Thread [Next in Thread]