]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.138
authorfred <fred>
Wed, 27 Mar 2002 00:57:44 +0000 (00:57 +0000)
committerfred <fred>
Wed, 27 Mar 2002 00:57:44 +0000 (00:57 +0000)
input/test/hshift.ly
input/tutorial/os-flute-2.ly [new file with mode: 0644]
lily/local-key-engraver.cc

index 23d8341616b8cf4fc8ee2232c17416a60cb959db..74b47f543942def764e04754254f3b2f60083445 100644 (file)
@@ -2,11 +2,11 @@
 
 
 
-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 {
diff --git a/input/tutorial/os-flute-2.ly b/input/tutorial/os-flute-2.ly
new file mode 100644 (file)
index 0000000..30308d1
--- /dev/null
@@ -0,0 +1,27 @@
+
+\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;
+  }
+}
+
index d4be97cc628641697f52e2cceb23f364efd00248..5432fd89d015cde578e568c653718983ca9a7d98 100644 (file)
@@ -24,6 +24,9 @@
    FIXME: should not compute vertical positioning of accidentals, but
    get them from the noteheads
 
+   The algorithm for accidentals should be documented, and made
+   tweakable.
+
 */