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