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
                    d'2\pp\fermata r4 \bar "||"
                }
            }
        >>
    >>
    \paper {}
}
    

Attachment: segno.pdf
Description: Adobe PDF document

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

Reply via email to