~s-cecilio/lenmus/v5.3

« back to all changes in this revision

Viewing changes to templates/cello_piano.lms

  • Committer: cecilios
  • Date: 2012-09-11 16:59:18 UTC
  • Revision ID: svn-v4:2587a929-2f0e-0410-ae78-fe6f687d5efe:branches/TRY-5.0:730
Paths: fixed problem with installation folders. Fixed Chinese ISO language code

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
(score
 
2
   (vers 1.5)(language en iso-8859-1)
 
3
   (instrument (infoMIDI 42 1)              //42 - Cello
 
4
      (musicData
 
5
         (clef F4)
 
6
      )
 
7
   )
 
8
   (instrument (staves 2) (infoMIDI 0 2)    //0 - Acoustic Grand Piano
 
9
      (musicData
 
10
         (clef treble p1)
 
11
         (clef bass p2)
 
12
      )
 
13
   )
 
14
)
 
15