Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 4084 by [email protected]: Loose column does not have right side to attach to
https://code.google.com/p/lilypond/issues/detail?id=4084

Dan Eble wrote :

% programming error: Loose column does not have right side to attach to.
\version "2.18.0"
\language "english"

music = \relative c' {
  c4. c
}

bars = \relative f {
  s2
  \once \override Timing.BarLine.break-visibility = #end-of-line-visible
  \bar "."
}

\score {
  \new Staff << \music \bars >>
}

--
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