]> git.donarmstrong.com Git - lilypond.git/blob - input/test/no-bar-lines.ly
Added texinfo index.
[lilypond.git] / input / test / no-bar-lines.ly
1 \version "1.7.18"
2 % possible rename to bar-lines-foo.  -gp
3
4 \header{ texidoc = "@cindex Bar Lines Remove
5 You can stop Lilypond from printing bar lines by removing the engraver. "
6 }
7
8 \score {
9   \notes \relative c'' {
10     a b c d
11     d c b a
12   }
13   \paper {
14     raggedright = ##t
15     \translator {
16       \StaffContext
17       whichBar = #""
18       \remove "Time_signature_engraver"
19     }
20   }
21 }
22
23 %% new-chords-done %%