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 18:16:54 +0200

2014-07-13 16:55 GMT+02:00 Paul Morris <address@hidden>:
 
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

Yep, I've seen that but did not find any workaround.
 
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
}

Ok.
 
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?

I'd rather keep both.
Pierre



reply via email to

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