]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/ss.ly
patch::: 1.3.131.jcn2
[lilypond.git] / input / bugs / ss.ly
1 \version "1.3.129"
2 \include "paper16.ly"
3 \score{
4   \notes \context Staff = pr {
5          \context Voice < a b c' e'>
6   }
7   \paper{
8     \translator {
9         \StaffContext
10         StaffSymbol \override #'staff-space = #1.3
11     }
12   }
13 }
14