lilypond-user
[Top][All Lists]
Advanced

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

Re: Shorten ledger lines


From: Paul Morris
Subject: Re: Shorten ledger lines
Date: Sun, 13 Jul 2014 07:55:49 -0700 (PDT)

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

Thanks, and nice fix for that little gap, although it appears it increases
the spacing between the notes, as in the second measure here:
http://lsr.di.unimi.it/LSR/Item?id=928

One limited workaround is to start and stop the staff at bar lines:

\version "2.18.2"
{
  g d c d 
  \stopStaff
  \startStaff
  \override Staff.LedgerLineSpanner.length-fraction = #0.1
  \override Staff.LedgerLineSpanner.minimum-length-fraction = #0.1
  g d c d 
}
{
  g d c d 
  g d c d 
}


Also, would it make sense to combine these snippets?

  http://lsr.di.unimi.it/LSR/Item?id=928
  http://lsr.di.unimi.it/LSR/Item?id=917

Or is it better to have two?

Cheers,
-Paul



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Re-Shorten-ledger-lines-tp164380p164419.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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