bug-lilypond
[Top][All Lists]
Advanced

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

Issue 338 in project lilypond


From: codesite-noreply
Subject: Issue 338 in project lilypond
Date: Wed, 21 Mar 2007 18:11:57 -0700

Issue 338: weird space in the middle of a repeat sign
http://code.google.com/p/lilypond/issues/detail?id=338

New issue report by gpermus:
\version "2.11.15"
\paper{ ragged-right=##t }
\score{
<<
  \context StaffGroup
  <<
    \new Voice = "one" \relative c' { c1 d \bar ":|" }
    \addlyrics { c d }
    \new Voice = "two" \relative e' { e1 f }
  >>
  \new Lyrics \lyricsto "two" { e f }
>>
    \layout{
   \context {
      \Lyrics
        \consists "Bar_engraver"
        \consists "Separating_line_group_engraver"
        \override BarLine #'transparent = ##t
   }
  }
} 

Attachments:
        foo.preview.png  3.3 KB 


Issue attributes:
        Status: Accepted
        Owner: gpermus
        Labels: Type-Defect Priority-Medium

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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