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

2014-11-14 Thread Pierre Perol-Schneider
Snippet modified : http://lsr.di.unimi.it/LSR/Item?id=308
Cheers,
Pierre
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


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

2014-11-13 Thread Pierre Perol-Schneider
Hi David, Hi Abraham,

2014-11-12 15:23 GMT+01:00 David Nalesnik :


> Looks a lot better to me.
>

Ok!

2014-11-12 15:34 GMT+01:00 tisimst :


> 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
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


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

2014-11-12 Thread James Lowe





 
































___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


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

2014-11-12 Thread tisimst
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] 
 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 
> ml-node+s1069038n58488...@n5.nabble.com 
> 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.
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


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

2014-11-12 Thread David Nalesnik
Hi Pierre,

On Wed, Nov 12, 2014 at 7:57 AM, Pierre Perol-Schneider <
pierre.schneider.pa...@gmail.com> 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 :
>


> [...]
> Any objection ?
>
>
Looks a lot better to me.

--David
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


LSR : Dashed slurs indicating optional slurs between lyric lines

2014-11-12 Thread Pierre Perol-Schneider
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
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond