-shiftI \property Voice.NoteColumn \override #'horizontal-shift = #0
-shiftII \property Voice.NoteColumn \override #'horizontal-shift = #1
-shiftIII \property Voice.NoteColumn \override #'horizontal-shift = #2
-shiftIV \property Voice.NoteColumn \override #'horizontal-shift = #3
-shiftV \property Voice.NoteColumn \override #'horizontal-shift = #4
+shiftI = \property Voice.NoteColumn \override #'horizontal-shift = #0
+shiftII = \property Voice.NoteColumn \override #'horizontal-shift = #1
+shiftIII = \property Voice.NoteColumn \override #'horizontal-shift = #2
+shiftIV = \property Voice.NoteColumn \override #'horizontal-shift = #3
+shiftV = \property Voice.NoteColumn \override #'horizontal-shift = #4
\score {
\context Voice \notes\relative c {
--- /dev/null
+
+\include "os-music.ly";
+\include "paper16.ly";
+
+\score {
+ \context Staff <
+ \property Staff.midiInstrument = #"flute"
+ \global
+ \Key
+ \flautoII
+ >
+ \header {
+ instrument = "flute I";
+ }
+ \paper {
+ linewidth = 80 * \staffspace;
+ textheight = 40 * \staffspace;
+ \translator {
+ \OrchestralScoreContext
+ skipBars = ##t
+ }
+ }
+ \midi {
+ \tempo 4 = 75;
+ }
+}
+
FIXME: should not compute vertical positioning of accidentals, but
get them from the noteheads
+ The algorithm for accidentals should be documented, and made
+ tweakable.
+
*/