]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-knee-symmetry.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / beam-knee-symmetry.ly
1
2 \version "2.1.26"
3 \header {
4
5     texidoc = "Point-symmetric beams should receive the same
6     quanting. There is no up/down bias in the quanting code."
7
8 }
9
10 \score{
11     \notes\relative c'{
12          a8[ b'' a,, b'']
13          b8[ a,, b'' a,,]
14     }
15     \paper{
16         raggedright = ##t 
17     }
18 }