Comment #1 on issue 3232 by [email protected]: LilyPond should use strict proportional spacing between note columns
http://code.google.com/p/lilypond/issues/detail?id=3232

I am fairly sure that we do not want this.

Note-spacing is not strictly proportional to time. Two quarters take more space than a half. LilyPond gives note-spacing to hidden notes, but not to skips or empty chords.

When we put an accent between notes, we want an invisible note to attach the accent to, giving us note-spacing and the proper height of the accent.

When we put non-musical things between notes, we want the notes to have their natural spacing.

\relative c''' { g4 a b2 | <<g2 {s4 a}>> b2 | g2  b |
  <<g2 {s4 \once\hideNotes a\turn}>> b2 |
  <<g2 {s4 s^"m.g."}>> b2 }

Attachments:
        d.png  5.5 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to