On Jan 28, 2013, at 11:24 AM, Eluze <elu...@gmail.com> wrote:

> adding
> 
> \stopStaff  \startStaff
> 
> works

Thanks!  I also added an override to keep the stems from being extended all the 
way down.  Not sure if this is the best approach, but good to know how to use 
it.

-Paul


\version "2.16.1"

\relative c'' {
  c a' c 
  \stopStaff \startStaff
  \override Staff.StaffSymbol #'line-positions = #'( 18 16 14 12 10  4 2 0 -2 
-4 )
  \override Stem  #'no-stem-extend = ##t
  a' c a cis
  \stopStaff \startStaff
  \override Staff.StaffSymbol #'line-positions = #'( 4 2 0 -2 -4 )
  \override Stem  #'no-stem-extend = ##f
  a,, c
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to