lilypond-user
[Top][All Lists]
Advanced

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

RE: Aligning "sempre pp" with "p"...


From: Trevor Daniels
Subject: RE: Aligning "sempre pp" with "p"...
Date: Sun, 10 Feb 2008 16:37:03 -0000

An alternative way, which keeps everything contained
in the dynamic script, is to pad the text so it comes
in the right place when centred, like this:

sempp = #(
  make-dynamic-script (
    markup #:line (
      #:normal-text
      #:italic "sempre"
      #:dynamic "pp"
      #:hspace 6
    )
  )
)

Trevor

> -----Original Message-----
> From: address@hidden
> [mailto:lilypond-user-bounces+t.daniels=treda.co.u
> address@hidden Behalf Of
> Kieren MacMillan
> Sent: 10 February 2008 15:25
> To: Reinhold Kainhofer
> Cc: LILYPOND Mailinglist
> Subject: Re: Aligning "sempre pp" with "p"...
> 
> 
> Hi Reinhold,
> 
> > What I'm looking for is to align the pp of 
> "sempre pp" with the  
> > note it is attached to.
> 
> \once \override DynamicText #'X-offset = #...
> 
> Hope this helps!
> Kieren.
> 
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
> 





reply via email to

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