lilypond-user
[Top][All Lists]
Advanced

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

Re: Dynamics not centered


From: Torsten Hämmerle
Subject: Re: Dynamics not centered
Date: Sat, 16 Jun 2018 12:21:32 -0700 (MST)

SoundsFromSound wrote
> Can someone tell me why the dynamics marking is not centered (like the 
> default) when using it as a 'compound' command/variable markup?

Hi Ben,

That's because your declaration is a TextScript markup, and by default, a
TextScript will be set flush left-aligned.

"Real" dynamics will be defined by make-dynamic-script, like in

ppdolce =
#(make-dynamic-script
  (markup #:line
          (#:dynamic "pp"
           #:normal-text #:italic "dolce")))

or
ppdolce =
 #(make-dynamic-script
  #{ \markup { \line { \dynamic "pp"
                       \normal-text \italic "dolce" } }
  #})


Positioning isn't quite easy if additional texts as "dolce" or "sempre" or
"poco a poco" are there (just centering will move the pp too far away from
where it should start.
Several possibilities and examples can be found in snippet
http://lsr.di.unimi.it/LSR/Item?id=393


HTH,
Torsten




--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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