bug-lilypond
[Top][All Lists]
Advanced

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

Re: hide issue


From: Federico Bruni
Subject: Re: hide issue
Date: Thu, 09 Apr 2020 22:23:41 +0200



Il giorno gio 9 apr 2020 alle 09:28, address@hidden ha scritto:

Hi,
in this code sample :



\relative c' { c d \hide r4. f8 }


I expect that the hide command will hide the dot for r4.



Regards,
PS: Now, I use s4 instead.



s (spacer rest) is what you should use in this case.

\hide is a shorthand to make only the NoteHead grob transparent, as explained here:
http://lilypond.org/doc/v2.20/Documentation/notation/visibility-of-objects#making-objects-transparent

If you want to hide every grob related to a note (stem, flag, dots, ...), you should use \hideNotes:

\relative c' { c d \once \hideNotes r4. f8 }

See http://lilypond.org/doc/v2.20/Documentation/notation/inside-the-staff#hidden-notes






reply via email to

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