Dear Toine,

That's fantastic! Thank you so much. I've been using Lilypond for ages but
still so much I don't know.

All the best,

Craig


On Wed, 11 Sep 2019 at 20:12, Toine Schreurs <a.m.m.schre...@uu.nl> wrote:

> > I'm typesetting a percussion part where the composer wants a
> > glissando on both sets of bars of the glockenspiel; i.e. all the
> > white notes and all the black notes.
>
> > I'm not getting the expected result, which should show two
> > glissandos between each note, one between the two Bb's and one
> > between the two Cb's.
>
> What about using chords instead of two voices, and a little bit of
> tweaking?
>
> \version "2.19.82"
> \language english
>
> \score {
>   \relative c' {
>     \time 6/4
> %    \override Glissando.style = #'zigzag
>     \override Glissando.minimum-length = #4
>     \override Glissando.springs-and-rods = #ly:spanner::set-spacing-rods
>     \override Glissando.breakable = ##t
>     \override Glissando.after-line-breaking = ##t
>     \override Glissando.bound-details.left.padding = #1.5
>     \override Glissando.bound-details.right.padding = #1.5
>     \override Glissando.bound-details.right.end-on-accidental = ##f
>     \override Glissando.bound-details.right-broken.padding = #0.5
>
>     % 6 bars of 3 patterns of 2 quarter notes  = 18
>     % 1 bar of 2 patterns of 2 quarter notes   = 2
>     % and a final pattern without the last glissando
>
>     <>^"Glk. gliss. on both rows of bars"
>     \repeat unfold 20 { <bf cf>4 \glissando <bf'' cf> \glissando }
>     <bf,, cf>4 \glissando <bf'' cf>
>   }
> }
>
> Toine Schreurs
>


-- 
Craig Dabelstein
Owner
Maxime's Music
M: 0404884173
A: 19 Twelfth Ave,  Kedron QLD 4031, Australia
W: concertbandmusicstore.com <https://concertbandmusicstore.com/>E:
cr...@concertbandmusicstore.com <cr...@concertbandmusicstore.com>
<https://www.facebook.com/maximesmusic.com.au>
<https://www.linkedin.com/in/maximes-music>

<https://www.designhill.com/email-signature-generator>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to