]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/monochords.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / monochords.ly
1 \version "2.19.21"
2
3 \header { texidoc = "
4 Whole notes in a monochord must be properly offset so that the heads just
5 touch each other.  On the other hand, a stem should touch both notes.
6 " }
7
8 \relative {
9   \time 4/1
10   <a' a>\longa \breve 1 2 4 8 8 \break
11   <c c>\longa \breve 1 2 4 8 8
12 }
13
14 \paper {
15   ragged-right = ##t
16 }