]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/auto-beam-no-beam.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / auto-beam-no-beam.ly
1 \header {
2     
3     texidoc = "The autobeamer may be switched off for a single note
4     with @code{\\noBeam}."
5
6
7     }
8 \version "2.3.4"
9
10 \score {
11      { c8 c-\noBeam c c }
12     }