lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: move clef


From: Bockett Hunter
Subject: Re: move clef
Date: Mon, 22 Jul 2013 15:50:27 -0400

Can this be used to change where the ambitus appears?

On Mon, Jul 22, 2013 at 10:34 AM, Mark Stephen Mrotek <address@hidden> wrote:
Eluze:

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

Thank you.

Mark

-----Original Message-----
From: lilypond-user-bounces+carsonmark=address@hidden
[mailto:lilypond-user-bounces+carsonmark=address@hidden] On Behalf Of
Eluze
Sent: Sunday, July 21, 2013 8:54 PM
To: address@hidden
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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

[Prev in Thread] Current Thread [Next in Thread]