Please have a look at the attached image, produced by the following
code:

\version "2.11.55"

\relative c'' {
  \time 2/4 c2 |

  << { c2 }
     \new Staff \with {
       \remove "Time_signature_engraver"
     }
     { c2 } >> |

  << { c2 }
     \new Staff \with {
       \remove "Time_signature_engraver"
     }
     { c2 } >> |

  \time 3/4 c2. |
}


IMHO, the second ossia staff should stop right at the barline, similar
to the first one.  This looks like a bug, especially because the time
signature engraver has been removed.


    Werner


_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to