lilypond-user
[Top][All Lists]
Advanced

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

Re: Vertical placement of title, tempo, segno


From: David Kastrup
Subject: Re: Vertical placement of title, tempo, segno
Date: Tue, 27 Dec 2016 17:37:41 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Andrew Bernard <address@hidden> writes:

> HI Alasdair,
>
> You can usually control the vertical ordering of objects with the outside
> staff priority setting, Half the fun is working out what sort of object
> each thing is. A mark is a RehearsalMark.

Any reason not to use a \tweak rather than a \once \override?  Saves you
from figuring out such things.

> Also, the NR section on Vertical Collision Avoidance is helpful.
>
> == snip
>
> \score {
>   \new Staff {
>     \tempo "Faster than possible"
>     \partial 4
>     r4
>     \once \override Score.RehearsalMark.outside-staff-priority = ##f
>     \mark \markup {\small \musicglyph #"scripts.segno"  } |
>     r1
>   }
>   \layout { }
>   \header{
>     piece = "A piece"
>   }

-- 
David Kastrup



reply via email to

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