]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/script-horizontal-slur.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / script-horizontal-slur.ly
1 \version "2.11.51"
2
3 \header {
4   texidoc = "Horizontal scripts don't have @code{avoid-slur} set."
5 }
6
7 \layout {
8   ragged-right = ##t
9 }
10
11 \relative c'' { 
12   \set fingeringOrientations = #'(right)
13   < a-1 d-2>2
14   < a-1 d-2>2
15   < a-1 d-2>2(
16   < a-1 d-2>2)
17 }