lilypond-user
[Top][All Lists]
Advanced

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

segno on barline in 2.0.0


From: Paul Scott
Subject: segno on barline in 2.0.0
Date: Fri, 26 Sep 2003 22:04:33 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.4) Gecko/20030908 Debian/1.4-4

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


reply via email to

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