lilypond-user
[Top][All Lists]
Advanced

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

Re: center align dynamics issue


From: karol
Subject: Re: center align dynamics issue
Date: Tue, 8 Apr 2014 23:18:00 -0700 (PDT)

Thanks David!

The whole thing comes from the fact that I don't like the way LilyPond
terminates hairpins.

For example here:

c'2 \< d'4 \! r4

hairpin is terminated on the right side of the note, which is not what I
want. That is why I create my own dynamic script:

hairpinStop = #(make-dynamic-script (markup #:null))

And now

c'2 \< d'4 \hairpinStop r4

gives me what I want.

So I have become accustomed to terminate hairpins with \hairpinStop instead
\! . But sometimes I have to use \hairpinStop on rest:

{
  c'1 \< R1 \hairpinStop
}

And with atest-09.ly it was impossible. But with atest-10.ly it is OK :)


Karol



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/center-align-dynamics-issue-tp161365p161410.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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