Updates:
        Summary: Issue 1798 not completely fixed

Comment #1 on issue 3135 by [email protected]: Issue 1798 not completely fixed
http://code.google.com/p/lilypond/issues/detail?id=3135

Even in 3/4 time, single-note measures are a bit wider than measures containing full-measure rests.

The length of a measure depends on the note-head-width, plus accidentals or ornaments that require more space, plus the 'full-measure-extra-space that is added before any single note that lasts the full measure.

I suggest that the best solution is to repair the fix to issue 1798 by including 'full-measure-extra-space in the space allowed for a full-measure rest. Then the measures with rests will be slightly wider (narrower) in 3/4 (4/4) time than a single-note measure, because the rest glyph is slightly narrower (wider) than a half-note (whole-note) head.

{ \time 3/4 R2. g' R2. g' }
{ R1 g' aeses' R
  \once\override NoteHead #'font-size = #5
  g'
  \override Score.NonMusicalPaperColumn.full-measure-extra-space = #3.0
  R g'}

Attachments:
        3135.png  7.7 KB


Reply via email to