lilypond-user
[Top][All Lists]
Advanced

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

Re: Re: text in column


From: stef . thomas
Subject: Re: Re: text in column
Date: Sat, 26 Jan 2008 15:00:57 +0100
User-agent: freenetMail

Dear Graham,
thanks for the advice. I changed the file now. But I have another problem:
how can I have the "quarter = 120" in the same size as the "tempo 4 = 60".
And: is it possible to have the "molto rit." in the same line as the  "tempo 4 
= 60"?
Here is the new file:

moltorit = {override TextSpanner  #'style = #'dashed-line textSpannerUp
     override TextSpanner #'bound-details #'left #'text = markup { upright 
"molto rit" } }
tempoMark =
    #(define-music-function (parser location prependText notevalue appendText) 
(string? string? string?)
        #{
            mark markup
            { line { $prependText " (" fontsize #-2 general-align #Y #DOWN note 
#$notevalue #1 $appendText ) } }
        #})
moltorit = {override TextSpanner  #'style = #'dashed-line textSpannerUp
     override TextSpanner #'bound-details #'left #'text = markup { upright 
"molto rit" } }
          
relative
{time 2/4  moltorit c16 startTextSpan tempoMark "subito piu mosso" "4" "=120"  
d e f g a b cstopTextSpan tempo 4 = 60 d2 } 



----- original Nachricht --------

Betreff: Re: text in column
Gesendet: Sa 26 Jan 2008 11:58:46 CET
Von: "Graham Percival"<address@hidden>

> Go to LSR:
> http://lsr.dsi.unimi.it/
> 
> type in "tempo".
> 
> Cheers,
> - Graham
> 
> 
> On Sat, 26 Jan 2008 11:21:59 +0100
> address@hidden wrote:
> 
> > Dear lilypond-users,
> > I have a problem with arranging a text in column.
> > In the first line I want to have "poco piu mosso" (this works)
> > in the second  "(quarter = 120 )" 
> > in the third "molto rit" (this works also )
> > How can it made possible that "(quarter = 120)" will sty together as
> > one expression? I have to apologize for my bad simple einglish.
> > Here is the example:
> > 
> > 
> >      
> > relative
> > {time 2/4 c16^markup { column { upright "subito piu mosso"   {"("
> > note # "4" #0.75 "= 120)"}  {upright "molto rit." } } } d e f  g a b
> > c tempo 4 =60  d2} }
> > 
> > 
> > 
> > 
> > 
> > Unbegrenzter Speicher, Top-Spamschutz, 120 SMS und eigene
> > E-MailDomain inkl.
> >
> http://office.freenet.de/dienste/emailoffice/produktuebersicht/power/mail/in
> dex.html
> > 
> > 
> > 
> > _______________________________________________
> > lilypond-user mailing list
> > address@hidden
> > http://lists.gnu.org/mailman/listinfo/lilypond-user
> 

--- original Nachricht Ende ----




Unbegrenzter Speicher, Top-Spamschutz, 120 SMS und eigene E-MailDomain inkl.
http://office.freenet.de/dienste/emailoffice/produktuebersicht/power/mail/index.html





reply via email to

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