Am 12.08.2017 um 09:38 schrieb John Kinell:
Hello everyone!

I'm trying to use this snippet http://lsr.di.unimi.it/LSR/Item?id=1025, but
the \hideNotes command leaves ties and slurs in the "dummy melody", which
means that all ties and slurs in my score seem "double exposed". Tried both
stable and development version.

Am I doing something stupid?

Not really but \hideNotes hides only notes and rests (NoteHeads, Dots, LedgerLines, Accidentals, Stems (and Flags and Beams), Rests). Try \hide Tie and \hide Slur.

Hide everything:
\hideNotes
\hide Slur
\hide Tie

Show everything again:
\unHideNotes
\undo \hide Slur
\undo \hide Tie

Or use \once if you only want to hide one note, slur, tie:
\once \hideNotes
\once \hide Slur
\once \hide Tie

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to