Issue 1693 in lilypond: Attaches bound info to beam for better normalized-endpoint calculations

2011-06-15 Thread lilypond

Status: Accepted
Owner: 
Labels: Priority-Medium Type-Enhancement Patch-new

New issue 1693 by percival.music.ca: Attaches bound info to beam for better  
normalized-endpoint calculations

http://code.google.com/p/lilypond/issues/detail?id=1693

http://codereview.appspot.com/4605047


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


Issue 1694 in lilypond: Modifies Spanner::spanner_length to better handle line-spanners

2011-06-15 Thread lilypond

Status: Accepted
Owner: 
Labels: Type-Enhancement Priority-Medium Patch-new

New issue 1694 by percival.music.ca: Modifies Spanner::spanner_length to  
better handle line-spanners

http://code.google.com/p/lilypond/issues/detail?id=1694

http://codereview.appspot.com/4621044/


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


Re: Issue 1630 in lilypond: Completion heads engraver produces duplicate ties

2011-06-15 Thread lilypond

Updates:
Status: Fixed
Labels: -Patch-review fixed_2_15_2

Comment #18 on issue 1630 by percival.music.ca: Completion heads engraver  
produces duplicate ties

http://code.google.com/p/lilypond/issues/detail?id=1630

Pushed 258dd9a854b627b533ab709a137b23c539857838

Thank you very much for all your efforts, Karin and Janek!  The fix will  
appear in 2.15.2, which will probably come out this weekend.



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


Re: misaligned rest in quatuor in 2.14.1

2011-06-15 Thread Ralph Palmer
On Tue, Jun 14, 2011 at 9:27 PM, Marc Mouries m...@mouries.net wrote:

 Here is a simple example of a quatuor that shows that the first rest in the
 Vln 3 staff is misaligned and too close to the G.

 -Marc



I believe someone responded to this on the regular user list. Just in  case
:
The first rest in the Vln 3 staff should be r2, rather than R2. R2 means
a 2 measure rest; r2 means a half-note rest. Changing the rest to r2 moves
the rest to the same measure location as the similar rest in Vln 1 or Vln 2.

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


Re: Clef change placed outside score

2011-06-15 Thread Ralph Palmer
On Tue, Jun 14, 2011 at 11:55 PM, Jay Anderson horndud...@gmail.com wrote:

 \version 2.14.1

 %The bass clef in the lower staff is placed to the left of the staff. If
 either
 %the tempo mark is removed or the triplets are changed to a quarter note
 the
 %the clef is placed correctly. This was not an error in 2.12.3.

 musx = \relative c'
 {
  % Change this to c4 for correct clef placement
  \times 2/3 {c8 c c}

  % Comment this out for correct clef placement
  \tempo asdf

  c4 c c
 }

 musy = \relative c'
 {
  \clef treble c4 \clef bass c4 c c
 }

 \score
 {
  
\new Staff \musx
\new Staff \musy
  
 }


Greetings, Jay Anderson and Lilyponders -

This has  been submitted as Issue 1695 :
http://code.google.com/p/lilypond/issues/detail?id=1695

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


Re: Issue 1695 in lilypond: Clef change placed outside score

2011-06-15 Thread lilypond

Updates:
Labels: -Priority-High Priority-Critical Regression

Comment #1 on issue 1695 by philehol...@googlemail.com: Clef change placed  
outside score

http://code.google.com/p/lilypond/issues/detail?id=1695

Confirmed on my windows box.  Regression occurred between 2.13.31 and 13.34.


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


Re: Clef change placed outside score

2011-06-15 Thread Jay Anderson
On Wed, Jun 15, 2011 at 6:11 AM, Ralph Palmer ralphbugl...@gmail.com wrote:
 This has  been submitted as Issue 1695 :
 http://code.google.com/p/lilypond/issues/detail?id=1695

Thanks. I think I found a couple workarounds:

