Hello
)-----Original Message-----
)From: [email protected]
)[mailto:[email protected]] On
)Behalf Of Helge Kruse
)Sent: 13 February 2011 16:42
)To: [email protected]
)Subject: placement of rehearsal marks
)
)Hello,
)
)I have a glissando that goes to anywhere, written with hidden notes.
)Unfortunately this clashes with the next rehearsal mark. How do I get the
)"B" to the same Y-position as "A"?
)
)Helge
)
)\relative c' {
)
) \time 2/4
)
) r4 c' | \mark \default
)
)<< {
)
) \hideNotes
)
) c4.\glissando
)
) a''8 \unHideNotes
)
) }
)
) \\ { c,,2 } >>
)
) \time 3/4 \mark \default
)
) a4. c,8 f a |
)
)}
)
---
\relative c' {
\time 2/4
r4 c' | \mark \default
<< {
\hideNotes
c4.\glissando
a''8 \unHideNotes
}
\\ { c,,2 } >>
\override Score.RehearsalMark #'outside-staff-priority = ##f % this is the
line you want to add
\time 3/4 \mark \default
a4. c,8 f a |
}
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user