Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-07-26 Thread Thomas Morley
2014-07-19 14:59 GMT+02:00 John McWilliam : > That works for me too. Thanks! > One last detail - I hope - when the difference between the first and > > second time involves a whole bar the spanners cannot be seperated by a > > transparent bar. In such cases is the following snippet acceptable or is

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-07-19 Thread John McWilliam
That works for me too. Thanks! One last detail - I hope - when the difference between the first and second time involves a whole bar the spanners cannot be seperated by a transparent bar. In such cases is the following snippet acceptable or is there another tweak which can be used to seperate

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-07-18 Thread Thomas Morley
2014-07-17 19:29 GMT+02:00 John McWilliam : > I am deeply grateful for sorting out these problems associated with the > bagpipe tune format and in particular those associated with repeats. I have > another irritating glitch in the same grain. A measure can have two > alternative structures dependin

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-07-17 Thread John McWilliam
I am deeply grateful for sorting out these problems associated with the bagpipe tune format and in particular those associated with repeats. I have another irritating glitch in the same grain. A measure can have two alternative structures depending on whether it is played the first or second time.

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-07-15 Thread Thomas Morley
2014-07-15 20:08 GMT+02:00 John McWilliam : > Thanks Thomas for your input. I have applied your first alternative - the > > simpler one - to a four part piece. This is the classical length of a > > march in piping. The enclosed snippet illustrates the result. The end of > > the first part looses it

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-07-15 Thread Paul Morris
Marc Hohl wrote > Looks nice! Do you think that \setRepeatCommand should be included in > the sources? I'd always found the manual tweaking of the text in the > volta brackets somewhat clumsy... Or at least it could be added to the LSR? -Paul -- View this message in context: http://lilypond

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-07-15 Thread John McWilliam
Thanks Thomas for your input. I have applied your first alternative - the simpler one - to a four part piece. This is the classical length of a march in piping. The enclosed snippet illustrates the result. The end of the first part looses its repeat barline. I have tried introducing a \bar

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-07-14 Thread Marc Hohl
Am 14.07.2014 19:00, schrieb Thomas Morley: 2014-07-14 18:47 GMT+02:00 Thomas Morley : 2014-07-14 14:03 GMT+02:00 John McWilliam : I'd not mix \repeat volta ... and \alternative ... with manual repeat settings. Correction, you _can_ mix them, _if_ you use correct syntax. Though, it's a litt

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-07-14 Thread Thomas Morley
2014-07-14 18:47 GMT+02:00 Thomas Morley : > 2014-07-14 14:03 GMT+02:00 John McWilliam : > I'd not mix \repeat volta ... and \alternative ... with manual repeat > settings. Correction, you _can_ mix them, _if_ you use correct syntax. Though, it's a little complicated I think. Therefore I made th

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-07-14 Thread Thomas Morley
2014-07-14 14:03 GMT+02:00 John McWilliam : > Hi, > I have followed this discussion with interest having had a similar > problem myself. Bagpipe music (marches) have a standard format, usually four > parts and each part is repeated and may have alternative endings. The repeat > bars are sho

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-07-14 Thread John McWilliam
Hi, I have followed this discussion with interest having had a similar problem myself. Bagpipe music (marches) have a standard format, usually four parts and each part is repeated and may have alternative endings. The repeat bars are shown at the beginning and end of each part (including th

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-06-28 Thread Peter Gentry
Funny it works fine for me without the \score. I thought this was implied if omitted. I did edit the music variable to make sure I was expecting a different output. regards Peter Gentry ___ lilypond-user mailing list lilypond-user@gnu.org https://l

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-06-27 Thread David Kastrup
Patrick or Cynthia Karl writes: >> Message: 6 >> Date: Thu, 26 Jun 2014 20:20:16 +0200 >> From: Marc Hohl >> Subject: Re: Repeat volta not at beginning of piece doesn't get >> initial repeat bar line >> [...] >>> Sorry, that doesn&#

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-06-27 Thread Patrick or Cynthia Karl
> Message: 6 > Date: Thu, 26 Jun 2014 20:20:16 +0200 > From: Marc Hohl > Subject: Re: Repeat volta not at beginning of piece doesn't get > initial repeat bar line > [...] >> Sorry, that doesn't work for me, result is the same. I assume you're saying

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-06-26 Thread Jay Anderson
On Thu, Jun 26, 2014 at 2:05 PM, James wrote: > On 26/06/14 16:53, Jay Anderson wrote: >> You're right that the \bar "||" is overriding the repeat bar. I assume >> you're wanting a double bar before the break. Use \bar ".|:-||" >> instead. You can lookup valid bar strings in bar-line.scm. >> >> --

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-06-26 Thread James
On 26/06/14 16:53, Jay Anderson wrote: > On Thu, Jun 26, 2014 at 8:37 AM, Patrick or Cynthia Karl > wrote: >> Section 1.4 of the Notation Manual says about volta repeats: >> >> volta The repeated music is not written out but enclosed between >> repeat bar lines. If the

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-06-26 Thread Marc Hohl
[...] Sorry, that doesn't work for me, result is the same. I assume you're saying to replace the \bar "||" with \bar ".|:-||". Typo? \version "2.18.2" music = \relative b' { a1 a a a \bar ".|:-||" \break \repeat volta 2 { a4 b c d } } \score { \new Staff { \music } } comp

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-06-26 Thread Marc Hohl
of piece doesn't get initial repeat bar line On Thu, Jun 26, 2014 at 8:37 AM, Patrick or Cynthia Karl wrote: Section 1.4 of the Notation Manual says about volta repeats: volta The repeated music is not written out but enclosed between repeat bar lines. I

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-06-26 Thread Patrick or Cynthia Karl
> In lilypond-user Digest, Vol 139, Issue 98 Message: 6, Jay Anderson wrote: > Date: Thu, 26 Jun 2014 08:53:23 -0700 > From: Jay Anderson > To: Patrick or Cynthia Karl > Subject: Re: Repeat volta not at beginning of piece doesn't get > initial repeat bar line >

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-06-26 Thread Jay Anderson
On Thu, Jun 26, 2014 at 8:37 AM, Patrick or Cynthia Karl wrote: > Section 1.4 of the Notation Manual says about volta repeats: > > volta The repeated music is not written out but enclosed between > repeat bar lines. If the repeat is at the > beginning of a p

Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-06-26 Thread Patrick or Cynthia Karl
Section 1.4 of the Notation Manual says about volta repeats: volta The repeated music is not written out but enclosed between repeat bar lines. If the repeat is at the beginning of a piece, a repeat bar line is only printed at the end of the