+%% Optional helper for quick click and edit mode. May be omitted
+#(ly:set-point-and-click 'line-column)
+
%% A simple song in LilyPond
<<
\relative {
%% 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)
-
/* 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;
;; 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)
;;;
;;; * 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.