In the attached sample file, I have a fermata mark on a baline.
Unfortunately, the notes after the barline are quite high above the
staff, causing the fermata to move up even further:

\relative c''' {
  R1 \mark \markup { \musicglyph #"scripts.ufermata" }
  a4(^"rit." b c) r
}

Does anyone know a way to make the mark reserve more horizontal space
(i.e. shift the following notes to the right) so that the fermata is
placed directly above the staff?

Thanks,
Reinhold

-- 
------------------------------------------------------------------
Reinhold Kainhofer, reinh...@kainhofer.com, http://www.kainhofer.com
 * Financial & Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * Edition Kainhofer, Music Publisher, http://www.edition-kainhofer.com
\version "2.17.0"

\paper {
  tagline = ##f 
}
% Is there any way to reserver more space for the mark, so 
% that it does not have to be shifted up so much.
% The solution needs to work both in the full score (i.e. 
% multiple staff groups with a \mark in each staff) and 
% in each instrument's score (in larger font)
\relative c''' {
  R1 \mark \markup { \musicglyph #"scripts.ufermata" }
  a4(^"rit." b c) r
}

Attachment: lilypond-fermataMarkup-barline-vertical-shift.preview.pdf
Description: Adobe PDF document

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to