On 13.07.2016 08:31, Mojca Miklavec wrote:
I want to put this sign as the first thing after the bar
(or potentially anywhere later between the pitches).

Perhaps you’ll like this function, which I find very convenient:

%%%%%%%%
\version "2.19.45"

after =
#(define-music-function (t e m) (ly:duration? ly:music? ly:music?)
   #{
     \context Bottom <<
       #m
       { \skip $t <> -\tweak extra-spacing-width #empty-interval $e }
     >>
   #})

{ \after 2 \upbow c'1\downbow }
%%%%%%%%%

Best, Simon

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

Reply via email to