lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4300 in lilypond: Hairpin crash


From: lilypond
Subject: [Lilypond-auto] Issue 4300 in lilypond: Hairpin crash
Date: Fri, 20 Feb 2015 12:56:38 +0000

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

New issue 4300 by address@hidden: Hairpin crash
https://code.google.com/p/lilypond/issues/detail?id=4300

Simon Albrecht wrote :

see the attached code: The hairpins collide, if and only if
-- there is a barline in \n (comment to test)
-- and there is a half note or rest or multi-measure-rest in the other part.
Somewhat obscure and difficult to isolate, but easy to work around.

%%%%%%%%%% Attached code %%%%%%%%%%%%%%%%%

\version "2.19.8"

\paper { #(set-paper-size "a8") }
\header { tagline = ##f }
#(ly:set-option 'point-and-click #f)

n = { \bar ""
}

tenorSolo = \relative {
  \time 2/4 r2
}

tenorTutti = \relative {
  \time 2/4 r8 << { es'4 16[ d] } \new Voice { s8\< \n s\> s\! } >>
}

\score {
  <<
    \new Staff \tenorSolo
    \new Staff \tenorTutti
  >>
}


Attachments:
        hairpin-crash-inv-bar.pdf  17.4 KB

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

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