lilypond-user
[Top][All Lists]
Advanced

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

Disappearing barlines with skipBars - possible bug?


From: Mark Knoop
Subject: Disappearing barlines with skipBars - possible bug?
Date: Mon, 23 Mar 2015 18:16:41 +0000

Barlines disappear when skipBars is true and a note duration continues
over the bar. I don't think this should happen.

\version "2.18.2"

{
  \time 2/4
  r4 c'2 r4
  r4 \tuplet 3/2 { c'2 d'4 } r4
  \set Score.skipBars = ##t
  r4 c'2 r4
  r4 \tuplet 3/2 { c'2 d'4 } r4
}

-- 
Mark Knoop



reply via email to

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