~s-cecilio/lomse/master

196.1.10 by cecilios
Define score options Score.JustifyLastSystem and StaffLines.Truncate
1
(score 
2
   (vers 2.0) 
3
   (opt Score.JustifyLastSystem 2)
4
   (instrument
5
      (musicData
6
        (clef G p1)
7
        (key c)
8
        (time 4 4)
9
        (n g4 q p1)
10
        (n a4 q)
11
        (n e4 e. g+)
12
        (n d4 s g-)
13
        (n e4 q)
14
        (barline)
15
      )
16
   )
17
)