2014-05-14 8:34 GMT+02:00 Javier Ruiz-Alma <[email protected]>:
> I've failed to find documentation to generate a custom segmented beam as
> shown in this engraving.
> Help appreciated.
>
Since you do not give any tiny example I'm not sure about the settings but
you can adapt/be inspired by this :
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.18.2"
% nothing important here :
\layout {
indent = 0
\context {
\Score
\omit Clef
\omit KeySignature
\omit TimeSignature
proportionalNotationDuration = #(ly:make-moment 1/20)
}
}
% here it goes :
\relative c' {
\key f\major
\override Score.StaffSymbol.layer = #3
<< {
<f bes d f>4-.
\once\override TextScript.layer = #2
\once\override NoteHead.layer = #3
\once\override Accidental.layer = #3
\once\override Stem.layer = #3
\once\override TextScript.extra-offset = #'(0 . -7)
<g b ees g>-.
^\markup {
\with-color #white
\filled-box #'(-2.5 . 1.7) #'(0 . 2) #0
}
cis,
}\\
{
\stemUp
\override Beam.positions = #'(-.2 . .1)
s8 b8.[ c16] s8
\revert Beam.positions
} >>
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
HTH,
Pierre
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user