lilypond-user
[Top][All Lists]
Advanced

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

Re: ledger line crash with very high notes in first chord of system


From: Paul Morris
Subject: Re: ledger line crash with very high notes in first chord of system
Date: Mon, 28 Jan 2013 14:27:37 -0500

On Jan 28, 2013, at 11:24 AM, Eluze <address@hidden> 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
}


reply via email to

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