Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
smoge committed Feb 21, 2011
1 parent ff7517f commit 7eed98f
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions fomus.scd
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
/*
You can include Events, Array of Events or Streams:
You can include Events, Array of Events or Streams:
The plot method will write the file, call fomus/lilypond and
also the PDF viewer application.
A MIDI file can be generated from the
lilypond file produced by FOMUS
You can set your favorite PDF viewer
and custom file name as a Fomus header:
If lily-view-exe-path is not correctly set
the resulting PDF won't show up. Just to make sure
edit the path:
You can set your favorite PDF viewer
and custom file name as a Fomus header:
If lily-view-exe-path is not correctly set
the resulting PDF won't show up. Just to make sure
edit the path:
You must specify how many
events should be created by the Stream
put(Stream, number-of-elements)
You also must specify how many
events should be created by the Stream
put(Stream, number-of-elements)
*/

Expand All @@ -28,8 +23,8 @@ lily-view-exe-path = /usr/bin/okular \n";

/*
You can also choose any filename
and path to put your generated files:
You can also choose any filename
and path to put your generated files:
*/

Expand Down

0 comments on commit 7eed98f

Please sign in to comment.