]> git.donarmstrong.com Git - lilypond.git/blob - input/test/staff-space.ly
* buildscripts/mf-to-table.py (base): break table every three
[lilypond.git] / input / test / staff-space.ly
1 \version "1.7.18"
2
3 \header{ texidoc ="@cindex Staff Space
4 Setting staff space on a staff. "
5 }
6
7 \score { 
8   \notes \relative c'' \context GrandStaff <
9         \context Staff = up { c4 c4  }
10         \context Staff = down {
11             c4
12
13             <<c d f g>>8-[
14            e]
15            f-[ c']
16          }
17 >
18 \paper {  \translator  {
19       \StaffContext
20       StaffSymbol \set #'staff-space = #5.5
21       }
22         raggedright=##t }
23 }
24