Re: Placement of clefs at repeat bars

2018-02-21 Thread Peter Toye
Thomas, That's a brilliant subversion of the \afterGrace command - I hadn't realised you could use it for anything but notes! I think I need a good course on lateral thinking. I'd come up with this, which puts the treble clef at the beginning of the repeated section - as I said earlier I don't

Re: Placement of clefs at repeat bars

2018-02-20 Thread Thomas Morley
2018-02-20 11:08 GMT+01:00 Peter Toye : > Mark, > > This works for my example as given, but not for the following one. Here > the problem is that two clef changes are needed: > > 1) for the repeat from bass to treble (bar 6 back to 4), and > 2) one for the continuation, from treble to bass (from 3

RE: Placement of clefs at repeat bars

2018-02-20 Thread Mark Stephen Mrotek
Peter, Got the measure numbers wrong. The snippet is correct. Mark From: Peter Toye [mailto:lilyp...@ptoye.com] Sent: Tuesday, February 20, 2018 7:01 AM To: Mark Stephen Mrotek ; lilypond-user@gnu.org Subject: Re: Placement of clefs at repeat bars Mark, Thanks. This solves problem

RE: Placement of clefs at repeat bars

2018-02-20 Thread Mark Stephen Mrotek
{ c'' \clef "bass" c } { \set Staff.forceClef = ##t \once \override Score.BreakAlignment #'break-align-orders = #(make-vector 3 '(staff-bar clef )) \clef "bass" c } } \clef treble c'' | } Mark From: Peter Toye [mailto:lilyp.

Re: Placement of clefs at repeat bars

2018-02-20 Thread Peter Toye
} { \set Staff.forceClef = ##t \once \override Score.BreakAlignment #'break-align-orders = #(make-vector 3 '(staff-bar clef )) \clef "bass" c } } } Mark From: Peter Toye [mailto:lilyp...@ptoye.com] Sent: Tuesday, February 20, 2018 2:09 AM To: Mark Stephen Mro

RE: Placement of clefs at repeat bars

2018-02-20 Thread Mark Stephen Mrotek
ye [mailto:lilyp...@ptoye.com] Sent: Tuesday, February 20, 2018 2:09 AM To: Mark Stephen Mrotek ; lilypond-user@gnu.org Subject: Re: Placement of clefs at repeat bars Mark, This works for my example as given, but not for the following one. Here the problem is that two clef changes are needed: 1

Re: Placement of clefs at repeat bars

2018-02-20 Thread Peter Toye
} } Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Monday, February 5, 2018, 2:08:07 PM, Mark Stephen Mrotek wrote: Peter, You are welcome very much! Mark From: Peter Toye [mailto:lilyp...@ptoye.com] Sent: Monday, February 05, 2018 1:10 AM To: Mark

RE: Placement of clefs at repeat bars

2018-02-05 Thread Mark Stephen Mrotek
Peter, You are welcome very much! Mark From: Peter Toye [mailto:lilyp...@ptoye.com] Sent: Monday, February 05, 2018 1:10 AM To: Mark Stephen Mrotek ; lilypond-user@gnu.org Subject: Re: Placement of clefs at repeat bars Mark, I see what you mean! That works fine. Thanks very much

Re: Placement of clefs at repeat bars

2018-02-05 Thread Peter Toye
me command could be used to “accurately” place the subsequent treble clef. Mark Never let the perfect be the enemy of the good. Don’t look a gift horse in the mouth. From: Peter Toye [mailto:lilyp...@ptoye.com] Sent: Sunday, February 04, 2018 3:45 AM To: Mark Stephen Mrotek ; lilypond-user@gn

RE: Placement of clefs at repeat bars

2018-02-04 Thread Mark Stephen Mrotek
the only one who must read more carefully. Mark From: Peter Toye [mailto:lilyp...@ptoye.com] Sent: Sunday, February 04, 2018 10:55 AM To: Mark Stephen Mrotek ; lilypond-user@gnu.org Subject: Re: Placement of clefs at repeat bars Mark, Thanks. You read my email correctly - the bass clef shou

Re: Placement of clefs at repeat bars

2018-02-04 Thread Peter Toye
t the perfect be the enemy of the good. Don’t look a gift horse in the mouth. From: Peter Toye [mailto:lilyp...@ptoye.com] Sent: Sunday, February 04, 2018 3:45 AM To: Mark Stephen Mrotek ; lilypond-user@gnu.org Subject: Re: Placement of clefs at repeat bars Mark, Your snippet raises two points: 1)

RE: Placement of clefs at repeat bars

2018-02-04 Thread Mark Stephen Mrotek
er let the perfect be the enemy of the good. Don't look a gift horse in the mouth. From: Peter Toye [mailto:lilyp...@ptoye.com] Sent: Sunday, February 04, 2018 3:45 AM To: Mark Stephen Mrotek ; lilypond-user@gnu.org Subject: Re: Placement of clefs at repeat bars Mark, Your snippet ra

Re: Placement of clefs at repeat bars

2018-02-04 Thread Peter Toye
7; c'' >\once \override Score.BreakAlignment #'break-align-orders = #(make-vector > 3 '(staff-bar clef )) >\clef "bass" | c c > } > Mark > -Original Message- > From: lilypond-user > [mailto:lilypond-user-bounces+carsonmark=ca.r

Re: Placement of clefs at repeat bars

2018-02-04 Thread Peter Toye
Saturday, February 3, 2018, 8:22:38 PM, you wrote: > Hi Peter, > 2018-02-03 20:08 GMT+01:00 ptoye : >> I've found that this is was reported as an "ugly" in 2011. > Plese provide the link. https://sourceforge.net/p/testlilyissues/issues/1862/ >> I think it's a bug >> as the output is definitely

Re: Placement of clefs at repeat bars

2018-02-03 Thread Thomas Morley
Hi Peter, 2018-02-03 20:08 GMT+01:00 ptoye : > I've found that this is was reported as an "ugly" in 2011. Plese provide the link. > I think it's a bug > as the output is definitely incorrect. Look at the following examples (1) %\unfoldRepeats \new Staff { \time 4/4 \clef "bass" c'2 c' \repe

RE: Placement of clefs at repeat bars

2018-02-03 Thread Mark Stephen Mrotek
bounces+carsonmark=ca.rr@gnu.org] On Behalf Of ptoye Sent: Saturday, February 03, 2018 11:08 AM To: lilypond-user@gnu.org Subject: Re: Placement of clefs at repeat bars I've found that this is was reported as an "ugly" in 2011. I think it's a bug as the output is definitely i

Re: Placement of clefs at repeat bars

2018-02-03 Thread ptoye
I've found that this is was reported as an "ugly" in 2011. I think it's a bug as the output is definitely incorrect. The reverse happens with the snippet below, where the change of clef is missing. \version "2.19.52" \language "english" \score { \new Staff { \time 4/4 \clef "treble" c''2 c