download

2008-03-04 Thread lars gusowski
ich würde mir gernelilypond für windows xp downloaden und nicht gleich
installieren geht das und wenn ja wie
mfg Lars Gusowski



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Weird output

2008-03-04 Thread Mats Bengtsson

Copying two measures from Oscar's recent email, I came up
with the following example which both shows an extremely
ugly slur (which can be much improved by setting #'positions
to almost any value) but above all puts the first notes to the
left of the time signature. Admittedly, the slur is very difficult
to typeset nicely whatever you do, but you shouldn't get
notes to the left of the time signature.

(By chance, the same example also illustrates another bug in
version 2.10 that has been fixed in 2.11.)

\version 2.11.41

\new Staff = up { s1*2 }
\new Staff = down \relative c,{\clef bass  \stemDown
 % Commenting out the next line gives a much nicer slur shape
 % almost no matter what values I specify for the positions.
 % \once \override Slur #'positions = #'(5 . 5)
 f4. ( a8 d f \change Staff = up \stemUp \times 2/3 {a[ d f} |
 a16] d,[ f a \times 4/5 {d16] f[ a d32. f64 ~ f16] ~} f4 ) r | \noBreak
 d4 a f d ||
 }


\layout{ ragged-right = ##t }

  /Mats

--
=
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: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Issue 586 in lilypond: Cross-staff slur causes a weird output

2008-03-04 Thread codesite-noreply

Issue 586: Cross-staff slur causes a weird output
http://code.google.com/p/lilypond/issues/detail?id=586

New issue report by v.villenave:
% this example shows an extremely ugly slur
% (which can be much improved by setting #'positions
% to almost any value) but above all puts the first notes to the
% left of the time signature.
% Admittedly, the slur is very difficult
% to typeset nicely whatever you do, but you shouldn't get
% notes to the left of the time signature.

% (By chance, the same example also illustrates another bug in
% version 2.10 that has been fixed in 2.11.)

\version 2.11.41

\new Staff = up { s1*2 }
\new Staff = down \relative c,{\clef bass  \stemDown

% Commenting out the next line gives a much nicer slur shape
% almost no matter what values I specify for the positions.

% \once \override Slur #'positions = #'(5 . 5)

f4. ( a8 d f \change Staff = up \stemUp \times 2/3 {a[ d f} |
a16] d,[ f a \times 4/5 {d16] f[ a d32. f64 ~ f16] ~} f4 ) r | \noBreak
d4 a f d ||
}


\layout{ ragged-right = ##t }



Issue attributes:
Status: Accepted
Owner: v.villenave
Labels: Type-Collision Priority-Medium

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Issue 546 in lilypond: Incorrect merging when a same note has different accidentals

2008-03-04 Thread codesite-noreply

Issue 546: Incorrect merging when a same note has different accidentals
http://code.google.com/p/lilypond/issues/detail?id=546

Comment #8 by erlenda:
I've had another look at this and simplified the patch. I've yet to 
find a solution for how to automatically force

accidentals for altered unisons.

Attachments: new patch and a png showing some tests.

With the limitation mentioned in my previous comment, this isn't a 100% 
perfect solution, but it is better than
current behaviour. Shall I apply the patch if we document the 
workaround as a known limitation?


Attachments:
alteredunison2.diff  3.1 KB
accidental-altered-unisons.png  16.2 KB



--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond