lilypond-user
[Top][All Lists]
Advanced

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

Re: Making Lilypond disregard invisible slurs at accidentals


From: Mats Bengtsson
Subject: Re: Making Lilypond disregard invisible slurs at accidentals
Date: Thu, 01 Mar 2007 15:09:29 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20061206)

Why not use \melisma and \melismaEnd to indicate the melismas.
This will solve all slur related problems that you see. If you think
it's too much to type, you can define shorthand commands like

m = \melisma
me = \melismaEnd

and use them like
   d \m cis bes c! \me

  /Mats

Pothárn Imre wrote:
Hello,

While making scores of Renaissance vocal music, I place the
lyrics below the notes using invisible slurs.
In this kind of music when using suggested accindentals, the
distance of the accidentals from the notehead is larger,
when placed above an (invisible) slur.

Lilypond gives me the following warning while interpreting
music:

warning: Ignoring grob for slur: AccidentalSuggestion.
avoid-slur not set?

You can see in the following example, that the accidentals
in the first bar are further away from the noteheads, as in
the second bar.
What can I do to make them behave like those in the second bar?

Imre

------

\version "2.11.20"


\score
{
        \relative d''
        {
        \set suggestAccidentals = ##t
        d4( cis bes c!)
        d cis bes c!
        }


\layout
        {
        \context { \Voice \override Slur #'transparent = ##t }
        }
}



_________________________________________________________________
ÚJ LAKÁS? FELÚJÍTÁS? LAKÁSKASSZÁVAL MEGÉRI! lakaskassza.origo.hu
http://cthandler.adverticum.net/?cturl=http%3A%2F%2Flakaskassza.origo.hu%2Findex.html%3Flevelelja




_______________________________________________
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]