lilypond-user
[Top][All Lists]
Advanced

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

Re: Function for note string to fraction?


From: David Kastrup
Subject: Re: Function for note string to fraction?
Date: Tue, 20 May 2014 10:26:16 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Mark Polesky <address@hidden> writes:

> Then you would use it like this:
>
> \set Timing.baseMoment = #(note-to-moment "4.")

Anything wrong with

{
  \set Timing.baseMoment = #(ly:duration-length #{ 4. #})
  \unset Timing.beamExceptions
  c8 c8 c8 c8 c8 c8 c8 c8
}
here?  Ok, you need 2.19 for it, but it seems like one of the cheaper
ways to ask the parser for input.

-- 
David Kastrup

reply via email to

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