]> git.donarmstrong.com Git - lilypond.git/blob - input/tricks/fragment.ly
release: 1.3.129
[lilypond.git] / input / tricks / fragment.ly
1 fragment = \notes {
2
3 }
4
5 \paper { linewidth = -1.; } 
6
7 \score {
8   \notes\relative c \fragment
9   \paper { }  
10 }