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


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

Reply via email to