lilypond-user
[Top][All Lists]
Advanced

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

Re: Shorten ledger lines


From: Pierre Perol-Schneider
Subject: Re: Shorten ledger lines
Date: Sun, 13 Jul 2014 09:46:06 +0200

2014-07-13 5:38 GMT+02:00 Paul Morris <address@hidden>:
 
Here we go:

Nice Paul !
And here's a complement to get rid of the gap between startStaff and stopStaff :

\version "2.18.2"

{
  g d c d
  c d
  \once\hide Staff.BarLine \bar "|"
  \stopStaff
  \startStaff
  \override Staff.LedgerLineSpanner.length-fraction = #0.1
  \override Staff.LedgerLineSpanner.minimum-length-fraction = #0.1
  g d
  c d c d
  c d
  \once\hide Staff.BarLine \bar "|"
  \stopStaff
  \startStaff
  \override Staff.LedgerLineSpanner.length-fraction = #1
  \override Staff.LedgerLineSpanner.minimum-length-fraction = #1
  g d
  c d c d
}


Would you mind if I put it in the LSR ?
Cheers,
Pierre



reply via email to

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