gnu-music-discuss
[Top][All Lists]
Advanced

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

Re: How do I get a clef after a barline


From: Laura Conrad
Subject: Re: How do I get a clef after a barline
Date: 10 Dec 2000 08:47:28 -0500
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Bryce Canyon)

>>>>> "Jeff" == Jeff Henrikson <address@hidden> writes:

    Jeff> Did you play with Score.breakAlignOrder? 

Thanks, that does seem to be the answer.

However, using it gives me some odd results.  

    Jeff> property Score.breakAlignOrder = #'(
    Jeff>   "Span_bar"
    Jeff>   "Breathing_sign"
    Jeff>   "Clef_item"
    Jeff>   "Staff_bar"
    Jeff>   "Key_item"
    Jeff>   "Time_signature"
    Jeff> )


Well, the best answer I came up with is:

\property Score.breakAlignOrder = #'(
                  Span_bar
                  Breathing_sign
                  Staff_bar
                  Clef_item
                  Key_item
                  Time_signature
                )

However, when I use it in the attached file, I get the first two
symbols (c clef and time signature) off the staff.  Am I doing
something wrong, or is it a bug?


Attachment: incipit.ly
Description: Text document






-- 
Laura (mailto:address@hidden , http://www.laymusic.org/ ) (617)
661-8097 fax: (801) 365-6574 233 Broadway, Cambridge, MA 02139

reply via email to

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