lilypond-user
[Top][All Lists]
Advanced

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

RE: move clef


From: Eluze
Subject: RE: move clef
Date: Sun, 21 Jul 2013 20:53:42 -0700 (PDT)

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.



reply via email to

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