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