bug-lilypond
[Top][All Lists]
Advanced

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

Re: staff groups.....deletable?


From: Limao Luo
Subject: Re: staff groups.....deletable?
Date: Mon, 31 Aug 2009 00:43:47 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Limao Luo <luolimao <at> gmail.com> writes:

> 
> If necessary, I have included the entire section of music that I have 
> completed
> (both the .ly file and .pdf file) before I ran into this problem here:
> 
> http://luolimao.webs.com/OvertureWindViolin.pdf
> http://luolimao.webs.com/OvertureWindViolin.ly
> 

To explain the weird commands \md, \segno, and \codasign, I will rewrite the
code here:

md = \mark \default
segno = {
        \once \override Score.RehearsalMark #'font-size = #2.5
        \mark \markup { \musicglyph #"scripts.segno" }
}

codasign = {
        \once \override Score.RehearsalMark #'font-size = #2.5
        \mark \markup { \musicglyph #"scripts.coda" }
}
Just in case I have forgotten to mention any other commands that I made up, the
include file is at:

http://luolimao.webs.com/definitions.ly

I would appreciate any suggestions :)





reply via email to

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