]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/monochords.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / monochords.ly
index 7dfd99486394f9061e28c3ad2fce7e570f564631..73553ea4a8966d264d3d8b06efea5a57bb92fe00 100644 (file)
@@ -1,13 +1,13 @@
-\version "2.19.14"
+\version "2.19.21"
 
 \header { texidoc = "
 Whole notes in a monochord must be properly offset so that the heads just
 touch each other.  On the other hand, a stem should touch both notes.
 " }
 
-\relative c'' {
+\relative {
   \time 4/1
-  <a a>\longa \breve 1 2 4 8 8 \break
+  <a' a>\longa \breve 1 2 4 8 8 \break
   <c c>\longa \breve 1 2 4 8 8
 }