Originally created by: *anonymous
Originally created by: lemzw...@googlemail.com
Originally owned by: n.putt...@gmail.com
\version "2.11.19"
\header { texidoc = "
It must be possible to position hairpins and dynamics independently.
Here is a counterexample.
" }
\relative c' {
c1^\< c1\!_\p
}
\paper {
ragged-right = ##t
}
% EOF
Originally posted by: hanw...@gmail.com
I don't understand this image. What's the point?
Originally posted by: lemzw...@googlemail.com
The hairpin should appear above the staff (due to the `^').
Originally posted by: hanw...@gmail.com
Actually, there is just one line of dynamics per voice, and they normally should be
aligned. I can add a special 'break-alignment' event to support this though.
Labels: -Type-Defect Type-Enhancement
Originally posted by: lemzw...@googlemail.com
Well, this `normally' isn't true for more complicated music, cf. hairpin-dynamic2.png
-- how would `break-alignment' work? The name of this property implies that there is
a line break somewhere...
Originally posted by: hanw...@gmail.com
the break refers to breaking the alignment spanner that normally aligns the two.
Originally posted by: lemzw...@googlemail.com
Ah, ok. Yes, I think this would help.
Originally posted by: n.putt...@gmail.com
(No comment was entered for this change.)
Status: Started
Originally posted by: n.putt...@gmail.com
(No comment was entered for this change.)
Owner: n.puttock
Originally posted by: n.putt...@gmail.com
Patch: http://codereview.appspot.com/129073
Labels: Patch
Originally posted by: percival.music.ca@gmail.com
Patch has been withdrawn by Nick.
Labels: -Patch
Originally posted by: n.putt...@gmail.com
(No comment was entered for this change.)
Labels: fixed_2_13_23
Status: Fixed
Originally posted by: brownian.box@gmail.com
2.13.23 still puts hairpin below staff (see initial example).
Labels: -fixed_2_13_23
Status: Accepted
Originally posted by: n.putt...@gmail.com
Automatic breaking isn't supported yet; you have to tell LilyPond where to end the
alignment spanner:
\relative c' {
c1^\< \breakDynamicSpan c1\!_\p
}
I'll add a separate issue for the automatic case with direction shorthands.
Labels: fixed_2_13_23
Status: Fixed
Originally posted by: brownian.box@gmail.com
Sorry then.
Thank you, verified.
Status: Verified