lilypond-user
[Top][All Lists]
Advanced

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

Re: "unroll code"


From: David Wright
Subject: Re: "unroll code"
Date: Sun, 15 May 2016 08:01:20 -0500
User-agent: Mutt/1.5.21 (2010-09-15)

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 ?

It's still rolled up:

GNU LilyPond 2.19.36
Processing `rol.ly'
Parsing...
(make-music
  'SequentialMusic
  'elements
  (list (make-music
          'UnfoldedRepeatedMusic
          'elements
          '()
          'repeat-count
          3
          'element
          (make-music
            'SequentialMusic
            'elements
            (list (make-music
                    'SequentialMusic
                    'elements
                    (list (make-music
                            'NoteEvent
                            'pitch
                            (ly:make-pitch -1 5)
                            'duration
                            (ly:make-duration 2))

Cheers,
David.



reply via email to

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