]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-second.ly
(print): new file. Set limits to
[lilypond.git] / input / regression / beam-second.ly
index dd9bcf003359f462db07f379e89c33628e0e9988..822fe15b56aaa85e6f5e9ac4b641bbe298ab71e4 100644 (file)
@@ -1,19 +1,20 @@
-\version "1.7.18"
+
+\version "2.3.4"
 \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
+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.
  
 " }
 \score{
-    \notes\relative c''{
+    \relative c''{
        \stemUp
-        b8-[ c]
-        b16-[ c]
-        a'-[ b]
+        b8[ c]
+        b16[ c]
+        a'[ b]
     }
     \paper{
        raggedright = ##t
     }
-}%% new-chords-done %%
+}