[EMAIL PROTECTED] writes:
> I came up with this example trying to get a segno on a barline.  I tried 
> an old and a new way to do this.  Can someone tell what's going on 
> and/or how to get a segno on a barline in 2.0.0?

> TIA,
> 
> Paul Scott
> 
> #(define segno '(music "scripts-segno"))
> 
> \score {
>     <<
>       \property Score.skipBars = ##t
>       \context Staff = clarinet <<
>           { 
>               \notes {
>                   \time 3/4
>                   R4*3*8 \mark \segno
>                   R4*3*2 \mark #`,segno

try \markup { \musicglyph #"scripts-segno" }

-- 

Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.xs4all.nl/~hanwen 


_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to