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: Simon Albrecht
Subject: Re: Adding "lunga" text above rehearsal mark fermata
Date: Tue, 23 Jun 2015 10:24:40 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

Am 22.06.2015 um 23:43 schrieb Thomas Morley:
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
Working link: <http://lists.gnu.org/archive/html/lilypond-user/2011-08/msg00157.html>

HTH,
   Harm

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




reply via email to

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