Eluze:

I did as you instructed and all is well, of course!

Thank you.

Mark

-----Original Message-----
From: lilypond-user-bounces+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 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 be placed? Before the "\clef treble"?

just compile this code and the errrors or warnings will tell you what's
wrong.

text/code enclosed in [ ] is optional

here's a short example:

\version "2.17.22"
{
 R1 |
 \once \override Score.BreakAlignment break-align-orders=#(make-vector 3
'(staff-bar clef))  \clef treble  \acciaccatura gis'8 R1 }
 
I don't think repeat-bar is a known object

Eluze



--
View this message in context:
http://lilypond.1069038.n5.nabble.com/move-clef-tp148278p148281.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
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

Reply via email to