]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/hiding-notes.ly
Add a --skip-png-check option.
[lilypond.git] / input / lsr / hiding-notes.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.11.38"
4
5 \header {
6   lsrtags = "editorial-and-educational-use, spacing"
7  texidoc = "
8 In the following examples, some notes are hidden: although they are
9 made transparent, they still take vertical and horizontal space.
10 " }
11 % begin verbatim
12 \relative c'' {
13   c4 d
14   \hideNotes
15   e  f
16   \unHideNotes
17   g  a
18   \hideNotes
19   b
20   \unHideNotes
21   c
22 }