Home
Random
Log in
Settings
About LilyPond wiki
LilyPond wiki
Search
Editing
Automatic spacing behavior
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
By default, LilyPond takes stem directions and head positions into account to correctly handle optical spacing. This feature is what makes LilyPond-engraved scores so beautiful to see, to read, and to play :-) <lilypond version="2.24.0"> %% http://lsr.di.unimi.it/LSR/Item?id=270 music = { c'4 e''4 e'4 b'4 | \stemDown b'8[ e'' a' e''] \stemNeutral e'8[ e'8 e'8 e'8] } \score { \music \layout { \context { \Staff \override NoteSpacing.stem-spacing-correction = #0.6 } } } \score { \music \layout { \context { \Staff \override NoteSpacing.stem-spacing-correction = #0.0 \override NoteSpacing.same-direction-correction = #0.0 \override StaffSpacing.stem-spacing-correction = #0.0 } } } </lilypond> [[Category:Spacing]] [[Category:Automatic notation]] [[Category:Staff notation]] [[Category:Really cool]]
Summary:
Please note that all contributions to LilyPond wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Meta:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)