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}
  }



_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to