2014-02-04 Jean-Marc LEGRAND <[email protected]>:
> Dear friends,
>
> I'm really stuck with this issue
>
Hi JMarc,
Please not that I'm not very proud of my code which is more a trick than
anything else.
At least, it gives you an option...
Here we go :
%%%%%%%%%%%%%%%%
two = \mark\markup {
{ \override #'(font-name . "Adobe Garamond Pro Bold")
\fontsize #6 "2." }
\raise #14 % needs more accurate setting
\left-column {
\magnify #1 \musicglyph #"brackettips.up"
\vspace #-.1
\override #'(thickness . 4.5)\draw-line #'(0 . 22.5) % needs more accurate
setting
\vspace #-.65
\magnify #1 \musicglyph #"brackettips.down"
}
}
text = {
\once\override Score.RehearsalMark.extra-offset = #'( -.9 . -25.15) % needs
more accurate setting
\two
}
%stop and startStaff
beforeSpace = {
\stopStaff
\cadenzaOff
\hideNotes
a2 a \noBreak \bar ""
}
afterSpace= {
\unHideNotes
s1 \noBreak
\startStaff
\bar "|" s32 \cadenzaOff% Add a wee bit of staff before the clef!
\unset Timing.measureLength
\bar ""
\once \override StaffGroup.KeySignature.break-visibility =
#all-visible \once \override StaffGroup.Clef.break-visibility =
#all-visible }
%%%%%%%%%%%%%%%%%%%%%%%%
Cheers,
Pierre
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user