]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorhanwen <hanwen>
Fri, 17 Sep 2004 21:10:46 +0000 (21:10 +0000)
committerhanwen <hanwen>
Fri, 17 Sep 2004 21:10:46 +0000 (21:10 +0000)
input/simple-song.ly
lily/main.cc
scm/music-functions.scm
scm/output-gnome.scm

index 68c637574aeac55de81399f797f0a83cd3e04bb7..57de8e3a54e30acf7455bb2286aec63ac3598950 100644 (file)
@@ -1,3 +1,6 @@
+%% Optional helper for quick click and edit mode.  May be omitted
+#(ly:set-point-and-click 'line-column)
+
 %% A simple song in LilyPond
 <<
     \relative {
@@ -14,6 +17,3 @@
 %% Optional helper for automatic updating by convert-ly.  May be omitted.
 \version "2.3.16"
     
-%% Optional helper for quick click and edit mode.  May be omitted
-#(ly:set-point-and-click 'line-column)
-
index ddc5dea2f1aba148f340f8589c9880d3008b45d3..bed719e02b0413af7b4d9873437cc300f36d0946 100644 (file)
@@ -47,7 +47,7 @@ bool no_paper_global_b = false;
 
 /* Selected output format.
    One of tex, ps, scm, as. */
-String output_format_global = "ps";
+String output_format_global = "tex";
 
 /* Current output name. */
 String output_name_global;
index 96f53bb28580f6c82f8969d7939e2b3cba56a8fa..aa3ecb9fb0598a872e4789bcbc27392097a1e949 100644 (file)
@@ -737,8 +737,9 @@ use GrandStaff as a context. "
       ;; Accidentals are cancelled across the staves in the same grand staff as well
       ((equal? style 'piano)
        (set-accidentals-properties #f
-                                  '( Staff (same-octave . 0) (any-octave . 0) (same-octave . 1)
-                                           GrandStaff (any-octave . 0) (same-octave . 1))
+                                  '(Staff (same-octave . 0)
+                                          (any-octave . 0) (same-octave . 1)
+                                          GrandStaff (any-octave . 0) (same-octave . 1))
                                   '()
                                   pcontext))
       ((equal? style 'piano-cautionary)
index 2b6b43881ce458790c7dcea1beb6f103fa1f7893..904daeb8147bbcfd3647b7f283c40391635b4eac 100644 (file)
@@ -60,7 +60,7 @@ export XEDITOR='/usr/bin/emacsclient --no-wait +%l:%c %f'
 ;;;
 ;;;  * Run lily:
 "
-lilypond-bin -fgnome input/simple-song.ly
+lilypond -fgnome input/simple-song.ly
 "
 ;;; point-and-click: (mouse-1) click on a graphical object;
 ;;; grob-property-list: (mouse-3) click on a graphical object.