Skip to content
This repository was archived by the owner on Sep 25, 2023. It is now read-only.

groupNotes::markAsTied

Rodrigo Alfonso edited this page Oct 2, 2015 · 1 revision

Es importante para que Scorizer pueda conocer este caso:

  • Tengo compases de 4/4, y una melodía con 3 negras, 2 blancas y 1 negra. Deberían quedar agrupadas así:
[
  [
    { duration: 1/4 },
    { duration: 1/4 },
    { duration: 1/4 },
    { duration: 1/4, tie: { start: true, stop: false } }
  ],
  [
    { duration: 1/4, tie: { start: false, stop: true } },
    { duration: 1/2 },
    { duration: 1/4 }
  ]
]
Clone this wiki locally