]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/explicit.ly
* lily/align-interface.cc (find_fixed_alignment_parent): new function.
[lilypond.git] / input / test / explicit.ly
index 1842339451e5a3ecc3d72fb7dba48ff8fe46db14..98a60ecf41ac9fc4d4a21c18371aa40209c4b127 100644 (file)
@@ -1,12 +1,14 @@
-\version "1.5.68"
+\version "1.7.18"
 
-\header{
-texidoc="Explicit pitches and durations."
+\header{ texidoc="@cindex Explicit Pitch and Duration
+Explicit pitches and durations. "
 }
 \score {
   \notes {
-    \pitch #(make-pitch 0 0 0) \duration #(make-duration 1 0)
-    \pitch #(make-pitch 1 1 1) \duration #(make-duration 2 0)
+    \pitch #(ly:make-pitch 0 0 0) \duration #(ly:make-duration 1 0)
+    \pitch #(ly:make-pitch 1 1 1) \duration #(ly:make-duration 2 0)
 
   }
+\paper{raggedright = ##t}
 }
+%% new-chords-done %%