]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-tremolo-whole.ly
Doc-hu: Fundamental concepts: nitpicks
[lilypond.git] / input / regression / chord-tremolo-whole.ly
index 74f4e57e6437625f84db0faf07c66b4a2aa1fc91..8b2e27e1820d0dc3f70cba86d7bcff453864c2de 100644 (file)
@@ -1,3 +1,10 @@
-\version "2.11.16"
-\relative c'''{    \repeat tremolo 32{ g64 a }} 
+\header {
+  texidoc = "chord tremolos don't collide with whole
+notes."
+}
+
+\version "2.12.0"
+
+\relative c'''{
+  \repeat tremolo 32{ g64 a }
+}