lilypond-user
[Top][All Lists]
Advanced

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

Re: How to control the placement of symbols (in \mark \markup)?


From: Simon Albrecht
Subject: Re: How to control the placement of symbols (in \mark \markup)?
Date: Wed, 13 Jul 2016 21:48:24 +0200

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



reply via email to

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