lilypond-user
[Top][All Lists]
Advanced

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

Re: "unroll code"


From: Paul
Subject: Re: "unroll code"
Date: Sun, 15 May 2016 12:18:10 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2

On 05/15/2016 09:01 AM, David Wright wrote:
On Sun 15 May 2016 at 13:07:31 (+0200), address@hidden wrote:
Would such manipulations be easy in Scheme, using DisplayMusic to output the 
result ?
Maybe \displayLilyMusic would be useful?

\version "2.18.2"

ab = { c d e f }
cd = { g a b c }

\displayLilyMusic {
  \ab
  \cd
}

% prints:
% { { c d e f } { g a b c } }



reply via email to

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