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





_______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to