lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Effect of <> empty chord on spacing


From: Mark Knoop
Subject: Effect of <> empty chord on spacing
Date: Sat, 9 May 2015 18:06:49 +0100

Not sure if this qualifies as a bug, but it's a little unexpected and
annoying. Using an empty chord to attach markup with full-bar rests
seems to change the spacing of the bars, the bar with the <> is
significantly shorter. Using a zero-duration skip (s1*0) has the same
effect.

This only seems to happen under certain circumstances: when the line is
full, and the rests are ultimately followed by some music.

\version "2.19.18" % same result with "2.18.2"
{
  R1
  <>^\markup \column { attached to <> }
  R1
  R1
  R1^\markup \column { attached to R1 }
  c'1
  \repeat unfold 16 c'16
}

-- 
Mark Knoop



reply via email to

[Prev in Thread] Current Thread [Next in Thread]