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: Sat, 12 Jul 2014 20:38:34 -0700 (PDT)

Noeck wrote
> This leaves the question open how to adapt it for single notes or small
> passages.

Here we go:

\version "2.18.2"
{
  g d c d 
  c d
  \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
  \stopStaff
  \startStaff
  \override Staff.LedgerLineSpanner.length-fraction = #1
  \override Staff.LedgerLineSpanner.minimum-length-fraction = #1
  g d 
  c d c d
}

HTH,
-Paul



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



reply via email to

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