bug-lilypond
[Top][All Lists]
Advanced

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

Issue 2057 in lilypond: Hairpin hits barline at line break


From: lilypond
Subject: Issue 2057 in lilypond: Hairpin hits barline at line break
Date: Sun, 27 Nov 2011 11:50:52 +0000

Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 2057 by address@hidden: Hairpin hits barline at line break
http://code.google.com/p/lilypond/issues/detail?id=2057

%% Hairpin at a line break touches the barline, whereas for a normal bar
%% (i.e. not at a line break) it does not.

\version "2.15.18"

music = \relative c' {
  c1\p\< | c\f\> | \break
  c1\p\< | c\f\> | c1\p\< | \break
  c1\f
}

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



Attachments:
        Hairpin2.png  17.6 KB




reply via email to

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