Silas S. Brown

Results 61 comments of Silas S. Brown

你好! For the slurs, you need space. 比如 `(5,)` should be `( 5, )` (it's like English: we need a space between each word). Like in the Readme `1 (...

Works for me on a simpler example: 1 2 3 4 LP: \staffHighlight "lightsteelblue" :LP 5 4 3 2 \stopStaffHighlight 1 - - -

In your extract, are you sure that `0 0 \stopStaffHighlight` shouldn't just be `0 \stopStaffHighlight`? as you're in 4/4 time and you've already used up 3 beats with the `q6,...

Try `[(` and `)]` e.g. `1 [( 2 3 )] 4` The readme calls this "instrumental breaks in vocal music" (if there are lyrics it will pause the lyrics as...

It should not occupy a note length: the `(` and `)` fake notes are typeset in cadenza mode: Lilypond documentation says "Music between `\cadenzaOn` and `\cadenzaOff` does not count toward...

This looks like it might be a Lilypond bug: jianpu-ly gives the parentheses to Lilypond as fake "cadenza notes" and it should be possible to add Lilypond cadenza notes to...

2.25.x is unstable development versions of Lilypond so it might need some experimenting with different versions of the .x to see if any work. (That's a lot of installing different...

Thanks. Please don't say `\cadenzaOn` and `\cadenzaOff` yourself when jianpu-ly is generating these _for_ you with `[(` and `)]`. That will result in _nested_ cadenza passages in the .ly code...

Which version of Lilypond is this? When jianpu-ly gets `)]` it outputs Lilypond code to: 1. start a new bar with an invisible barline 2. insert a quaver rest modified...

The problem with bar numbers is something to do with Lilypond's handling of adjusting bar numbers on one stave when other staves also exist in the score. I can't reproduce...