]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ambitus-pitch-ordering.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / ambitus-pitch-ordering.ly
index e47ee605157edfae6e0326089c9fa0087ef65ac6..a70446530e44d1b2845b4984cf49b1125034341e 100644 (file)
@@ -1,13 +1,11 @@
-\header {
-  texidoc = "Ambituses use actual pitch not lexicographic ordering."
-  }
-
-\version "2.11.51"
+\version "2.14.0"
 
-\paper {
-  ragged-right=##t
+\header {
+  texidoc = "Ambitus use actual pitch not lexicographic ordering."
 }
 
 \new Voice \with { \consists "Ambitus_engraver" } {
-  \clef F c eis fes
+  \clef F
+  c4 eis fes2
 }
+