lilypond-user
[Top][All Lists]
Advanced

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

Re: list of thicknesses affected by changing StaffSymbol.thickness


From: Pierre Perol-Schneider
Subject: Re: list of thicknesses affected by changing StaffSymbol.thickness
Date: Sun, 31 Jan 2016 17:31:32 +0100

Hi Kieren,

I've never seen such list but it would be helpful.
Apparently, StaffSymbol.thickness affects spanners (not all of them) proportionally: http://www.lilypond.org/doc/v2.19/Documentation/notation/spanners
but also ledger lines, stem thickness, beam length fraction, beam attachment... (others for sure) in a less predictable multiplier:

\version "2.19.35"

\score {
   {
    \new GrandStaff <<
      \new Staff { c'''16 c' c''' c' c''' c' }
      \new Staff { c'''16 c' c''' c' c''' c' }
    >>
  }
}
\markup\vspace #2
\score {
  {
    \new GrandStaff <<
      \new Staff { c'''16\< c'\glissando c''' c'\startTrillSpan c''' c'\!\stopTrillSpan }
      \new Staff { c'''16\startTextSpan c'~ c' c' c''' c'\stopTextSpan }
    >>
  }
  \layout {
    \context {
      \Staff
      \override StaffSymbol.thickness = 5
      \override StaffSymbol.ledger-line-thickness = #'(0.13 . 0.13)
      \override Stem.thickness = #0.25
      \override Beam.length-fraction = #0.8
    }
  }
}

Not sure if that helps though... :(
Cheers,
Pierre


2016-01-31 14:53 GMT+01:00 Kieren MacMillan <address@hidden>:
Hello all,

I was just checking to see if anyone has an answer to my post of Jan 7:

> Is there a single list somewhere in the documentation, of all the grobs whose sizes are tied to StaffSymbol.thickness?
> (Optimally, that list would also include each grob’s default multiplier/thickness.)

Alternatively, if anyone knows a ways to adjust the staff line thickness *without* triggering an increase in all the other related thicknesses, that would be a great (perhaps better) way to solve the issue I’m currently working on.

Thanks,
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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