added support for auto color with _note and _par

This commit is contained in:
2024-10-06 15:12:50 +02:00
parent 3bc103b9d7
commit b66634d44f
3 changed files with 11 additions and 1 deletions

View File

@ -25,6 +25,9 @@
panic("Aligned notes can only be over a participant (got side '" + side + "')")
}
}
if color == auto {
color = COL-NOTE
}
return ((
type: "note",
side: side,