lilypond-user
[Top][All Lists]
Advanced

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

Re: variables tied with slurs


From: Peter Bjuhr
Subject: Re: variables tied with slurs
Date: Fri, 27 Sep 2013 10:46:12 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.0


On 09/27/2013 07:05 AM, Urs Liska wrote:
Does

A = \drums { sn8 sn8~ }

{ \A \A }

Do what you want?

I was curious of this, but Urs is right it does work. There are no obstacles in ending with a tie. Apparently it is just ignored:

\version "2.17.26"

% How could I write the equivalent of
\drums { sn8 sn8 ~ sn8 sn8 }
%using variables?

% This does work!
A = \drummode { sn8 sn8 ~ }

\score {
\new DrumStaff
 { \A \A }
}

%end with a tie
{ b'4 a' g' b' ~ }

Best
Peter




reply via email to

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