Am 27.12.2017 um 16:54 schrieb nokel81:
Hello, is there a way so that lilypond treats an entire staff as a single bar
and just break the notes where it is best? I want to do this with stem-less
notes for modern chant.

How about this?

\version "2.19.80"

\relative {
  \omit Staff.TimeSignature
  \cadenzaOn
  \set Score.barAlways = ##t
  \set Score.defaultBarType = ""
  \omit Stem
  \repeat unfold 7 { c'4 d e f g a b c b a g f e d }
}

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

Reply via email to