]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-manual-beaming.ly
Issue 1388: Initial work to support opentype font features.
[lilypond.git] / input / regression / beam-manual-beaming.ly
index 5903482718563c3300245589275f25b842b1826c..dfb0175d93d6cd65dfbc874aef9994dc6961847e 100644 (file)
@@ -1,28 +1,26 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.19.21"
 
 
 \header {
-texidoc =  
-"Beaming can be overidden for individual stems."
+  texidoc = 
+  "Beaming can be overidden for individual stems."
+}
+\layout{ 
+  ragged-right = ##t 
 }
-\score {
-\notes \relative c'' {
-  c32[ c
-
 
-%% WARNING: #'beaming is written, so this
-%% property can not be shared between objects. Always use
-%%  \once.
-%%
+\relative {
+  c''32[ c
 
+       %% WARNING: #'beaming is written, so this
+       %% property can not be shared between objects. Always use
+       %%  \once.
+       %%
 
-  \once \property Voice.Stem \override
-   #'beaming = #(cons (list   1 2) (list 0 2 4))
-c
-  \once \property Voice.Stem \override
-   #'beaming = #(cons (list 0 2 4) (list 0 1 4))
-c c c]
-}
-\paper{ linewidth = -1.0 }
+       \once \override Stem.beaming = #(cons (list   1 2) (list 0 2 4))
+       c
+       \once \override Stem.beaming = #(cons (list 0 2 4) (list 0 1 4))
+       c c c]
 }
+