lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Score Layout, several questions


From: Andrew Bernard
Subject: Re: Score Layout, several questions
Date: Mon, 6 Apr 2015 22:15:01 +1000

Re beaming positions control:

An example snippet:

\version "2.19.17"

treble = \relative c'' {
  \once \override Beam.positions = #'(-3 . -3)
  c8 e g a
  \once \override Beam.positions = #'(3 . 3)
  c, g e c
}

\score {
  \new Staff { \treble }
}

You seem to have jumped in the deep end! Welcome to lilypond!

Are you serious about trying to engrave the gaps in the staff lines between the type sorts? Or do I misunderstand?

Andrew


reply via email to

[Prev in Thread] Current Thread [Next in Thread]