lilypond-user
[Top][All Lists]
Advanced

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

Re: \set beatLength broken? [solved]


From: Damian leGassick
Subject: Re: \set beatLength broken? [solved]
Date: Sat, 26 Mar 2011 18:26:11 +0000

my bad - frescobaldi defaults to the 2.12 branch for docs 

sorry for the noise

Damian


On 26 Mar 2011, at 18:22, Damian leGassick wrote:

hi all

the snippet given at


\relative c'' {
  c32[ c c c c c c c]
  \set subdivideBeams = ##t
  c32[ c c c c c c c]

  % Set beam sub-group length to an eighth note
  \set baseMoment = #(ly:make-moment 1 8)
  \set beatStructure = #'(2 2 2 2)
  c32[ c c c c c c c]

  % Set beam sub-group length to a sixteenth note
  \set baseMoment = #(ly:make-moment 1 16)
  \set beatStructure = #'(4 4 4 4)
  c32[ c c c c c c c]
}
does not work for me under 2.13.55

I get a warning 

cannot find property type-check for 'beatLength' (translation-type?).

or am I doing something wrong

cheers

Damian
_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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