Re: move clef

2013-07-23 Thread Eluze
Bockett Hunter wrote > Can this be used to change where the ambitus appears? if you search this list for ambitus and the other objects standing at the beginning of a score you'll find http://lilypond.1069038.n5.nabble.com/Ambitus-placed-after-clef-and-key-signature-tt135877.html#a135884 where Th

Re: move clef

2013-07-22 Thread Thomas Morley
2013/7/22 Bockett Hunter : > Can this be used to change where the ambitus appears? Should be possible. Example-code? Cheers, Harm ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: move clef

2013-07-22 Thread Bockett Hunter
s+carsonmark=ca.rr@gnu.org > [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of > Eluze > Sent: Sunday, July 21, 2013 8:54 PM > To: lilypond-user@gnu.org > Subject: RE: move clef > > Mark Stephen Mrotek wrote > > My knowledge of Lilypond's p

RE: move clef

2013-07-22 Thread Mark Stephen Mrotek
@gnu.org Subject: RE: move clef Mark Stephen Mrotek wrote > My knowledge of Lilypond's programming language is very limited, so > please allow me to check for understanding. I would use: > > [\once] \override Score.BreakAlignment #'break-align-orders = > #(make-vector 3

RE: move clef

2013-07-21 Thread Eluze
Mark Stephen Mrotek wrote > My knowledge of Lilypond's programming language is very limited, so please > allow me to check for understanding. I would use: > > [\once] \override Score.BreakAlignment #'break-align-orders = > #(make-vector 3 '( repeat-bar clef ). Yes? > Where in the file would this b

RE: move clef

2013-07-21 Thread Mark Stephen Mrotek
pond-user@gnu.org Subject: Re: move clef Mark Stephen Mrotek wrote > In the attached file the treble clef should be after the repeat signs. > > How do I get it to be there? you can override the default order of such objects with: [\once] \override Score.BreakAlignment #'break-alig

Re: move clef

2013-07-21 Thread Eluze
Mark Stephen Mrotek wrote > In the attached file the treble clef should be after the repeat signs. > > How do I get it to be there? you can override the default order of such objects with: [\once] \override Score.BreakAlignment #'break-align-orders = #(make-vector 3 '( staff-bar clef