Am 19.04.2016 um 19:41 schrieb Michael Hendry:
I’ve returned to a file I created under version 2.14.0

[…] and I get bar-check warnings and unsatisfactory layout.


The \cadenzaOn and \cadenzaOff behaviour changed between 2.16 and 2.18; \cadenzaOff doesn’t set the measurePosition to zero anymore. It seems like this change isn’t covered by convert-ly.

Although it’s possible, I would suggest not to use a cadenza here because you don’t really want the measure to become longer, do you? Instead, you could use scaled durations (experiment with the scaling factors, they influence horizontal spacing):

\version "2.18.2"
\relative c'' {
  \time 3/4
  \override Glissando.style = #'zigzag
  c4 c c4*3/4\glissando \once \hideNotes c,,4*1/4
  a''4 b c
}


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to