Re: A minor hairpin problem...

2007-10-26 Thread Gilles THIBAULT

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 ~ 8  -.\!
 }
 {
 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   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 ~ 8 -.\!
   }
   {
   b'16 c d8 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


A minor hairpin problem...

2007-10-24 Thread Chakat Sandwalker
Having got past my stem extension problem, I'm now at the end of the 
piece, where I have two \alternative bars at the end.  In the bar 
preceding the first \alternative I'm starting a hairpin with \< and 
ending it with \! inside the \alternative bar, and the problem I have is 
that there doesn't seem to be a way to 'continue' the hairpin to finish 
it inside the second \alternative bar.  The code I have (slightly 
modified for the example) is:


\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 ~ 8 -.\!
   }
   {
   b'16 c d8 4-.\f
   }
}
}


Is there a way to continue the hairpin, or should I not worry about it, 
and leave it to the performer to figure out the implication.



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user