Peter Terpstra wrote:
Mats Bengtsson in <[EMAIL PROTECTED]> :
\set Voice.noAutoBeaming = ##t
into
\set autoBeaming = ##f
and
\set Staff.instrument = #"Guitar 1"
into
\set Staff.instrumentName = #"Guitar 1"
But that was not the mainproblem, the mainproblems where the notecollisions.
OK! However, see below.
This is what happens:
# convert-ly --from="1.5.48" test.ly
I really hope you used the -e flag
convert-ly -e ... --from="1.5.48" test.ly
otherwise the test.ly file will stay the same and the
converted version will only appear in your command
window.
#lilypond test.ly
GNU LilyPond 2.10.25
Processing `test.ly'
Parsing...
Interpreting music...
warning: can't find property type-check for `instrument'
(translation-type?). perhaps a typing error?
warning: doing assignment anyway
warning: can't find property type-check for `noAutoBeaming'
(translation-type?). perhaps a typing error?
warning: doing assignment anyway
These indicate that you didn't update your file, i.e. that you
forgot about the -e flag.
/Mats
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user