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: Andrew Bernard
Subject: Re: Vertical placement of title, tempo, segno
Date: Tue, 27 Dec 2016 13:54:10 +1100

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. 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"
  }

== snip


Andrew


reply via email to

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