lilypond-user
[Top][All Lists]
Advanced

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

Re: Adding "lunga" text above rehearsal mark fermata


From: Thomas Morley
Subject: Re: Adding "lunga" text above rehearsal mark fermata
Date: Mon, 22 Jun 2015 23:43:08 +0200

2015-06-22 23:29 GMT+02:00 Michael Rivers <address@hidden>:
> Yes, exactly. Thank you!
>
> I have run into another problem in the meantime: fermatas over barlines
> appear at the end of lines, but the rehearsal marks appear at the beginning.
> Do you know a way to force them back to the end of the previous line?



In the NR look for 'break-visibility'

{
  c'1 |
  c' |
  \once \override Score.RehearsalMark.break-visibility = ##(#t #f #f)
  \mark \markup \center-column { "lunga" \musicglyph #"scripts.ufermata" }
  \break
  c'
}

Far more complicated if you want RehearsalMarks at line-begin _and_
end of the previous line.
Though, there are ways to do so, p.e.:
http://old.nabble.com/Nice-workaround-for-simultaneous-rehearsal-marks-%E2%80%93-thanks-Neil!-td32212763.html

HTH,
  Harm



reply via email to

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