Originally created by: *anonymous
Originally created by: *anonymous
Originally created by: gpermus@gmail.com
Originally owned by: gpermus@gmail.com
graphical output ok, but text output
bug2.ly:7:34: warning: programming error: Spanner `Tie' is not fully contained in parent spanner
`TieColumn'.
<a d>2 \waitTie \times 2/3 { d4
~ a8 ~ } |
----
\version "2.10.0"
waitTie = { \set tieWaitForNote = ##t }
unwaitTie = { \set tieWaitForNote = ##f }
\relative c'' {
\time 3/4
<a d>2 \waitTie \times 2/3 { d4 ~ a8 ~ } |
<a d>2 \unwaitTie < d a >4 ~ |
}
Originally posted by: hanw... (code.google.com)@gmail.com
(No comment was entered for this change.)
Status: Fixed
Originally posted by: hanw... (code.google.com)@gmail.com
(No comment was entered for this change.)
Labels: fixed_2_10_3 fixed_2_11_3
Originally posted by: gpermus@gmail.com
(No comment was entered for this change.)
Status: Verified