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: tisimst
Subject: Re: LSR : Dashed slurs indicating optional slurs between lyric lines
Date: Wed, 12 Nov 2014 07:34:37 -0700 (MST)

Pierre,

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? It seems like it should 
be something like this instead:

%<------------------- SNIP ---------------------

\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! _ that's a dashed slur! 
    } 
  >> 
} 

%<------------------- SNIP ---------------------

Just my thoughts.

-Abraham

On Wed, Nov 12, 2014 at 6:57 AM, Schneidy [via Lilypond] 
<address@hidden> wrote:
> Hi Squad, 
> 
> In this snippet : http://lsr.di.unimi.it/LSR/Item?id=308
> the slur is to low. 
> So I'd like to slightly change it to : 
> 
> \version "2.18.2" 
> 
> \score { 
>   << 
>     \new Voice = "melody" \relative c' { 
>       c8 e8 
>       << 
>         { 
>           d8 f8 
>         } 
>         \new Voice { 
>           \omit Stem 
>           \override NoteColumn.ignore-collision = ##t 
>           \slurDashed 
>           d4*1/2 -\tweak line-thickness #2.5 ( f) 
>         } 
>       >> 
>       \oneVoice 
>       e8 g8 f8 a8 
>     } 
>     \new Lyrics \lyricsto "melody" { 
>       One two three four five six seven eight 
>     } 
>     \new Lyrics \lyricsto "melody" { 
>       One two Whee! \skip 4 that's a dashed slur! 
>     } 
>   >> 
> } 
> 
> Any objection ? 
> 
> Cheers, 
> Pierre 
> _______________________________________________ 
> bug-lilypond mailing list 
> [hidden email] 
> https://lists.gnu.org/mailman/listinfo/bug-lilypond
> ~Pierre
> 
> 
> If you reply to this email, your message will be added to the 
> discussion below:
> http://lilypond.1069038.n5.nabble.com/LSR-Dashed-slurs-indicating-optional-slurs-between-lyric-lines-tp168671.html
> To start a new topic under Bugs, email 
> address@hidden 
> To unsubscribe from Lilypond, click here.
> NAML




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/LSR-Dashed-slurs-indicating-optional-slurs-between-lyric-lines-tp168671p168673.html
Sent from the Bugs mailing list archive at Nabble.com.


reply via email to

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