lilypond-user
[Top][All Lists]
Advanced

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

Re: segno on barline in 2.0.0


From: Paul Scott
Subject: Re: segno on barline in 2.0.0
Date: Sat, 27 Sep 2003 02:51:14 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.4) Gecko/20030908 Debian/1.4-4

Han-Wen Nienhuys wrote:

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


Which leads to:

msegno = { \mark \markup { \musicglyph #"scripts-segno" } }

\score {
   <<
   \property Score.skipBars = ##t
   \context Staff = clarinet <<
       {
       \notes {
           \time 3/4
           R4*3*2 \msegno
           d'2\pp\fermata r4 \bar "||"
       }
       }
   >>
   >>
   \paper {}
}


Thanks,

Paul






reply via email to

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