lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4113 in lilypond: Notes with different pitches sha


From: lilypond
Subject: [Lilypond-auto] Issue 4113 in lilypond: Notes with different pitches sharing a staff line are engraved strangely
Date: Fri, 19 Sep 2014 11:33:13 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 4113 by address@hidden: Notes with different pitches sharing a staff line are engraved strangely
https://code.google.com/p/lilypond/issues/detail?id=4113

Dan Eble wrote :

% This example might be worth more than one ticket.
\version "2.18.0"
\language "english"

upper = \relative { bs'4 }
lower = \relative { b'4 }
chord = \relative { <bs' b>4 }

% In this case, the output clearly represents something other than the
% input.  The input doesn't make much sense in the kinds of music I'm
% familiar with, so I don't think there is a major problem with what
% Lilypond has done except that it should warn that it did not engrave
% what was requested.
\score {
  \new Staff <<
    \set Staff.instrumentName = "<< \\\\ >>"
    \dynamicUp \upper
    \\
    \dynamicDown \lower
  >>
}

% In this case, I'm not sure what the output represents, but unless
% Lilypond is already engraving the expected musical notation, it
% should warn.
\score {
  \new Staff <<
    \set Staff.instrumentName = "< >"
    \chord
  >>
}

% The part combiner can choose either to put the two notes in separate
% voices or in the same voice.  Is the current behavior the better
% choice in this case?  Possibly not.
\score {
  \new Staff <<
    \set Staff.instrumentName = "partcombine"
    \partcombine \upper \lower
  >>
}




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