lilypond-user
[Top][All Lists]
Advanced

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

Controlling slur engraver


From: Helge Kruse
Subject: Controlling slur engraver
Date: Tue, 01 May 2012 14:11:38 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2

Hello,

I want to prepare a score that should include the slurs. I was requested to remove the slurs, since "the historic scores did not have "such things, only acciaturas similar have slurs". But I would like to keep the slurs inside the Lilypond sources and use the benefit of Lilyponds engravers.

Unfortunately I did not find a way to differentiate between normal slurs and appigiaturas. Is there a way to remove the "real slurs"?

\score {
  \relative c' {
    a'8.( b16) b8.\mordent( a32 b) cis8-. cis, cis4~ | % 40
    cis8 b16 a b8-. b-. \appoggiatura{cis16} b8 a  r4 | % 41
  }

  \layout {
% this will remove the slurs, but it removes everything.
%    \context { \Voice \remove "Slur_engraver" }
  }
}

Regards,
Helge



reply via email to

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