]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-second.ly
release commit
[lilypond.git] / input / regression / beam-second.ly
index 819437037aa69bd91974f3c83d4777a618e56461..b1842d56d4251fcb2e912c3706bdca1eb0c2beba 100644 (file)
@@ -1,19 +1,22 @@
-\version "1.7.18"
-% delete me?
-%TODO: what's this for? manual beaming? (the two pairs of 16ths)
-%  showing \stemUp?
-% all of those things are covered in refman and/or other files
+
+\version "2.8.0"
+
 \header{
-  texidoc="DELETE ME
-" }
-\score{
-    \notes\relative c''{
-       \stemUp
-        b8-[ c]
-        b16-[ c]
-        a'-[ b]
-    }
-    \paper{
-       raggedright = ##t
-    }
-}%% new-chords-done %%
+
+  texidoc="Engraving second intervals is tricky.  We used to have
+problems with seconds being too steep, or getting too long stems.  In
+a file like this, showing seconds, you'll spot something fishy very
+quickly."
+
+}
+
+\layout{
+  ragged-right = ##t
+}
+
+\relative c''{
+  \stemUp
+  b8[ c]
+  b16[ c]
+  a'[ b]
+}