bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LSR : Dashed slurs indicating optional slurs between lyric lines


From: Pierre Perol-Schneider
Subject: Re: LSR : Dashed slurs indicating optional slurs between lyric lines
Date: Thu, 13 Nov 2014 12:42:41 +0100

Hi David, Hi Abraham,

2014-11-12 15:23 GMT+01:00 David Nalesnik <address@hidden>:


> Looks a lot better to me.
>

Ok!

2014-11-12 15:34 GMT+01:00 tisimst <address@hidden>:


> I'm very much in favor of moving the slur closer, but I'm not in love
> with the method, even if it works. Shouldn't "Whee!" technically be a
> melisma? Isn't that the point of the snippet?


Wright, looks logical.
If you don't mind I'll keep the skiped lyric in order to get the original
output; so how about :

\version "2.18.2"

\score {
  <<
    \new Voice = "melody" \relative c' {
      \set melismaBusyProperties = #'()
      \slurDashed
      c8 e d-\tweak line-thickness #2.5 ( f ) e g f a
    }
    \new Lyrics \lyricsto "melody" {
      One two three four five six seven eight
    }
    \new Lyrics \lyricsto "melody" {
      One two Whee! \skip 8 that's a dashed slur!
    }
  >>
}

Cheers,
Pierre


reply via email to

[Prev in Thread] Current Thread [Next in Thread]