]> git.donarmstrong.com Git - lilypond.git/blob - input/test/drarn-slurs.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / test / drarn-slurs.ly
1
2 \version "2.1.26"
3 % possible rename to slurs-?
4 % TODO: find out what drarn means, and if there's an overlap with drarn.ly
5 \header{
6 texidoc="@cindex Drarn Slurs
7 Slurs can be forced to always attach to note heads.
8 "
9 }
10
11 fragment = \notes {
12   \override Slur  #'direction = #1
13   \override Slur  #'attachment = #'(head . head)
14   g''16(g)(g)(g)(d')(d)(d)(d)
15 }
16
17 \paper { raggedright = ##t} 
18
19 \score {
20   \notes\relative c \fragment
21   \paper { raggedright = ##t}  
22 }
23