I tried to do a broken hairpin like in line 2 of this example
{ c'1\< \break c' c'\! }
with
\override Voice.Hairpin #'stencil = #ly:hairpin::after-line-breaking
but it's doen't work :-(
Using http://lsr.dsi.unimi.it/LSR/Item?id=207, you can have this solution
(not perfect at all)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.10.25"
\layout {ragged-right=##t}
\relative c' {
\repeat volta 2 {
\key c \major
f16 d a e'~ e\< a c8
}
\alternative
{
{
b16 a gis <c, e a>~ <c e a>8 <d f g>-.\!
}
{
s2\<_\markup {
\postscript #"-1.4 -3.5 translate 5 4 scale 1 setgray 0 0 moveto 0 1
lineto 1 1 lineto 1 0 lineto 0 0 lineto fill" }
b'16
c d8 <e, g c>4-.\!\f
}
}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Gilles
\version "2.10.25"
\layout{ragged-right=##t}
\relative c' {
\repeat volta 2 {
\key c \major
f16 d a e'~ e\< a c8
}
\alternative
{
{
b16 a gis <c, e a>~ <c e a>8 <d f g>-.\!
}
{
b'16 c d8 <e, g c>4-.\f
}
}
}
Is there a way to continue the hairpin ?
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user