Update on 2965: mid-bar \newSpacingSection leads to collisions

2019-09-28 Thread Simon Albrecht
Dear folks, I hit another instance of issue 2965, which allowed me to see clearer what the core problem seems to be and to update the issue. Best, Simon ___ bug-lilypond mailing list bug-lily

\tripletFeel and \partial

2019-09-28 Thread Malte Meyn
Hi list, \tripletFeel doesn’t automatically work with \partial. IIUC, \tripletFeet x is just a shortcut for \applySwing x #'(2 1) and one can use \applySwingWithOffset for music with upbeat. I tried that but cannot get it to work properly. In the following code, left and right hand are offset

\balloonText applied to single note errors with symbol->string ??

2019-09-28 Thread Thomas Morley
Hi, the code below \layout { \context { \Voice \consists "Balloon_engraver" } } { c'-\balloonText #'(2 . 0) \markup { "1" } } returns (in 2.21.0): ERROR: In procedure symbol->string: ERROR: Wrong type argument in position 1 (expecting symbol): () 2.18.2 gives a more useful message: /home/herman

Re: \balloonText applied to single note errors with symbol->string ??

2019-09-28 Thread David Kastrup
Thomas Morley writes: > Hi, > > the code below > > \layout { \context { \Voice \consists "Balloon_engraver" } } > { c'-\balloonText #'(2 . 0) \markup { "1" } } > > returns (in 2.21.0): > ERROR: In procedure symbol->string: > ERROR: Wrong type argument in position 1 (expecting symbol): () > > 2.18