bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue 1566 in lilypond: Flagged notes lose flags with autobeaming an


From: lilypond
Subject: Re: Issue 1566 in lilypond: Flagged notes lose flags with autobeaming and hidenotes
Date: Sun, 20 Mar 2011 06:18:47 +0000


Comment #1 on issue 1566 by address@hidden: 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]
}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]