Comment #1 on issue 1566 by [email protected]: Flagged notes lose flags with autobeaming and hidenotes
http://code.google.com/p/lilypond/issues/detail?id=1566

Autobeaming puts a beam across the {c8 c8. d16}
\hideNotes hides that beam as part of hiding the c8
If you want a different beam to be visible just put it in:

\relative c'' {
    \hideNotes
    c16 \unHideNotes c16 c d
    \hideNotes
    c16 \unHideNotes c16[ c d]
}


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

Reply via email to