]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ambitus.ly
Issue 2626: add on-page for usage in \on-the-fly
[lilypond.git] / input / regression / ambitus.ly
index 03c6a776fbeb89de671ed5518cb94a505632783b..7c36449dfc048e660e5d2552a06b97c10f13dadd 100644 (file)
@@ -1,10 +1,12 @@
-\version "2.12.0"
+\version "2.14.0"
 
 \header {
   texidoc = "Ambitus indicate pitch ranges for voices.
 
 Accidentals only show up if they're not part of key
 signature.  @code{AmbitusNoteHead} grobs also have ledger lines.
+The noteheads are printed in overstrike, so there's only one
+visible; the accidentals are prevented from colliding. 
 "
 }
 
@@ -25,4 +27,8 @@ signature.  @code{AmbitusNoteHead} grobs also have ledger lines.
     \key d \major
     cis as'
   }
+  \new Staff \relative c' {
+    \time 2/4
+    c4 cis
+  }
 >>