Status: Accepted
Owner: ----
Labels: Type-Defect
New issue 4192 by tdanielsmusic: breath marks placed incorrectly when using
the ly/satb.ly template
https://code.google.com/p/lilypond/issues/detail?id=4192
Breath marks placed with the \breathe command are placed incorrectly when
using the built-in template from ly/satb.ly, see
http://www.lilypond.org/doc/v2.19/Documentation/learning/built_002din-templates.
The positioning error depends on the time signature. For some time
signatures the position can be correct, but the example below shows the
error, together with the correct output when the template is not invoked.
\version "2.19.15"
\paper { ragged-right = ##f }
Time = { s8 s \breathe s s }
SopranoMusic = \relative {
\time 2/4
c''8 c c c
}
% This is incorrect
\include "satb.ly"
% This is correct
\new Staff <<
\Time
\SopranoMusic
Trevor
--
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