lilypond-user
[Top][All Lists]
Advanced

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

Re: How to set the line thickness for slurs and ties globally


From: tisimst
Subject: Re: How to set the line thickness for slurs and ties globally
Date: Wed, 24 Feb 2016 09:22:56 -0700 (MST)

Joseph,

On Wed, Feb 24, 2016 at 9:17 AM, Joseph N. Srednicki-2 [via Lilypond] <[hidden email]> 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 and 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: Re: How to set the line thickness for slurs and ties globally
Sent from the User mailing list archive at Nabble.com.

reply via email to

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