> -----Original Message-----
> From: Phil Holmes [mailto:[email protected]]
> Sent: Thursday, February 28, 2013 8:24 AM
> To: Daniel Rosen; [email protected]
> Subject: Re: #'stencil vs. #'transparent
> 
> > I'm typesetting a piece of vocal music, and I want to have a melisma
> > without a slur being drawn.
> 
> Just use underscores in your lyrics for each note you want skipped.
> 
> --
> Phil Holmes

I need a LyricExtender though. Sorry, I should have mentioned that/put it in my 
examples (new ones below).

%%% start

\version "2.16.1"
slurMusic = \relative c' { c1( | d2 c | e1) | }
noSlurMusic = \relative c' { c1 | d2 c | e1 | }
lyric = \lyricmode { Lyric __ }

<<
  \new Voice = "voice" { \tempo "default" \slurMusic }
  \new Lyrics \lyricsto "voice" { \lyric }
>>

<<
  \new Voice = "voice" { \override Slur #'stencil = ##f \tempo "#'stencil = 
##f" \slurMusic }
  \new Lyrics \lyricsto "voice" { \lyric }
>>

<<
  \new Voice = "voice" { \override Slur #'transparent = ##t \tempo 
"#'transparent = ##t" \slurMusic }
  \new Lyrics \lyricsto "voice" { \lyric }
>>

<<
  \new Voice = "voice" { \tempo "no melisma" \noSlurMusic }
  \new Lyrics \lyricsto "voice" { \lyric }
>>

%%% end

DR

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to