]> git.donarmstrong.com Git - lilypond.git/commit
Fix 1214: Don't crash with \relative c' \new Voice {...}
authorReinhold Kainhofer <reinhold@kainhofer.com>
Wed, 3 Aug 2011 19:19:28 +0000 (21:19 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 13 Aug 2011 10:37:08 +0000 (12:37 +0200)
commit1b11dc0cb1bec0e353773aac6b8afba9030f88c4
tree9e59eae0dd6a19ffeeae168050b31787a378a170
parentf87c71b902750abad8bbfb22a565f9a3ffbc5e07
Fix 1214: Don't crash with \relative c' \new Voice {...}

Also add better warnings if the quoted music is empty
or cannot be found.

Also works if a complete voice (or a more complex structure) is
quoted, i.e. when one uses
   \addQuote "quote" \new Voice {...}
   \addQuote "quote" \relative c' \new Voice {...}

As a positive (unintended) side-effect, quoting music
with parallel sections, i.e. containing << { ...} \\ { ...} >>
now also quote those notes.
Documentation/notation/staff.itely
input/regression/quote-during-subvoice.ly
scm/music-functions.scm
scm/part-combiner.scm