> On 19 Apr 2016, at 19:45, Malte Meyn <[email protected]> wrote: > > > > 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 > }
Many thanks, Malte. It would never have occurred to me that 3/4 of a crotchet (quarter note) would still be engraved as a crotchet, so I wouldn’t have been able to search for a possible solution in the manual. Your method has the advantage that I don’t need to reproduce the \cadenzaOn details in the \chords section of the piece, which is a transcription of a guitar solo in lead sheet format, with chords. Michael _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