musy = \relative c'
{
  \clef treble
  \override Score.NonMusicalPaperColumn #'allow-loose-spacing = ##f
  c4
  \clef bass c4 c c
  \revert Score.NonMusicalPaperColumn #'allow-loose-spacing
}

This isn't the best as the clef now causes space to be made in the other staff.

The other workaround is just changing the tempo to a markup. I prefer
the tempo, but at least with this there isn't the extra space.

Are there other workarounds? Nothing else I tried seemed to work.

-Jay

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


Re: Issue 1695 in lilypond: Clef change placed outside score

2011-06-15 Thread lilypond


Comment #2 on issue 1695 by reinhold...@gmail.com: Clef change placed  
outside score

http://code.google.com/p/lilypond/issues/detail?id=1695

I can confirm it too, here on linux.

If the regression occurred between 2.13.31 and .34, then my bet is that  
Jan's work on the Metronome-mark (and in particular the fiddling with  
break-align-symbol(s) ) is the culprit. This would also fit the finding  
that replacing the \tempo call with a \mark or a \markup yields files that  
are okay. Only \tempo causes the problem (btw. the triplet is not  
necessary, it suffices to use two eighth notes. A quarter note fixes the  
problem, though, as observed in the original example).


Cheers,
Reinhold



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


Re: misaligned rest in quatuor in 2.14.1

2011-06-15 Thread Francisco Vila
2011/6/15 Ralph Palmer ralphbugl...@gmail.com:
 On Tue, Jun 14, 2011 at 9:27 PM, Marc Mouries m...@mouries.net wrote:

 Here is a simple example of a quatuor that shows that the first rest in the
 Vln 3 staff is misaligned and too close to the G.

 -Marc



 I believe someone responded to this on the regular user list. Just in  case
 :
 The first rest in the Vln 3 staff should be r2, rather than R2. R2 means
 a 2 measure rest;

Not exactly.  R2 is a whole measure rest for a half note, e.g. in a
2/4.  A 2 measure rest would be R1*2 (for 4/4) or R2*2 (for 2/4)

-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com

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


Re: Issue 1658 in lilypond: Doc: need documentation of \cueClef and \cueDuringWithClef

2011-06-15 Thread lilypond

Updates:
Labels: -Patch-needs_work Patch-new

Comment #9 on issue 1658 by pkx1...@gmail.com: Doc: need documentation of  
\cueClef and \cueDuringWithClef

http://code.google.com/p/lilypond/issues/detail?id=1658

Patch uploaded

http://codereview.appspot.com/4601060


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


Issue 1696 in lilypond: Breathing sign incorrectly positioned on custom staves using 'line-positions

2011-06-15 Thread lilypond

Status: Accepted
Owner: n.putt...@gmail.com
Labels: Type-Defect Priority-Medium

New issue 1696 by n.putt...@gmail.com: Breathing sign incorrectly  
positioned on custom staves using 'line-positions

http://code.google.com/p/lilypond/issues/detail?id=1696

Breathing signs should be positioned correctly on custom staves whose lines  
are set via 'line-positions.


In the following snippet, the breathing sign is erroneously placed above  
the stave, instead of hanging on the top line.


\version 2.15.2

\relative c' {
  \override Staff.StaffSymbol #'line-positions = #'(-7 -5 -3 -1)
  b1 \breathe
  b1
}

Attachments:
breathe-bug.png  1.9 KB


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


Re: Issue 1696 in lilypond: Breathing sign incorrectly positioned on custom staves using 'line-positions

2011-06-15 Thread lilypond

Updates:
Status: Started
Labels: Patch-review

Comment #1 on issue 1696 by n.putt...@gmail.com: Breathing sign incorrectly  
positioned on custom staves using 'line-positions

http://code.google.com/p/lilypond/issues/detail?id=1696

http://codereview.appspot.com/4620051/


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


[no subject]

2011-06-15 Thread walter freihube
http://fotoshoptelma.com.br/ail2.html
  
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond