hi,
can't seem to get :textnote to work...
what am i doing wrong here?
init :output (:lilypond :view t); part 1 :name "Piano" :instr :piano; (note 1 :off 3 :dur 1 :note 67 :marks (:textnote "sul G"));
;; Formatting music... ;;; *****ERROR***** ;; Error in function FOMUS::CHECK-TYPE*: ;; Found :TEXTNOTE, expected valid/unique mark in MARKS slot of note at offset 3.0
thanks, rob
----------------------------------------------------------------- Find the home of your dreams with eircom net property Sign up for email alerts now http://www.eircom.net/propertyalerts
Am 13.09.2006 um 14:44 schrieb Rob Canning:
hi,
can't seem to get :textnote to work...
what am i doing wrong here?
init :output (:lilypond :view t); part 1 :name "Piano" :instr :piano; (note 1 :off 3 :dur 1 :note 67 :marks (:textnote "sul G"));
;; Formatting music... ;;; *****ERROR***** ;; Error in function FOMUS::CHECK-TYPE*: ;; Found :TEXTNOTE, expected valid/unique mark in MARKS slot of note at offset 3.0
Hi,
imagine you would also want to write an accent:
init :output (:lilypond :view t); part 1 :name "Piano" :instr :piano; (note 1 :off 3 :dur 1 :note 67 :marks (:accent (:textnote "sul G")));
Makes sense?
Cheers,
Kilian