lilypond-user
[Top][All Lists]
Advanced

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

PianoStaff dashed bars bug?


From: Trevor Baca
Subject: PianoStaff dashed bars bug?
Date: Tue, 26 Jul 2005 07:42:11 -0500

Hello,

Looking at spanning barlines, here's a small example with StaffGroup
that does what you'd expect:

\version "2.7.0"

\score {
   \new StaffGroup <<
      \new Staff {
         \clef treble
         \time 4/4
         \repeat unfold 4 c'4 \bar ":"
         \repeat unfold 4 c'4 \bar "|."
      }
      \new Staff {
         \clef bass
         \time 4/4
         s1
         s1
      }
   >>
   \layout {raggedright = ##t}
}

And here's a small example with PianoStaff that doesn't:

\version "2.7.0"

\score {
   \new PianoStaff <<
      \new Staff {
         \clef treble
         \time 4/4
         \repeat unfold 4 c'4 \bar ":"
         \repeat unfold 4 c'4 \bar "|."
      }
      \new Staff {
         \clef bass
         \time 4/4
         s1
         s1
      }
   >>
   \layout {raggedright = ##t}
}

Bug or no bug?

Trevor.

Attachment: example-1.png
Description: PNG image

Attachment: example-2.png
Description: PNG image


reply via email to

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