on 2004-09-23 at 18:37 +0200, Mats Bengtsson wrote:
> One solution is to make the glissando to an invisible note
> just before the bar line. The Glissando object also has a
> property called gap, but that applies to both ends of the line.
I couldn't get close enough to the bar line with this metho
One solution is to make the glissando to an invisible note
just before the bar line. The Glissando object also has a
property called gap, but that applies to both ends of the line.
/Mats
Antti Kaihola wrote:
Hi LilyPonders,
On a piano staff, I need a glissando line from a quarter note on last
be
Hi LilyPonders,
On a piano staff, I need a glissando line from a quarter note on last
beat of the upper staff to a note on the first beat of the lower staff:
\context PianoStaff <<
\context Staff=upper {
r2. c''4 \glissando \change Staff = lower d4 r2.
}
\context Staff=lower