Joseph,

On Wed, Feb 24, 2016 at 9:17 AM, Joseph N. Srednicki-2 [via Lilypond] <
[email protected]> wrote:

> Would someone be willing to tell me the specific codes or point me to the
> documentation that explains how to set the line thicknesses of slurs and
> ties globally? I want to adjust the thicknesses only for ties and slurs and
> not for any other lines.
>
>
>
> Snippet http://lsr.di.unimi.it/LSR/Snippet?id=308 provides an example of
> tweaking the line thickness for an individual slur.
>
>
>
> Once I figure out what the commands are, would I put the commands to set
> the thicknesses for a ties and slurs in a layout block?
>
>
>
> Thanks for any help or suggestions that you are willing to provide.
>

Both Slur <http://lilypond.org/doc/v2.19/Documentation/internals/slur> and
Tie <http://lilypond.org/doc/v2.19/Documentation/internals/tie> grobs have
a "thickness" property. Just put the \override in a \layout block to make
the change more general, like this:

\layout {
  \context {
    \Score
    \override Slur.thickness = #3
    \override Tie.thickness = #3
  }
}

HTH,
Abraham




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/How-to-set-the-line-thickness-for-slurs-and-ties-globally-tp187678p187679.html
Sent from the User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to