bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 687 in lilypond: Enhancement: inequal MIDI quantization of equ


From: lilypond
Subject: Re: Issue 687 in lilypond: Enhancement: inequal MIDI quantization of equal durations (swing, rubato)
Date: Wed, 08 Sep 2010 17:39:30 +0000


Comment #24 on issue 687 by chicagogrooves: Enhancement: inequal MIDI quantization of equal durations (swing, rubato)
http://code.google.com/p/lilypond/issues/detail?id=687

Hmm, I don't want to have to modify parser.yy just yet..

Maybe lower-level parameters can be set in the context, and named styles passed in-line if desired, like in the example for defining drum staves ??

  \set Staff.swingStyle = #( 2/3, ; displace the middle to this point
1.0, ; 1.0 for all the way displacement, <1.0 for less
                             .... ; etc...
                           )

  \new Staff{
      % jazz8 is mapped to its parameters and set in the context accordingly
     \swing #'"jazz8" {\music}
  }





reply via email to

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