Adjusting slur positions vertically: Difference between revisions
m Replace version="2.24.0" with version="2.24" now that the LilyWiki extension supports auto-selecting the latest release in a stable series |
m New category |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
The code in this snippet allows you to tweak the vertical start and end positions by specifying ''relative'' changes, similar to <code>\offset</code>. | The code in this snippet allows you to tweak the vertical start and end positions by specifying ''relative'' changes, similar to <code>\offset</code>. | ||
Syntax: <code>\offsetPositions #'(< | Syntax: <code>\offsetPositions #'(<var>dy1</var> . <var>dy2</var>)</code> | ||
<lilypond version="2.24"> | <lilypond version="2.24"> | ||
| Line 38: | Line 38: | ||
[[Category:Scheme]] | [[Category:Scheme]] | ||
[[Category:Included in the official documentation]] | [[Category:Included in the official documentation]] | ||
[[Category:Snippet]] | |||