lilypond-user
[Top][All Lists]
Advanced

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

Re: Tempo markings placement for trio music


From: Kevin Barry
Subject: Re: Tempo markings placement for trio music
Date: Fri, 30 Apr 2021 19:19:40 +0100

Hi Rachel,

You can make this work by adding the engraver to the staff you want it
to print above (in this case the harp's upper staff). Based on your
example the code might look something like this:

      \new Staff \with {
        \consists Mark_engraver
        \consists Metronome_mark_engraver
      } {
        \tempo "Adagio"
        \Treble
      }

Hope that helps,
Kevin



reply via email to

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