lilypond-user
[Top][All Lists]
Advanced

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

Re: multiple \scores in a lily-book included file?


From: Mats Bengtsson
Subject: Re: multiple \scores in a lily-book included file?
Date: Mon, 17 Mar 2003 13:38:39 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130

Hans Forbrich wrote:
I could also request the reverse - having an external file containing the
music assigned to an Identifier, I'd love to be able to 'extract bars 3-8'
into the current score.

I haven't tried, but it might be possible to use the skipTypesetting
property to achieve something like that.

\include "mymusic.ly"

\score{
  <{\property Score.skipTypesetting = ##t
   \skip 1*2 \property Score.skipTypesetting = ##f
   \skip 1*6 \property Score.skipTypesetting = ##t}
   \mymusic
  >
}


   /Mats






reply via email to

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