lilypond-user
[Top][All Lists]
Advanced

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

Re: Make Tie a Slur


From: Pavel Roskin
Subject: Re: Make Tie a Slur
Date: Sat, 21 Apr 2012 11:53:47 -0400
User-agent: Internet Messaging Program (IMP) H3 (4.1.4)

Quoting Nils <address@hidden>:

Hello,

I have 70 pieces with ties and slurs here. They are already in Lilypond
with the correct syntax.

Now my publisher says he wants that ties look like slurs.
I couldn't disagree more but I have no choice here.

Any suggestions how make the ties look like slurs without changing them
all manually?

It may be possible to write an engraver that would get tie events, hide ties and create slurs instead. But I see little motivation to do something that won't improve music typesetting.

You may want to replace ties with macros that can expand to a slur or to a tie.

%% Insane publisher
%tieStart = (
%tieEnd = )

% Sane publisher
tieStart = ~
tieEnd = {}

{ c'' \tieStart c'' \tieEnd }

--
Regards,
Pavel Roskin



reply via email to

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