Re: alternative repeat - extraneous barline

2016-07-09 Thread Ken Pierce

Well that was easy!  Many thanks.  Sorry not to have realized it was a known 
issue.  Thanks also to Jean Brefort for his response about 2.18.2.
Ken


On 7/9/16 11:59 AM, Phil Holmes wrote:

- Original Message - From: "Ken Pierce" 
To: 
Sent: Saturday, July 09, 2016 4:41 PM
Subject: alternative repeat - extraneous barline



An extraneous barline appears in the middle of the second ending.  How can I
eliminate it?

Thanks,
Ken

--- example:

\version "2.18.2"
\score {
  \new Staff {
  \time 6/8 \partial 8
  \repeat volta 2 { a'8 | a'8. g'16 f'8 a'8. g'16 f'8 | }
  \alternative {
{  d'4.~ d'4 }
{  d'4.~ d'4 } % extraneous barline appears
  }
 }
  \layout { }
}


Simplest answer is to upgrade to 2.19.  It looks like this has been fixed in 
all 2.19.x versions, so the latest development version should be fine.

--
Phil Holmes


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


RE: alternative repeat - extraneous barline

2016-07-09 Thread Mark Stephen Mrotek
Ken,

See the addition I made to the second ending in your snippet below.
Lilypond "reads" the first ending as an incomplete measure.
The "\set" command resents the second ending to start correctly.

Mark

-Original Message-
From: lilypond-user
[mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Ken
Pierce
Sent: Saturday, July 09, 2016 8:41 AM
To: lilypond-user@gnu.org
Subject: alternative repeat - extraneous barline

An extraneous barline appears in the middle of the second ending.  How can I
eliminate it?

Thanks,
Ken

--- example:

\version "2.18.2"
\score {
   \new Staff {
   \time 6/8 \partial 8
   \repeat volta 2 { a'8 | a'8. g'16 f'8 a'8. g'16 f'8 | }
   \alternative {
 {  d'4.~ d'4 }
 {  
 \set Timing.measurePosition = #(ly:make-moment -5/8)
 d'4.~ d'4 } % extraneous barline appears
   }
  }
   \layout { }
}



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


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


Re: alternative repeat - extraneous barline

2016-07-09 Thread Jean Brefort
Le samedi 09 juillet 2016 à 16:59 +0100, Phil Holmes a écrit :
> - Original Message - 
> From: "Ken Pierce" 
> To: 
> Sent: Saturday, July 09, 2016 4:41 PM
> Subject: alternative repeat - extraneous barline
> 
> 
> > An extraneous barline appears in the middle of the second
> > ending.  How can 
> > I
> > eliminate it?
> > 
> > Thanks,
> > Ken
> > 
> > --- example:
> > 
> > \version "2.18.2"
> > \score {
> >   \new Staff {
> >   \time 6/8 \partial 8
> >   \repeat volta 2 { a'8 | a'8. g'16 f'8 a'8. g'16 f'8 | }
> >   \alternative {
> > {  d'4.~ d'4 }
> > {  d'4.~ d'4 } % extraneous barline appears
> >   }
> >  }
> >   \layout { }
> > }
> 
> Simplest answer is to upgrade to 2.19.  It looks like this has been
> fixed in 
> all 2.19.x versions, so the latest development version should be
> fine.
> 
> --
> Phil Holmes 

With 2.18.2, you can use something like:

\version "2.18.2"
\score {
   \new Staff {
   \time 6/8 \partial 8
   \repeat volta 2 { a'8 | a'8. g'16 f'8 a'8. g'16 f'8 | }
   \alternative {
 {  d'4.~ d'4 \set Timing.measurePosition = #(ly:make-moment 6/8)}
 {  d'4.~ d'4 } % no extraneous barline appears
   }
  }
   \layout { }
}

Best regards,
Jean

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


Re: alternative repeat - extraneous barline

2016-07-09 Thread Phil Holmes
- Original Message - 
From: "Ken Pierce" 

To: 
Sent: Saturday, July 09, 2016 4:41 PM
Subject: alternative repeat - extraneous barline


An extraneous barline appears in the middle of the second ending.  How can 
I

eliminate it?

Thanks,
Ken

--- example:

\version "2.18.2"
\score {
  \new Staff {
  \time 6/8 \partial 8
  \repeat volta 2 { a'8 | a'8. g'16 f'8 a'8. g'16 f'8 | }
  \alternative {
{  d'4.~ d'4 }
{  d'4.~ d'4 } % extraneous barline appears
  }
 }
  \layout { }
}


Simplest answer is to upgrade to 2.19.  It looks like this has been fixed in 
all 2.19.x versions, so the latest development version should be fine.


--
Phil Holmes 



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


alternative repeat - extraneous barline

2016-07-09 Thread Ken Pierce
An extraneous barline appears in the middle of the second ending.  How can I
eliminate it?

Thanks,
Ken

--- example:

\version "2.18.2"
\score {
   \new Staff {
   \time 6/8 \partial 8
   \repeat volta 2 { a'8 | a'8. g'16 f'8 a'8. g'16 f'8 | }
   \alternative {
 {  d'4.~ d'4 }
 {  d'4.~ d'4 } % extraneous barline appears
   }
  }
   \layout { }
}



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