]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-second.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / beam-second.ly
index c47e38287ff64b5151acccd4555222b0f1748025..1971bd8fd13f547cdacbc10b4233ab582fc4de88 100644 (file)
@@ -1,20 +1,22 @@
 
-\version "1.9.1"
+\version "2.12.0"
+
 \header{
-  texidoc="
-Seconds are 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.
-" }
-\score{
-    \notes\relative c''{
-       \stemUp
-        b8[ c]
-        b16[ c]
-        a'[ b]
-    }
-    \paper{
-       raggedright = ##t
-    }
+
+  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]
 }