opensubscriber
   Find in this group all groups
 
Unknown more information…

l : lilypond-user@gnu.org 21 April 2012 • 11:53PM -0400

Re: Make Tie a Slur
by Pavel Roskin

REPLY TO AUTHOR
 
REPLY TO GROUP




Quoting Nils <list@nils...>:

> 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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu....
https://lists.gnu.org/mailman/listinfo/lilypond-user

Bookmark with:

Delicious   Digg   reddit   Facebook   StumbleUpon

Related Messages

opensubscriber is not affiliated with the authors of this message nor responsible for its content.