Re: global dynamics

2002-06-21 Thread Michael Ossmann
--jho1yZJdad60DJr+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Watch out, though, if you are using lyrics. I tried doing excactly this, but the global skips confused \addlyrics. --jho1yZJdad60DJr+ Content-Type: application/pgp-signature Content-Disposition: inline -

Re: global dynamics

2002-06-21 Thread Simon Bailey
On Fri, 2002-06-21 at 11:30, Han-Wen Nienhuys wrote: > [EMAIL PROTECTED] writes: > > > > global = { > > > > \property Staff.TextScript \override #'padding = #2 > > > > \property Score.RehearsalMark \override #'padding = #2 > > > > \time 3/4 > > > > \dynamics > > > > } >

Re: global dynamics

2002-06-21 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > > global = { > > > \property Staff.TextScript \override #'padding = #2 > > > \property Score.RehearsalMark \override #'padding = #2 > > > \time 3/4 > > > \dynamics > > > } > > > > \score { > < > \global > \property Score.BarNum

Re: global dynamics

2002-06-21 Thread Simon Bailey
On Fri, 2002-06-21 at 01:30, Mats Bengtsson wrote: > > i now am using the following code, which prints the dynamics in the > > single parts, but not in the score: > > > > dynamics = \notes { > > s4\mf > > \skip 4*47 > > \repeat volta 2 { > > s4\pp > > \skip 4*1

Re: global dynamics

2002-06-20 Thread Mats Bengtsson
> i now am using the following code, which prints the dynamics in the > single parts, but not in the score: > > dynamics = \notes { > s4\mf > \skip 4*47 > \repeat volta 2 { > s4\pp > \skip 4*10 > s4\mf > \skip 4*12 >

Re: global dynamics

2002-06-20 Thread Mats Bengtsson
> Simon Bailey wrote: > > > s4\pp > > I haven't checked your idea through, but this is wrong syntax. Should be > s4-\pp. Both are perfectly legal (don't remember what the documentation says, though) and should provide the same result. /Mats

Re: global dynamics

2002-06-20 Thread Simon Bailey
On Thu, 2002-06-20 at 21:39, Rune Zedeler wrote: > Simon Bailey wrote: > > > s4\pp > > I haven't checked your idea through, but this is wrong syntax. Should be > s4-\pp. stupid question: what's the difference? greetings, simon. -- Confucius say, man who live in glass house shower in base

Re: global dynamics

2002-06-20 Thread Rune Zedeler
Simon Bailey wrote: > s4\pp I haven't checked your idea through, but this is wrong syntax. Should be s4-\pp. -Rune ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

Re: global dynamics

2002-06-20 Thread Simon Bailey
i really should think before i write... :) i now am using the following code, which prints the dynamics in the single parts, but not in the score: dynamics = \notes { s4\mf \skip 4*47 \repeat volta 2 { s4\pp \skip 4*10 s4\mf

global dynamics

2002-06-20 Thread Simon Bailey
hi people, is my logic totally up the creek, or should this code work? --- global = { \property Staff.TextScript \override #'padding = #2 \property Score.RehearsalMark \override #'padding = #2 \time 3/4 \skip 4*48