]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/other/removing-time-signature-and-bar-lines.ly
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / lsr / other / removing-time-signature-and-bar-lines.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.11.23"
3
4 \header { texidoc = "
5 Engravers can be removed one by one. Here, the time signature and bar
6 lines  have been removed.
7
8
9 " }
10
11 \score {
12    \relative c'' {
13     a b c d
14     d c b a
15   }
16   \layout {
17     raggedright = ##t
18     \context {
19       \Staff
20       whichBar = #""
21       \remove "Time_signature_engraver"
22     }
23   }
24 }
25
26
27