bug-lilypond
[Top][All Lists]
Advanced

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

Re: ignoring ties for lyrics


From: Mats Bengtsson
Subject: Re: ignoring ties for lyrics
Date: Tue, 27 Sep 2005 10:42:27 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

It seems that the problem in your example was that you used
\addlyrics and not \lyricsto. I don't understand why it should
make a difference and I add a copy to bug-lilypond about this
problem.

Anyway, just rewrite your \score block into the following
and everything works as a sharm (at least as far as I can
see).

\score
  {
    \new ChoirStaff
      <<
        \new Staff \context Voice = music {
          \clef "G_8" \key g \major
           \vocalmusic
        }
        \lyricsto music {\verseone}
        \lyricsto music {\versetwo}
      >>
  }

I'm sure that this solves the problems with acciaccatura that you
reported, as well.


   /Mats

Kevin Nowaczyk wrote:
Yes I did try this already, Here's my sample, I want
the word "for" in the second verse to land on the
eighth note in the beginning of the second measure.  I
included a png of my output.  As you see in my code
the \set ignoreMelismata is one word before the word I
want to ignore the tie.  I tried several different
placements of both the set and unset property.

Kevin Nowaczyk

vocalmusic =
  {
    \time 4/4

    \acciaccatura d'8 e'8 g'16 d'16~ d'16
\acciaccatura d'8 e'8 b16~
    b8 r8 \acciaccatura fis8 g8 a16 bes16~

    bes8 r8 \acciaccatura bes8 c'8. bes16~ bes16 a8.
r16 g8 e16

  }

verseone = \lyrics
  {
    guise as no __ one knows __ hides the face, __
    lies the __ snake and the
  }

versetwo = \lyrics
  {

    warm wind, ti -- red friend. Times \set
ignoreMelismata = ##t are
    gone for \unset ignoreMelismata hon -- est men,
  }

\version "2.6.0"
\score
  {
    \new ChoirStaff
      <<
        \new Staff { \clef "G_8" \key g \major
\vocalmusic}
        \addlyrics {\verseone}
        \addlyrics {\versetwo}
      >>
  }
% end ly snippet

--- Mats Bengtsson <address@hidden> wrote:



Kevin Nowaczyk wrote:

The manual describes the \set ignoreMelismata =

##t

property.  Is there a similar way to temporarily
ignore a tie for positioning lyrics?

Did you try the same property? It doesn't make any
difference between ties or slurs.

   /Mats




__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

------------------------------------------------------------------------


------------------------------------------------------------------------

_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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