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.

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to