]> git.donarmstrong.com Git - lilypond.git/blob - input/test/staff-side-slur.ly
d0c57aa4b60fb27cdd6238896e9a8eeaee01cf36
[lilypond.git] / input / test / staff-side-slur.ly
1 \score{
2         \context Staff \notes\relative c''{
3                 \property Staff.instrument = "Toeters"
4                 c c c c(\break
5                 )c c c c ~\break
6                 c c c c\break
7         }
8         \paper{
9                 linewidth=60.0\mm;
10 %               \translator { \HaraKiriStaffContext }
11                 \translator { \OrchestralScoreContext }
12                 \translator {
13                         \StaffContext
14                         \consists "Staff_margin_engraver";
15                         marginHangOnClef = 1;
16                 }
17         }
18 }
19
20
21 \version "1.0.16";