Re: Problem with volta bracket going over to next line

2010-10-13 Thread Ralph Palmer
On Sun, Oct 10, 2010 at 4:54 PM, James Lowe james.l...@datacore.com wrote:

 Hello,

 I did look through the tracker but nothing obvious. I have also tested this
 with 2.12.latest and get the same issue.

 This is the snippet that is as small as I can seem to get it (from a piece
 I was engraving).

 \relative c'' {
  \time 6/8
  \repeat volta 2 {
c8 ees, c c' ees, c |
  }
  \alternative {
{ c ees ges g4 a16 bes | b4.~ b }
{ bes8 a g ges4 g16 a16 | d,4.~ d }
  }
  c'8 ees, c c' ees, c |
  c'8 ees, c c' ees, c |
  c'8 ees, c c' ees, c |
 }

 \version 2.13.35

 What you can see is that the second volta stops at the end of the first
 line instead of carrying over to end at the next bar.

 If you add two more duplicate bars at the end of the piece or remove one of
 them it all reflows and the volta is correct.

 James



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


Thanks, James -
Submitted as Issue 1325 :
http://code.google.com/p/lilypond/issues/detail?id=1325

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


Problem with volta bracket going over to next line

2010-10-10 Thread James Lowe
Hello,

I did look through the tracker but nothing obvious. I have also tested this 
with 2.12.latest and get the same issue.

This is the snippet that is as small as I can seem to get it (from a piece I 
was engraving).

\relative c'' {
  \time 6/8
  \repeat volta 2 {
c8 ees, c c' ees, c |
  }
  \alternative {
{ c ees ges g4 a16 bes | b4.~ b }
{ bes8 a g ges4 g16 a16 | d,4.~ d }
  }
  c'8 ees, c c' ees, c | 
  c'8 ees, c c' ees, c |
  c'8 ees, c c' ees, c |
}

\version 2.13.35

What you can see is that the second volta stops at the end of the first line 
instead of carrying over to end at the next bar.

If you add two more duplicate bars at the end of the piece or remove one of 
them it all reflows and the volta is correct.

James



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


Re: Problem with volta bracket going over to next line

2010-10-10 Thread Graham Percival
On Sun, Oct 10, 2010 at 04:54:17PM -0400, James Lowe wrote:
 This is the snippet that is as small as I can seem to get it (from a piece I 
 was engraving).

What if you force a line-break with \break ?  I expect that this
example could be reduced to 3 or 4 lines, using c1 and \break.

Cheers,
- Graham

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


RE: Problem with volta bracket going over to next line

2010-10-10 Thread James Lowe
Hello,


-Original Message-
From: Graham Percival [mailto:gra...@percival-music.ca]
Sent: Sun 10/10/2010 22:29
To: James Lowe
Cc: bug-lilypond@gnu.org
Subject: Re: Problem with volta bracket going over to next line
 
On Sun, Oct 10, 2010 at 04:54:17PM -0400, James Lowe wrote:
 This is the snippet that is as small as I can seem to get it (from a piece I 
 was engraving).

What if you force a line-break with \break ?  I expect that this
example could be reduced to 3 or 4 lines, using c1 and \break.

---

Yes a \break will work, (although putting a \break within in the \alternative 
didn't work - maybe that is expected?).

It's not a problem for me, but I wondered if this was 'expected' behaviour. I 
would have thought this to have come up before as it is relatively common I 
suspect, but couldn't see it anywhere (at least in the tracker).

James


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