Engraving ties manually: Difference between revisions
 Import snippet from LSR  | 
				m Doesn't need to be full  | 
				||
| Line 5: | Line 5: | ||
Note that LilyPond makes a distinction between exact and inexact values for the offset. If using an exact value (i.e., either an integer or a fraction like <code>(/ 4 5)</code>), the value serves as a rough vertical position that gets further tuned by LilyPond to make the tie avoid staff lines. If using an inexact value like a floating point number, it is taken as the precise vertical position without further adjustments.  | Note that LilyPond makes a distinction between exact and inexact values for the offset. If using an exact value (i.e., either an integer or a fraction like <code>(/ 4 5)</code>), the value serves as a rough vertical position that gets further tuned by LilyPond to make the tie avoid staff lines. If using an inexact value like a floating point number, it is taken as the precise vertical position without further adjustments.  | ||
<lilypond version="2.24.0"   | <lilypond version="2.24.0">  | ||
\relative c' {  | \relative c' {  | ||
   <>^"default"  |    <>^"default"  | ||