projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e0c05b
)
musicxml2ly.py -- change default for string tuning from integer to pitch
author
Carl Sorensen
<c_sorensen@byu.edu>
Tue, 11 Jan 2011 20:33:31 +0000
(13:33 -0700)
committer
Carl Sorensen
<c_sorensen@byu.edu>
Tue, 11 Jan 2011 20:34:15 +0000
(13:34 -0700)
scripts/musicxml2ly.py
patch
|
blob
|
history
diff --git
a/scripts/musicxml2ly.py
b/scripts/musicxml2ly.py
index a14119b32092157a989a31b930404eb5382e1ec5..8a1132cab99f8603e8d23184c300d2557aa1de8c 100644
(file)
--- a/
scripts/musicxml2ly.py
+++ b/
scripts/musicxml2ly.py
@@
-358,7
+358,7
@@
def staff_attributes_to_string_tunings (mxl_attr):
if staff_lines:
lines = string.atoi (staff_lines.get_text ())
- tunings = [
0
]*lines
+ tunings = [
musicexp.Pitch()
]*lines
staff_tunings = details.get_named_children ('staff-tuning')
for i in staff_tunings:
p = musicexp.Pitch()