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: Jeff Henrikson
Subject: RE: How do I get a clef after a barline
Date: Sun, 10 Dec 2000 02:35:50 -0500

Did you play with Score.breakAlignOrder?  I have never used it but I ran across 
it just now when I was reading the manual.  Code
for putting key signatures after barlines:

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


Jeff Henrikson


> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden Behalf Of Laura Conrad
> Sent: Saturday, December 09, 2000 4:50 PM
> To: address@hidden
> Subject: How do I get a clef after a barline
>
>
> I've almost got my incipit working, except that I would like double
> bars between the sections of the incipit, and lily keeps drawing the
> clef sign before the barline instead of after.
>
> For instance if I say:
>
> \bar "||";
> \property Staff.clefGlyph = #"clefs-G"
> \property Staff.clefPosition = #-1
>  \key c \major;
>  \time 4/4; % 1
>
> it draws a G clef before the double bar, and I want it after. How
> do I make this happen?
>
> --
> Laura (mailto:address@hidden , http://www.laymusic.org/ )
> (617) 661-8097        fax: (801) 365-6574
> 233 Broadway, Cambridge, MA 02139
>
> _______________________________________________
> Gnu-music-discuss mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/gnu-music-discuss
>




reply via email to

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