bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 773 in lilypond: melisma centered i.s.o. left-aligned when usi


From: lilypond
Subject: Re: Issue 773 in lilypond: melisma centered i.s.o. left-aligned when using \melisma
Date: Tue, 22 Mar 2011 23:14:31 +0000


Comment #7 on issue 773 by address@hidden: melisma centered i.s.o. left-aligned when using \melisma
http://code.google.com/p/lilypond/issues/detail?id=773

Trevor, I think this needs a check for ignoreMelismata, otherwise it's impossible to ignore the manual melismata alignment:

\version "2.13.56"

\relative c' {
  \autoBeamOff
  c4 d8 \melisma e \melismaEnd f2
}
\addlyrics {
  foo bar __ baz
}
\addlyrics {
  foo
  \set ignoreMelismata = ##t
  bar baz
}

Attachments:
        ignore-melisma.png  2.8 KB




reply via email to

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