FW: beat divisions and compound meter

2017-11-25 Thread Carl Sorensen
Forwarding to list, which I apparently didn't do before. Carl On 11/25/17, 3:01 PM, "Carl Sorensen" wrote: From: "N. Andrew Walsh" Date: Saturday, November 25, 2017 at 4:13 AM To: lilypond-user Subject: beat divisions and compound meter Here's the whole

Re: beat divisions and compound meter

2017-11-25 Thread N. Andrew Walsh
On Sat, Nov 25, 2017 at 12:36 PM, Urs Liska wrote: > > Short answer: not yet. I have been working on an analysis of the whole > matter but got interrupted by privare matters. > I'll at least provide a complete assessment of the matter but can't > promise a solution. > > Urs > Fair enough. I gue

Re: beat divisions and compound meter

2017-11-25 Thread Urs Liska
Am 25. November 2017 12:13:30 MEZ schrieb "N. Andrew Walsh" : >Hi List, > >I have a file with the following functions defined: > >beambreakOn = { > \set subdivideBeams = ##t > \set baseMoment = #(ly:make-moment 1/8) > \set beatStructure = #'(2 2 2 2) >} > >beambreakOff = { > \set subdivideBe

beat divisions and compound meter

2017-11-25 Thread N. Andrew Walsh
Hi List, I have a file with the following functions defined: beambreakOn = { \set subdivideBeams = ##t \set baseMoment = #(ly:make-moment 1/8) \set beatStructure = #'(2 2 2 2) } beambreakOff = { \set subdivideBeams = ##f \set baseMoment = #(ly:make-moment 1/8) \set beatStructure = #'

Re: scheme function containing score {...}

2017-11-25 Thread Gianmaria Lari
David, I changed "define" in "define-music-function" and now it works perfectly, thank you David! I think this is something can be useful to others so I post the new working code: \version "2.19.80" myScore = #(define-scheme-function (music) (ly:music?) #{ \score { $music \layout{}