I'm trying to figure out how to position rehearsal marks a bit farther from the staff. It might be an easy fix (I hope so) but I couldn't find a solution yet. My example below; especially with notes above the staff the rehearsal mark seems to be too clingy.
\version "2.18.2"
notes = \relative c'''{
\repeat unfold 8 {g8 a} \mark \default g1
}
\score {
\new Staff {\notes}
}
Thank you,
Erika
