Status: Accepted
Owner:
Labels: Type-Collision Priority-Medium
New issue 1546 by brownian.box: breve collides with heads in other voice in
short intervals
http://code.google.com/p/lilypond/issues/detail?id=1546
\version "2.13.52"
% c''\breve collides with bes2, c1 in voiceTwo.
% With 'a
Comment #7 on issue 748 by k-ohara5...@oco.net: Modes should support
quarter-tones
http://code.google.com/p/lilypond/issues/detail?id=748
Fixed with commit 9513397, due to appear 2.13.53.
The midi error is resolved.
Using pre-defined modes like \key d \bayati now gives no warnings.
User
Updates:
Status: Accepted
Labels: -Patch-needs_work Patch-review Priority-Medium
Comment #5 on issue 1530 by percival.music.ca: [PATCH] Fret diagram fixes
(Issue 4176056)
http://code.google.com/p/lilypond/issues/detail?id=1530
passes regtests, etc.
__
Comment #1 on issue 1545 by k-ohara5...@oco.net: Volta repeat marks are
misplaced in some circumstances
http://code.google.com/p/lilypond/issues/detail?id=1545
Not completely a regression. The bracket placement is messed up when we
have
1) a volta bracket start, 2)the beginning of the lin
On Wed, Mar 2, 2011 at 4:54 AM, James Lowe wrote:
> Joe,
>
>
>
> *From:* lilypond-user-bounces+james.lowe=datacore@gnu.org [mailto:
> lilypond-user-bounces+james.lowe=datacore@gnu.org] *On Behalf Of *Joe
> Neeman
> *Sent:* 01 March 2011 11:23
> *To:* Albert Frantz
> *Cc:* lilypond-u...@g
Updates:
Status: Fixed
Owner: n.puttock
Labels: fixed_2_13_53
Comment #1 on issue 1540 by n.putt...@gmail.com: erroneous output from
\displayLilyMusic when chord has only 1 note
http://code.google.com/p/lilypond/issues/detail?id=1540
(No comment was entered for this ch
Comment #2 on issue 1543 by n.putt...@gmail.com: Skiptypesetting overrides
\break and barline type
http://code.google.com/p/lilypond/issues/detail?id=1543
If we really need to control the line breaks printed in drafts made with
skipTypesetting, we can insert a \grace s8 to define the timing
Joe,
From: lilypond-user-bounces+james.lowe=datacore@gnu.org
[mailto:lilypond-user-bounces+james.lowe=datacore@gnu.org] On Behalf Of Joe
Neeman
Sent: 01 March 2011 11:23
To: Albert Frantz
Cc: lilypond-u...@gnu.org
Subject: Re: No Lilypond output with XeLaTex
On Tue, Mar 1, 2011 at 10:18
wrote in message
news:0-9567054385019064696-7145175833890754552-lilypond=googlecode@googlecode.com...
Status: Accepted
Owner:
Labels: Type-Defect Priority-Critical Regression
New issue 1545 by philehol...@googlemail.com: Volta repeat marks are
misplaced in some circumstances
http://c
Status: Accepted
Owner:
Labels: Type-Defect Priority-Critical Regression
New issue 1545 by philehol...@googlemail.com: Volta repeat marks are
misplaced in some circumstances
http://code.google.com/p/lilypond/issues/detail?id=1545
When a volta repeat begins on a staff which subsequently d
Am Dienstag, 1. März 2011, um 14:03:39 schrieb Bertrand Bordage:
> \new Staff << { \clef F f4 g g2 c1 d }
> \figuremode {
> <5/>4 <6 4> <4> <_+> <_!>1 <6/>
> } >>
>
> Figures should be aligned to whole notes.
>
> Workaround attached.
This is really just a quick workaround, no solution, a
I'm not quite sure of my workaround. It's a poor modification of this
snippet : http://lsr.dsi.unimi.it/LSR/Item?id=637
I think it affects all figures because they are not centered on notes. As
you can see on slashed digits or on a column of figures...
That's also why I call this a workaround and n
2011/3/1 Bertrand Bordage :
> Yes, I forgot a \new FiguredBass.
Right. Mm, that seems to affect (sometimes very slightly) to all
figures, no only those on wholes.
--
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com
___
bug-lilypond
Yes, I forgot a \new FiguredBass.
figuredBassCenterOnNote = \override BassFigure #'X-offset =
#(lambda (grob)
(let* ((paper-col (ly:grob-parent grob X))
(elts (ly:grob-object paper-col 'elements))
(figure grob))
(for-each
(lambda (idx)
(let ((elt (ly:grob-array-ref el
On Tue 01 Mar 2011, 15:14 Francisco Vila wrote:
> 2011/3/1 Bertrand Bordage :
> > \new Staff << { \clef F f4 g g2 c1 d }
> > \figuremode {
> > <5/>4 <6 4> <4> <_+> <_!>1 <6/>
> > } >>
> >
> > Figures should be aligned to whole notes.
> >
> > Workaround attached.
>
> I am very sorry but I don'
2011/3/1 Bertrand Bordage :
> \new Staff << { \clef F f4 g g2 c1 d }
> \figuremode {
> <5/>4 <6 4> <4> <_+> <_!>1 <6/>
> } >>
>
> Figures should be aligned to whole notes.
>
> Workaround attached.
I am very sorry but I don't see any difference here on lilypond
2.13.52 with or whithout \figure
\new Staff << { \clef F f4 g g2 c1 d }
\figuremode {
<5/>4 <6 4> <4> <_+> <_!>1 <6/>
} >>
Figures should be aligned to whole notes.
Workaround attached.
figuredBassCenterOnNote = \override BassFigure #'X-offset =
#(lambda (grob)
(let* ((paper-col (ly:grob-parent grob X))
(elts (l
Updates:
Status: Fixed
Labels: -Patch-review fixed_2_13_52
Comment #15 on issue 1470 by percival.music.ca: Change keep-inside-line
defaults to true
http://code.google.com/p/lilypond/issues/detail?id=1470
Thanks, pushed.
___
bug-lil
Updates:
Status: Fixed
Labels: -Patch-review fixed_2_13_52
Comment #8 on issue 1517 by percival.music.ca: Add dots to tocItemMarkup
http://code.google.com/p/lilypond/issues/detail?id=1517
Thanks, pushed.
___
bug-lilypond mailing list
19 matches
Mail list logo