2009/11/13 Richard Sabey <richardsa...@hotmail.co.uk>: > How can Lilypond be used to create music in free time, with bar lines only > where I explicitly put them in using \bar "|"? I've tried using \cadenzaOn > but then Lilypond mismanages accidentals. I need a bar line to stop the > effect of all accidentals (with the possible exception of notes tied from > the previous bar).
Try resetting localKeySignature whenever there's a barline: x = { \set Staff.localKeySignature = #'() \bar "|" } Regards, Neil _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user