]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-knee-symmetry.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / beam-knee-symmetry.ly
1
2 \version "2.16.0"
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 \layout{
10   ragged-right = ##t 
11 }
12
13 \relative c'{
14   a8[ b'' a,, b'']
15   b8[ a,, b'' a,,]
16 }