]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ambitus-pitch-ordering.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / ambitus-pitch-ordering.ly
index 91b2d86d979f764b2f3d38e38c2217ca271667ac..50ca97a03d22a1b9cd629fd909c69dbb7b3a052f 100644 (file)
@@ -1,13 +1,11 @@
-\header {
-  texidoc = "Ambituses use actual pitch not lexicographic ordering."
-  }
-
-\version "2.12.0"
+\version "2.16.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
 }
+